Skip to content

Commit

Permalink
Updated DOI and GH downnload code on Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
droglenc committed Dec 22, 2023
1 parent c284097 commit 4c25a3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# RFishBC 0.2.7.9000
* Updated DOI.
* `iCheckFiles()`: Added to provide simplicity of use with `reviewDigitized Images()`, `saveDigitizedImage()`, and `showDigitizedImage()`.
* `iHndlFilenames()`: Used `sringr::str_wrap()` to better handle a long error message.
* `reviewDigitizedImages()`: Added (this address [#43](https://github.com/fishR-Core-Team/RFishBC/issues/43).
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1218245.svg)](https://doi.org/10.5281/zenodo.1218245)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10426347.svg)](https://doi.org/10.5281/zenodo.10426347)
[![CRAN Status](http://www.r-pkg.org/badges/version/RFishBC)](http://www.r-pkg.org/pkg/RFishBC)
[![License](http://img.shields.io/badge/license-GPL%20%28%3E=%203%29-brightgreen.svg?style=flat)](http://www.gnu.org/licenses/gpl-3.0.html)
[![R-CMD-check](https://github.com/fishr-core-team/RFishBC/workflows/R-CMD-check/badge.svg)](https://github.com/fishr-core-team/RFishBC/actions)
Expand Down Expand Up @@ -29,7 +29,7 @@ The most recent development version may be installed from GitHub with

```r
if (!require('remotes')) install.packages('remotes'); require('remotes')
remotes::install_github('fishr-core-team/RFishBC')
remotes::install_github('fishr-core-team/RFishBC',ref="dev")
```

You may need to have R Tools installed on your system to use the two lines above. See the instructions for ([R Tools for Windows](https://cran.r-project.org/bin/windows/Rtools/) or [R Tools for Mac OS X](https://cran.r-project.org/bin/macosx/tools/)). Additionally, you may need the X11 graphics functionality if using Mac OS.
Expand Down

0 comments on commit 4c25a3f

Please sign in to comment.