Skip to content

Commit

Permalink
Remove Status NOTEs
Browse files Browse the repository at this point in the history
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
  • Loading branch information
henrykironde committed Jul 25, 2024
1 parent 49430ee commit 38b4a83
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 14 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# rdataretriever

<!-- badges: start -->
[![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) +
Expand Down Expand Up @@ -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)
36 changes: 25 additions & 11 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -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"
)

0 comments on commit 38b4a83

Please sign in to comment.