Skip to content

Commit

Permalink
Submit version 1.0.0 to CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
castroinsua committed Feb 28, 2024
1 parent d8ad250 commit 7136479
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 16 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-5756-5737")),
Expand Down
16 changes: 8 additions & 8 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand Down
11 changes: 8 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ knitr::knit_hooks$set(output = function(x, options) {
# paleobioDB

<!-- badges: start -->
[![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)
Expand All @@ -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")
Expand Down
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@

<!-- badges: start -->

[![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
Expand All @@ -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")
Expand Down

0 comments on commit 7136479

Please sign in to comment.