diff --git a/DESCRIPTION b/DESCRIPTION index ec8a553..f6fa01e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: epwshiftr Title: Create Future 'EnergyPlus' Weather Files using 'CMIP6' Data -Version: 0.1.3.9015 +Version: 0.1.4 Authors@R: c( person(given = "Hongyuan", family = "Jia", @@ -48,7 +48,7 @@ Encoding: UTF-8 URL: https://github.com/ideas-lab-nus/epwshiftr BugReports: https://github.com/ideas-lab-nus/epwshiftr/issues Roxygen: list(markdown = TRUE) -RoxygenNote: 7.2.3 +RoxygenNote: 7.3.1 Collate: 'coord.R' 'dict.R' diff --git a/NAMESPACE b/NAMESPACE index d2f436c..4435cb1 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -1,5 +1,6 @@ # Generated by roxygen2: do not edit by hand +S3method(format,EsgfQueryParam) S3method(print,CMIP6CV) S3method(print,CMIP6DReq) S3method(print,EsgfQueryParam) diff --git a/NEWS.md b/NEWS.md index c090ad5..9aceb0c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# epwshiftr (development version) +# epwshiftr 0.1.4 ## Major changes diff --git a/R/esgf.R b/R/esgf.R index 1dfbbea..da3cdbd 100644 --- a/R/esgf.R +++ b/R/esgf.R @@ -765,7 +765,7 @@ get_data_dir <- function() { #' | `ping` | double | Data node response in milliseconds during speed test | #' #' @examples -#' \donttest{ +#' \dontrun{ #' get_data_node() #' } #' diff --git a/R/query.R b/R/query.R index 2b5fe52..4eb8b73 100644 --- a/R/query.R +++ b/R/query.R @@ -25,6 +25,7 @@ print.EsgfQueryParam <- function(x, encode = FALSE, space = TRUE, ...) { invisible(x) } +#' @export format.EsgfQueryParam <- function(x, encode = TRUE, space = FALSE, ...) { if (is.logical(x$value)) { res <- tolower(if (x$negate) !x$value else x$value) diff --git a/cran-comments.md b/cran-comments.md index 70bb314..5db6834 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,18 +1,4 @@ -# Version 0.1.3 +# Version 0.1.4 -## Test environments - -* local R installation, R 4.0.5 -* Microsoft Windows Server 2019 (on GitHub Actions), R Release -* Ubuntu 20.04 (on GitHub Actions), R Release -* Mac OS X (on GitHub Actions), R Release -* win-builder (devel) - -## R CMD check results - -0 errors | 0 warnings | 0 note - -## Comments to CRAN maintainer - -The email of maintainer has been changed from 'hongyuan.jia@bears-berkeley.sg' -to 'hongyuanjia@outlook.com'. +The package was archived due to a test failure. The bug has been fixed in this +version. diff --git a/man/get_data_node.Rd b/man/get_data_node.Rd index 6c9490a..989471b 100644 --- a/man/get_data_node.Rd +++ b/man/get_data_node.Rd @@ -27,7 +27,7 @@ columns:\tabular{lll}{ Get data nodes which store CMIP6 output } \examples{ -\donttest{ +\dontrun{ get_data_node() }