-
-
Notifications
You must be signed in to change notification settings - Fork 106
Description
Submitting Author: Philippe Massicotte (@PMassicotte)
Repository: https://github.com/PMassicotte/gitignore
Version submitted: 0.1.0
Editor: @melvidoni
Reviewer 1: @maurolepore
Reviewer 2: @aedobbyn
Archive: TBD
Version accepted: TBD
- Paste the full DESCRIPTION file inside a code block below:
Package: gitignore
Type: Package
Title: Create useful .gitignore files for your project
Version: 0.1.0.9000
Authors@R: c(person("Philippe",
"Massicotte",
email = "pmassicotte@hotmail.com",
role = c("aut", "cre")))
Description: Simple interface to query gitignore.io to fetch gitignore templates that can be included in the .gitignore file. More than 450 templates are currently available.
URL: https://github.com/PMassicotte/gitignore
BugReports: https://github.com/PMassicotte/gitignore/issues
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
purrr,
curl,
glue,
jsonlite,
crayon,
clipr,
clisymbols,
here,
xfun
RoxygenNote: 6.1.1
Suggests:
spelling,
knitr,
rmarkdown,
testthat (>= 2.1.0),
covr
Language: en-US
VignetteBuilder: knitr
Scope
-
Please indicate which category or categories from our package fit policies this package falls under: (Please check an appropriate box below. If you are unsure, we suggest you make a pre-submission inquiry.):
- data retrieval
- data extraction
- database access
- data munging
- data deposition
- reproducibility
- geospatial data
- text analysis
-
Explain how and why the package falls under these categories (briefly, 1-2 sentences):
Because it helps facilitate use of version control.
- Who is the target audience and what are scientific applications of this package?
Anyone working with the git technology can use the package to automatically generate the .gitignore file.
- Are there other R packages that accomplish the same thing? If so, how does yours differ or meet our criteria for best-in-category?
None that I could find.
- If you made a pre-submission enquiry, please paste the link to the corresponding issue, forum post, or other discussion, or @tag the editor you contacted.
Yes. See #299 (comment)
Technical checks
Confirm each of the following by checking the box. This package:
- does not violate the Terms of Service of any service it interacts with.
- has a CRAN and OSI accepted license.
- contains a README with instructions for installing the development version.
- includes documentation with examples for all functions.
- contains a vignette with examples of its essential functions and uses.
- has a test suite.
- has continuous integration, including reporting of test coverage using services such as Travis CI, Coveralls and/or CodeCov.
Publication options
- Do you intend for this package to go on CRAN?
- Do you wish to automatically submit to the Journal of Open Source Software? If so:
JOSS Options
- The package has an obvious research application according to JOSS's definition.
- The package contains a
paper.mdmatching JOSS's requirements with a high-level description in the package root or ininst/. - The package is deposited in a long-term repository with the DOI:
- (Do not submit your package separately to JOSS)
- The package contains a
- Do you wish to submit an Applications Article about your package to Methods in Ecology and Evolution? If so:
MEE Options
- The package is novel and will be of interest to the broad readership of the journal.
- The manuscript describing the package is no longer than 3000 words.
- You intend to archive the code for the package in a long-term repository which meets the requirements of the journal (see MEE's Policy on Publishing Code)
- (Scope: Do consider MEE's Aims and Scope for your manuscript. We make no guarantee that your manuscript will be within MEE scope.)
- (Although not required, we strongly recommend having a full manuscript prepared when you submit here.)
- (Please do not submit your package separately to Methods in Ecology and Evolution)
Code of conduct
- I agree to abide by rOpenSci's Code of Conduct during the review process and in maintaining my package should it be accepted.