From 38b4a832f69399729a36f6a8adc65cbb248c6d30 Mon Sep 17 00:00:00 2001 From: henrykironde Date: Thu, 25 Jul 2024 02:44:04 -0400 Subject: [PATCH] Remove Status NOTEs Package CITATION removeold-style citEntry() and use bibentry(). Move https://nsf.gov/ to https://www.nsf.gov/ Move https://travis-ci.org to https://app.travis-ci.com --- README.md | 6 +++--- inst/CITATION | 36 +++++++++++++++++++++++++----------- 2 files changed, 28 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 726aeec..1a9a544 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # rdataretriever -[![Build Status](https://travis-ci.org/ropensci/rdataretriever.svg?branch=main)](https://travis-ci.org/ropensci/rdataretriever) +[![Build Status](https://travis-ci.org/ropensci/rdataretriever.svg?branch=main)](https://app.travis-ci.com/ropensci/rdataretriever) [![Build status](https://ci.appveyor.com/api/projects/status/de1badmnrt6goamh?svg=true)](https://ci.appveyor.com/project/ethanwhite/rdataretriever)[![cran version](https://www.r-pkg.org/badges/version/rdataretriever)](https://CRAN.R-project.org/package=rdataretriever) [![Documentation Status](https://readthedocs.org/projects/retriever/badge/?version=latest)](https://retriever.readthedocs.io/en/latest/rdataretriever.html#) [![Downloads](https://cranlogs.r-pkg.org/badges/grand-total/rdataretriever)](https://CRAN.R-project.org/package=rdataretriever) + @@ -305,8 +305,8 @@ A big thanks to Ben Morris for helping to develop the Data Retriever. Thanks to the rOpenSci team with special thanks to Gavin Simpson, Scott Chamberlain, and Karthik Ram who gave helpful advice and fostered the development of this R package. -Development of this software was funded by the [National Science Foundation](https://nsf.gov/) -as part of a [CAREER award to Ethan White](https://nsf.gov/awardsearch/showAward.do?AwardNumber=0953694). +Development of this software was funded by the [National Science Foundation](https://www.nsf.gov/) +as part of a [CAREER award to Ethan White](https://www.nsf.gov/awardsearch/showAward.do?AwardNumber=0953694). --- [![ropensci footer](https://ropensci.org/public_images/github_footer.png)](https://ropensci.org) diff --git a/inst/CITATION b/inst/CITATION index 19adab1..19eb8a1 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -1,14 +1,28 @@ citHeader("To cite rdataretriever in publications use:") -citEntry( - entry = "Article", - title = "Rdataretriever: R Interface to the Data Retriever", - author = "Henry Senyondo and Daniel J. McGlinn and Pranita Sharma and David J. Harris and Hao Ye and Shawn D. Taylor and Jeroen Ooms and Francisco Rodríguez-Sánchez and Karthik Ram and Apoorva Pandey and Harshit Bansal and Max Pohlman and Ethan P. White", - journal = "Journal of Open Source Software", - year = 2021, - volume = 6, - number = 57, - pages = 2800, - url = "https://doi.org/10.21105/joss.02800", - textVersion = paste("Senyondo et al., (2021). Rdataretriever: R Interface to the Data Retriever. Journal of Open Source Software, 6(57), 2800, https://doi.org/10.21105/joss.02800") +bibentry( + bibtype = "Article", + title = "Rdataretriever: R Interface to the Data Retriever", + author = c( + person("Henry", "Senyondo"), + person("Daniel J.", "McGlinn"), + person("Pranita", "Sharma"), + person("David J.", "Harris"), + person("Hao", "Ye"), + person("Shawn D.", "Taylor"), + person("Jeroen", "Ooms"), + person("Francisco", "Rodríguez-Sánchez"), + person("Karthik", "Ram"), + person("Apoorva", "Pandey"), + person("Harshit", "Bansal"), + person("Max", "Pohlman"), + person("Ethan P.", "White") + ), + journal = "Journal of Open Source Software", + year = 2021, + volume = 6, + number = 57, + pages = "2800", + url = "https://doi.org/10.21105/joss.02800", + textVersion = "Senyondo et al., (2021). Rdataretriever: R Interface to the Data Retriever. Journal of Open Source Software, 6(57), 2800, https://doi.org/10.21105/joss.02800" )