From 4c25a3f773b3fb6ded1405b22808a8a8d74bda36 Mon Sep 17 00:00:00 2001 From: Derek Ogle Date: Fri, 22 Dec 2023 17:09:05 -0600 Subject: [PATCH] Updated DOI and GH downnload code on Readme --- NEWS.md | 1 + README.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 0350d7f..6946af4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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). diff --git a/README.md b/README.md index 3c2d6c1..c461016 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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.