Skip to content

Commit

Permalink
last minute cran changes
Browse files Browse the repository at this point in the history
  • Loading branch information
boshek committed Mar 25, 2022
1 parent 899fa0e commit b65e12c
Show file tree
Hide file tree
Showing 13 changed files with 21 additions and 10 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Package
Package: rsoi
Title: Import Various Northern and Southern Hemisphere Climate
Indices
Version: 0.5.4.9000
Version: 0.5.5
Authors@R:
c(person(given = "Sam",
family = "Albers",
Expand All @@ -16,7 +16,7 @@ Description: Downloads Southern Oscillation Index, Oceanic Nino
Index, North Pacific Gyre Oscillation data, North Atlantic Oscillation
and Arctic Oscillation. Data sources are described in the help files for each function.
License: GPL-3
URL: https://github.com/boshek/rsoi,
URL: https://github.com/boshek/rsoi/,
https://boshek.github.io/rsoi/
Depends:
R (>= 3.3.0)
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# rsoi NEWS
## rsoi v0.5.5
* Adds Dipole Mode Index. #42
* Fix a row numbering error

## rsoi v0.5.4
* Catch network errors gracefully and return informative error
* Skip some tests on CRAN and use CI services to catch errors.
* Removed links causing this failures:
> Check process probably crashed or hung up for 20 minutes ... killed
* Adds Dipole Mode Index. #42
## rsoi v0.5.3
* Remove Extended PDO because data is no longer available.
Expand Down
2 changes: 1 addition & 1 deletion R/download-nao.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#' nao <- download_nao()
#' }
#'
#' @references \url{https://www.ncdc.noaa.gov/teleconnections/nao}
#' @references \url{https://www.ncdc.noaa.gov/teleconnections/nao/}

download_nao <- function(use_cache = FALSE, file = NULL) {
with_cache(use_cache = use_cache, file = file,
Expand Down
2 changes: 1 addition & 1 deletion R/download-npgo.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#' npgo <- download_npgo()
#' }
#'
#' @references \url{http://www.oces.us/npgo}
#' @references \url{http://www.oces.us/npgo/}
download_npgo <- function(use_cache = FALSE, file = NULL) {
with_cache(use_cache = use_cache, file = file,
memoised = download_npgo_memoised,
Expand Down
2 changes: 1 addition & 1 deletion R/download-soi.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#' soi <- download_soi()
#' }
#'
#' @references \url{"https://www.cpc.ncep.noaa.gov/data/indices/soi"}
#' @references \url{https://www.cpc.ncep.noaa.gov/data/indices/soi}
download_soi <- function(use_cache = FALSE, file = NULL) {
with_cache(use_cache = use_cache, file = file,
memoised = download_soi_memoised,
Expand Down
1 change: 1 addition & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ An R package to download the most up to date of these climate indices:
- Antarctic Oscillation
- Multivariate ENSO Index Version 2
- Pacific Decadal Oscillation
- Dipole Mode Index

## Installation
For the development version
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ An R package to download the most up to date of these climate indices:
- Antarctic Oscillation
- Multivariate ENSO Index Version 2
- Pacific Decadal Oscillation
- Dipole Mode Index

## Installation

Expand Down
7 changes: 7 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# rsoi NEWS

## Resubmission note
Removed quotes from URL markup

## rsoi v0.5.5
* Adds Dipole Mode Index. #42
* Fix a row numbering error

## rsoi v0.5.4
This is a re-submission after rsoi was archived. I believe I have fixed all problems.

Expand Down
2 changes: 1 addition & 1 deletion man/download_nao.Rd

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

2 changes: 1 addition & 1 deletion man/download_npgo.Rd

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

2 changes: 1 addition & 1 deletion man/download_soi.Rd

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

Binary file modified man/figures/plot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion man/rsoi-package.Rd

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

0 comments on commit b65e12c

Please sign in to comment.