diff --git a/.Rbuildignore b/.Rbuildignore index ba21ef32..de7d2093 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -7,3 +7,4 @@ ci_dependencies ^docs$ ^pkgdown$ ^\.github$ +^cran-comments.md diff --git a/DESCRIPTION b/DESCRIPTION index e18f2cd4..edeef360 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,6 @@ Package: pastclim Type: Package -Title: An R package providing helper functions to interact with timeseries of - worldwide climate reconstructions +Title: Manipulate Timeseries of Paleoclimate Reconstructions Version: 1.0.1.9002 Authors@R: c( person("Michela", "Leonardi", role = "aut"), @@ -12,7 +11,7 @@ Authors@R: c( email = "am315@cam.ac.uk") ) Maintainer: Andrea Manica -Description: This library is designed to provide an easy way to extract and manipulate paleoclimate +Description: This R package is designed to provide an easy way to extract and manipulate paleoclimate reconstructions for ecological and anthropological analyses. License: CC BY 4.0 URL: https://github.com/EvolEcolGroup/pastclim, diff --git a/NEWS.md b/NEWS.md index 80d0f29d..64ae1150 100644 --- a/NEWS.md +++ b/NEWS.md @@ -7,6 +7,10 @@ * add monthly variables to Beyer2020 and Krapp2021 +# pastclim 1.0.1 + +* Fix bug when information was extracted for just one location. + # pastclim 1.0.0 * Initial public release \ No newline at end of file diff --git a/cran-comments.md b/cran-comments.md new file mode 100644 index 00000000..ae457877 --- /dev/null +++ b/cran-comments.md @@ -0,0 +1,5 @@ +## R CMD check results +There were no ERRORs, WARNINGs or NOTEs. + +## Downstream dependencies +There are currently no downstream dependencies for this package \ No newline at end of file