From 7136479a4739448c4ddf278cee62e40b4885a707 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Castro=20Insua?= Date: Wed, 28 Feb 2024 12:01:06 +0100 Subject: [PATCH] Submit version 1.0.0 to CRAN --- DESCRIPTION | 2 +- NEWS.md | 16 ++++++++-------- README.Rmd | 11 ++++++++--- README.md | 12 ++++++++---- 4 files changed, 25 insertions(+), 16 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 25509a8..3c2b64f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: paleobioDB Title: Download and Process Data from the Paleobiology Database -Version: 0.7.0.9000 +Version: 1.0.0 Authors@R: c( person("Sara", "Varela", , "sara.varela@uvigo.gal", role = "aut", comment = c(ORCID = "0000-0002-5756-5737")), diff --git a/NEWS.md b/NEWS.md index 19cebd0..556b243 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,10 +1,10 @@ -paleobioDB 0.7.0.9000 -===================== +paleobioDB 1.0.0 +================ -This new version of the paleobioDB package uses a new API version. It -is possible that code written for previous versions might not be -compatible. If you need to run older code, you might have to rewrite -it or to install an older version of the package. +This new major version of the paleobioDB package uses a new API +version. It is possible that code written for previous versions might +not be compatible. If you need to run older code, you might have to +rewrite it or to install an older version of the package. ### NEW FEATURES @@ -21,8 +21,8 @@ it or to install an older version of the package. ### MINOR IMPROVEMENTS -* Use methods from package `terra` instead of `raster` in functions - that plot and return raster objects. +* Methods from package `terra` (instead of `raster`) are used in + functions that plot and return raster objects. * Function and argument names consistently use snake case now, so some argument names have been changed (e.g. the `do.plot` parameter diff --git a/README.Rmd b/README.Rmd index bd08a7e..196e199 100644 --- a/README.Rmd +++ b/README.Rmd @@ -31,7 +31,6 @@ knitr::knit_hooks$set(output = function(x, options) { # paleobioDB -[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental) [![CRAN status](https://www.r-pkg.org/badges/version/paleobioDB)](https://CRAN.R-project.org/package=paleobioDB) [![rstudio mirror downloads](https://cranlogs.r-pkg.org/badges/paleobioDB)](https://github.com/r-hub/cranlogs.app) [![R-CMD-check](https://github.com/ropensci/paleobioDB/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ropensci/paleobioDB/actions/workflows/R-CMD-check.yaml) @@ -42,8 +41,14 @@ data from the [Paleobiology Database](https://paleobiodb.org/). ## Installation -You can install the development version of paleobioDB from -[GitHub](https://github.com/) with: +Install the latest release from CRAN: + +```r +install.packages("paleobioDB") +``` + +Alternatively, you can install the development version of paleobioDB +from [GitHub](https://github.com/) with: ``` r # install.packages("devtools") diff --git a/README.md b/README.md index 4597142..eec8f3f 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,6 @@ -[![Lifecycle: -experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental) [![CRAN status](https://www.r-pkg.org/badges/version/paleobioDB)](https://CRAN.R-project.org/package=paleobioDB) [![rstudio mirror @@ -19,8 +17,14 @@ data from the [Paleobiology Database](https://paleobiodb.org/). ## Installation -You can install the development version of paleobioDB from -[GitHub](https://github.com/) with: +Install the latest release from CRAN: + +``` r +install.packages("paleobioDB") +``` + +Alternatively, you can install the development version of paleobioDB +from [GitHub](https://github.com/) with: ``` r # install.packages("devtools")