You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
6.1 Planning a Submission (or a Pre-Submission Enquiry)
Do you expect to maintain your package for at least 2 years, or to be able to identify a new maintainer?
Consult our policies see if your package meets our criteria for fitting into our suite and does not overlap with other packages.
Probably data retrieval or data validation and testing for the category?
I don't think this package has too much overlap with others, considering how specific it is. Most others related to HDRUK Gateway are APIs that retrieve data?
1.2 Only tested on MacOS but I do not see why it would not work on Windows or Linux due to R Studio being similar across these systems? CI tests will help address this?
1.3.1. I have both snake_case and camel case (e.g. mapMetadata_convert_outputs.R) so they may ask to change that but I think I will leave this for now, as there is internal consistency
1.3.2 I use the cli package or base R. Use cat a lot for new lines, and some text printing but I think that's okay.
1.3.2 N/A ? No specific GUI, just user prompts from R console
Using this page as ref: https://devguide.ropensci.org/softwarereview_author.html
Copying and pasting relevant actions
6.1 Planning a Submission (or a Pre-Submission Enquiry)
6.2 Preparing for Submission
cli
package or baseR
. Usecat
a lot for new lines, and some text printing but I think that's okay.devtools::check()
passes locally6.3 The Submission Process
The text was updated successfully, but these errors were encountered: