From 5580606c05e07f1cecceea63cb14f17056ceefff Mon Sep 17 00:00:00 2001 From: dgromer Date: Fri, 19 Aug 2016 11:04:36 +0200 Subject: [PATCH] Prepare resubmission --- .Rbuildignore | 1 + DESCRIPTION | 6 +++--- cran-comments.md | 9 +++++++++ 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.Rbuildignore b/.Rbuildignore index 5df376d..1526790 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -1,3 +1,4 @@ ^.*\.Rproj$ ^\.Rproj\.user$ ^cran-comments\.md$ +^LICENSE$ diff --git a/DESCRIPTION b/DESCRIPTION index 7e6fc96..a5a27f0 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 = "dgromer@mailbox.org", 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: diff --git a/cran-comments.md b/cran-comments.md index d4696b6..2cf1b16 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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.