Skip to content

Commit

Permalink
#218 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rix133 committed Feb 5, 2025
1 parent 2dc0129 commit cb8c09c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: RDBEScore
Type: Package
Title: Functions for the ICES Regional Database and Estimation System (RDBES)
Version: 0.3.1
Version: 0.3.2
Author: c(
person(given = "David",
family = "Currie",
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# RDBEScore 0.3.2

* Can import zip files of the updated downlaod format where each hierarchy is in a separete directory
* added optional install method to readme

# RDBEScore 0.3.1

* update to the latest RDBES data format (version 1.19.20)
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,14 @@ install.packages("RDBEScore")
```
-->

RDBEScore can be installed from GitHub using the `install_github`
The most recent production version of the package can be installed from ICES tools (production). Theese are
tools that are operational and maintained by the ICES Secretariat.

```R
install.packages("RDBEScore", repos = c("https://ices-tools-prod.r-universe.dev", "https://cloud.r-project.org"))
```

A more updated version of RDBEScore can be installed from GitHub using the `install_github`
command from the [remotes](https://remotes.r-lib.org/) package:

```R
Expand Down

0 comments on commit cb8c09c

Please sign in to comment.