Skip to content

Commit

Permalink
cran commit
Browse files Browse the repository at this point in the history
  • Loading branch information
boshek committed Mar 25, 2020
1 parent 8dd7bd1 commit 577aa09
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
3 changes: 2 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://www.ncdc.noaa.gov/teleconnections/enso/indicators/soi/>
Expand All @@ -73,6 +73,7 @@ The idea for this package borrows heavily from the `rpdo` package. `rsoi` now su
- Arctic Oscillation: <https://www.ncdc.noaa.gov/teleconnections/ao/data.csv>
- Anarctic Oscillation: <https://www.cpc.ncep.noaa.gov/products/precip/CWlink/daily_ao_index/aao/monthly.aao.index.b79.current.ascii>
- Multivariate ENSO Index Version 2 (MEI.v2): <https://www.esrl.noaa.gov/psd/enso/mei/>
- 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)
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -93,6 +92,8 @@ Decadal Oscillation. The rpdo github page can be found here:
<https://www.cpc.ncep.noaa.gov/products/precip/CWlink/daily_ao_index/aao/monthly.aao.index.b79.current.ascii>
- Multivariate ENSO Index Version 2 (MEI.v2):
<https://www.esrl.noaa.gov/psd/enso/mei/>
- Pacific Decadal Oscillation:
<https://oceanview.pfeg.noaa.gov/erddap/tabledap/cciea_OC_PDO.html>

## Helpful References

Expand Down
10 changes: 5 additions & 5 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 577aa09

Please sign in to comment.