ropensci / software-review

rOpenSci Software Peer Review.
292 stars 104 forks source link

presubmission: healthdatacsv #350

Closed iecastro closed 5 years ago

iecastro commented 5 years ago

Submitting Author: Ivan Castro (@iecastro)
Repository: https://github.com/iecastro/healthdatacsv


Package: healthdatacsv
Title: Access and download data from the healthdata.gov catalog
Version: 0.0.0.9000
Authors@R: 
    person(given = "Ivan",
           family = "Castro",
           role = c("aut", "cre"),
           email = "ivedcastr@gmail.com",
           comment = c(ORCID = "YOUR-ORCID-ID"))
Description: This package will make an API call to the data.json endpoint of HealthData.gov 
             and download data if available in csv format.  Some helper functions available
             help users first query by listed Agency and/or keywords.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/iecastro/healthdatacsv
BugReports: https://github.com/iecastro/healthdatacsv/issues
Imports: 
    dplyr,
    httr,
    jsonlite,
    purrr,
    stringr,
    tidyr
RoxygenNote: 6.1.1

Scope

maelle commented 5 years ago

Thanks for your pre-submission inquiry @iecastro! πŸ˜€ Yes your package is in scope and we'd welcome a full submission when it's ready.

Our threshold of what constitutes a good package is our dev guide. If you have any trouble between now and submission do not hesitate to ask for resources/help on discuss.ropensci.org πŸ™‚

iecastro commented 5 years ago

Thank you for the feedback, @maelle! I will keep working on this.