Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: resourcecode
Title: Access to the 'RESOURCECODE' Hindcast Database
Version: 0.5.4
Version: 0.5.4.9000
Authors@R:
person("Nicolas", "Raillard", , "nicolas.raillard@ifremer.fr", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3385-5104"))
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# resourcecode (development version)

# resourcecode 0.5.4

- `get_parameters` now correctly handles `Date` format as inputs by spanning on the right period;
Expand Down
7 changes: 2 additions & 5 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
This is a re-submission for Resourcecode 0.5.3.
This is Resourcecode 0.5.4.

This is only a patch release to update the failure message when remote resource is not available
and solves the errors on <https://CRAN.R-project.org/web/checks/check_results_resourcecode.html>

The vignette has been refactored to lower its building time, by skipping the download of new data.
This is only a patch release to update internal variables due to update in the upstream database.

## R CMD check results

Expand Down
2 changes: 0 additions & 2 deletions devtools_history.R
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,6 @@ usethis::use_version(which = c("patch", "minor", "major", "dev")[1])

usethis::use_release_issue()

devtools::release()

# After the package is accepted:
usethis::use_github_release()
usethis::use_dev_version(push = TRUE)
Loading