Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Status NOTEs #310

Merged
merged 1 commit into from
Jul 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
)
Loading