Skip to content

Commit

Permalink
cran: Submit v0.1.4 to CRAN (ideas-lab-nus#85)
Browse files Browse the repository at this point in the history
* doc: fix link errors

* doc: add `CITATION` file

* doc: fix test coverage workflow file

* doc: update license year

* doc: update doc about install dev version

* doc: fix EC-Earth link

* doc: remove EsgfQuery link

* doc: change donttest to dontrun

* doc: export `format.EsgfQueryParam()`

* Increment version number to 0.1.4

* doc: update cran-comments.md

* doc: fix ec-earth link
  • Loading branch information
hongyuanjia authored Mar 12, 2024
1 parent 401b432 commit d9680b2
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 24 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
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ Consult [Terms of Use](https://pcmdi.llnl.gov/CMIP6/TermsOfUse/) for terms of us
governing CMIP6 output, including citation requirements and proper
acknowledgment. Further information about each GCM output data, including some
limitations, can be found via the `further_info_url` (recorded as a **global
attribute** in the NetCDF file) and at [EC-Earth](https://www.ec-earth.org/). The
attribute** in the NetCDF file) and at [EC-Earth](https://ec-earth.org/). The
data producers and data providers make no warranty, either express or implied,
including, but not limited to, warranties of merchantability and fitness for a
particular purpose. All liabilities arising from the supply of the information
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ Consult [Terms of Use](https://pcmdi.llnl.gov/CMIP6/TermsOfUse/) for terms of us
governing CMIP6 output, including citation requirements and proper
acknowledgment. Further information about each GCM output data, including some
limitations, can be found via the `further_info_url` (recorded as a **global
attribute** in the NetCDF file) and at [EC-Earth](https://www.ec-earth.org/). The
attribute** in the NetCDF file) and at [EC-Earth](https://ec-earth.org/). The
data producers and data providers make no warranty, either express or implied,
including, but not limited to, warranties of merchantability and fitness for a
particular purpose. All liabilities arising from the supply of the information
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 d9680b2

Please sign in to comment.