From 577aa09c98951d26a939952ebfe6c1f3a9f671fc Mon Sep 17 00:00:00 2001 From: boshek Date: Tue, 24 Mar 2020 22:41:37 -0700 Subject: [PATCH] cran commit --- README.Rmd | 3 ++- README.md | 7 ++++--- cran-comments.md | 10 +++++----- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/README.Rmd b/README.Rmd index 4f9a9a8..99206d7 100644 --- a/README.Rmd +++ b/README.Rmd @@ -63,7 +63,7 @@ barplot(oni$ONI, names.arg = oni$Date, ylab = "Oceanic Nino Index" , ``` ## Inspired by -The idea for this package borrows heavily from the `rpdo` package. `rsoi` now superceded `rpdo` as a source of data in R for Pacific Decadal Oscillation. The rpdo github page can be found here: [rpdo](https://github.com/poissonconsulting/rpdo) +The idea for this package borrows heavily from the `rpdo` package. `rsoi` now supercedes `rpdo` as a source of data in R for Pacific Decadal Oscillation. ## Data Sources - Southern Oscillation Index: @@ -73,6 +73,7 @@ The idea for this package borrows heavily from the `rpdo` package. `rsoi` now su - Arctic Oscillation: - Anarctic Oscillation: - Multivariate ENSO Index Version 2 (MEI.v2): +- Pacific Decadal Oscillation: https://oceanview.pfeg.noaa.gov/erddap/tabledap/cciea_OC_PDO.html ## Helpful References [In Watching for El Niño and La Niña, NOAA Adapts to Global Warming](https://www.climate.gov/news-features/understanding-climate/watching-el-ni%C3%B1o-and-la-ni%C3%B1a-noaa-adapts-global-warming) diff --git a/README.md b/README.md index 5030329..8abbdd1 100644 --- a/README.md +++ b/README.md @@ -73,9 +73,8 @@ barplot(oni$ONI, names.arg = oni$Date, ylab = "Oceanic Nino Index" , ## Inspired by The idea for this package borrows heavily from the `rpdo` package. -`rsoi` now superceded `rpdo` as a source of data in R for Pacific -Decadal Oscillation. The rpdo github page can be found here: -[rpdo](https://github.com/poissonconsulting/rpdo) +`rsoi` now supercedes `rpdo` as a source of data in R for Pacific +Decadal Oscillation. ## Data Sources @@ -93,6 +92,8 @@ Decadal Oscillation. The rpdo github page can be found here: - Multivariate ENSO Index Version 2 (MEI.v2): + - Pacific Decadal Oscillation: + ## Helpful References diff --git a/cran-comments.md b/cran-comments.md index 16c97f7..791b812 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -5,13 +5,13 @@ ## Test environments -* local Windows 10, R 3.6.2 -* ubuntu, os x, R 3.6.2 (travis-ci) +* local Windows 10, R 3.6.3 +* ubuntu, os x, R 3.6.3 (travis-ci) * ubuntu 16.04 (on github actions), R 3.6, R 3.5, R 3.4, R 3.3 -* Windows Server 2019 (on github actions), R 3.6.2 -* macOS Catalina 10.15 (on github actions), R 3.6.2 +* Windows Server 2019 (on github actions), R 3.6.3 +* macOS Catalina 10.15 (on github actions), R 3.6.3 * win-builder (devel and release) -* Windows, R 3.5.1 (on appveyor) +* Windows, R 3.6.3 (on appveyor) ## R CMD check results