Skip to content

Commit bfcd218

Browse files
committed
CRAN v0.99.1
1 parent 520e702 commit bfcd218

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: eva3dm
22
Type: Package
33
Title: Evaluation of 3D Meteorological and Air Quality Models
4-
Version: 0.99
5-
Date: 2024-11-19
4+
Version: 0.99.1
5+
Date: 2024-11-24
66
Description: Provides tools for post-process, evaluate and visualize results from 3d Meteorological and Air Quality models against point observations (i.e. surface stations) and grid (i.e. satellite) observations.
77
Authors@R: c(
88
person(given = "Daniel",

eva3dm.Rproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ BuildType: Package
1919
PackageUseDevtools: Yes
2020
PackageCleanBeforeInstall: No
2121
PackageInstallArgs: --no-multiarch --with-keep.source
22-
PackageCheckArgs: --run-donttest --no-multiarch --as-cran
22+
PackageCheckArgs: --run-donttest --no-multiarch --as-cran --with-keep.source
2323
PackageRoxygenize: rd,collate,namespace

tests/testthat/test-rast.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ test_that("rast based functions are ok", {
66
r_ncdf <- rast_to_netcdf(r)
77

88
# copy of the original file to a temporary folder
9-
temp <- file.path(tempdir(),"test")
9+
temp <- file.path(tempdir(),"test_rast")
1010
dir.create(temp)
1111
copy <- paste0(temp,"/wrfinput_d01")
1212
file.copy(from = wrf,to = copy, overwrite = T)

tests/testthat/test-utils.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ test_that("utility functios are functional!", {
22
wrf <- paste(system.file("extdata", package = "eva3dm"),"/wrfinput_d01", sep="")
33

44
# copy of the original file to a temporary folder
5-
temp <- file.path(tempdir(),"test")
5+
temp <- file.path(tempdir(),"test_utils")
66
dir.create(temp)
77
copy <- paste0(temp,"/wrfinput_d01")
88
file.copy(from = wrf,to = copy, overwrite = T)

0 commit comments

Comments
 (0)