Skip to content

Commit

Permalink
unit tests NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
khufkens committed Jul 25, 2021
1 parent 0bb7e75 commit e7591db
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# version 1.3

* unit check coverage
* R >= 3.6
* bluegreen-labs migration

Expand Down
4 changes: 4 additions & 0 deletions R/pr_dl_cmip5.r
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ pr_dl_cmip5 <- function(
variable = c("tasmin","tasmax","pr")
){

# Provide feedback on scrapping the function
stop("This function has been deprecated and is replaced by instructions
in the vignette using the ecmwfr package!")

# data file list, on amazon S3 server (which is a bit more stable
# than the GDDP ftp server)
files = utils::read.table(
Expand Down
2 changes: 2 additions & 0 deletions tests/testthat/test_formatting_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,6 @@ test_that("test formatting functions",{
mustWork = TRUE))
expect_type(phenocam_data, "list")

# MODISTools formatting?

})

0 comments on commit e7591db

Please sign in to comment.