Skip to content

Commit

Permalink
Prepare resubmission
Browse files Browse the repository at this point in the history
  • Loading branch information
dgromer committed Aug 19, 2016
1 parent 7dcbedc commit 5580606
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
^.*\.Rproj$
^\.Rproj\.user$
^cran-comments\.md$
^LICENSE$
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ Type: Package
Title: Format Outputs of Statistical Tests According to APA Guidelines
Version: 0.1.0
Authors@R: person("Daniel", "Gromer", email = "[email protected]", role = c("aut", "cre"))
Description: Formatter functions in the apa package take the return value of a
statistical test function, e.g. a call to chisq.test and return a string
Description: Formatter functions in the 'apa' package take the return value of a
statistical test function, e.g. a call to chisq.test() and return a string
formatted according to the guidelines of the APA (American Psychological
Association).
URL: https://github.com/dgromer/apa
BugReports: https://github.com/dgromer/apa/issues
License: GPL (>= 3) + file LICENSE
License: GPL (>= 3)
Depends:
R (>= 3.1.0)
Imports:
Expand Down
9 changes: 9 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,12 @@

## R CMD check results
There were no ERRORs, WARNINGs or NOTEs.

## Resubmission
This is a resubmission. In this version I have:

* Added single quotes to software names ('apa') and parentheses to function
names (chisq.test()) in the DESCRIPTION file.

* Removed LICENSE file from submitted package, thus using the CRAN template for
GPL-3.

0 comments on commit 5580606

Please sign in to comment.