Skip to content

Commit

Permalink
CRAN v0.99.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Schuch666 committed Nov 25, 2024
1 parent 520e702 commit bfcd218
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: eva3dm
Type: Package
Title: Evaluation of 3D Meteorological and Air Quality Models
Version: 0.99
Date: 2024-11-19
Version: 0.99.1
Date: 2024-11-24
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.
Authors@R: c(
person(given = "Daniel",
Expand Down
2 changes: 1 addition & 1 deletion eva3dm.Rproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ BuildType: Package
PackageUseDevtools: Yes
PackageCleanBeforeInstall: No
PackageInstallArgs: --no-multiarch --with-keep.source
PackageCheckArgs: --run-donttest --no-multiarch --as-cran
PackageCheckArgs: --run-donttest --no-multiarch --as-cran --with-keep.source
PackageRoxygenize: rd,collate,namespace
2 changes: 1 addition & 1 deletion tests/testthat/test-rast.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ test_that("rast based functions are ok", {
r_ncdf <- rast_to_netcdf(r)

# copy of the original file to a temporary folder
temp <- file.path(tempdir(),"test")
temp <- file.path(tempdir(),"test_rast")
dir.create(temp)
copy <- paste0(temp,"/wrfinput_d01")
file.copy(from = wrf,to = copy, overwrite = T)
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ test_that("utility functios are functional!", {
wrf <- paste(system.file("extdata", package = "eva3dm"),"/wrfinput_d01", sep="")

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

0 comments on commit bfcd218

Please sign in to comment.