Skip to content

Commit

Permalink
Merge c4d8d59 into 401b432
Browse files Browse the repository at this point in the history
  • Loading branch information
hongyuanjia authored Mar 10, 2024
2 parents 401b432 + c4d8d59 commit 518b622
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 22 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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'
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Generated by roxygen2: do not edit by hand

S3method(format,EsgfQueryParam)
S3method(print,CMIP6CV)
S3method(print,CMIP6DReq)
S3method(print,EsgfQueryParam)
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# epwshiftr (development version)
# epwshiftr 0.1.4

## Major changes

Expand Down
2 changes: 1 addition & 1 deletion R/esgf.R
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ get_data_dir <- function() {
#' | `ping` | double | Data node response in milliseconds during speed test |
#'
#' @examples
#' \donttest{
#' \dontrun{
#' get_data_node()
#' }
#'
Expand Down
1 change: 1 addition & 0 deletions R/query.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
20 changes: 3 additions & 17 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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 '[email protected]'
to '[email protected]'.
The package was archived due to a test failure. The bug has been fixed in this
version.
2 changes: 1 addition & 1 deletion man/get_data_node.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 518b622

Please sign in to comment.