From edc62fb0ecf8e7e12eb9673efbe3258c769c2df4 Mon Sep 17 00:00:00 2001 From: Heather Turner Date: Sat, 2 Sep 2017 13:03:49 +0100 Subject: [PATCH] fix typo in NEWS; add cran-comments.md --- .Rbuildignore | 1 + cran-comments.md | 18 ++++++++++++++++++ inst/NEWS | 2 +- 3 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 cran-comments.md diff --git a/.Rbuildignore b/.Rbuildignore index 35a233c..5608c74 100755 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -3,3 +3,4 @@ tmp ^README\.Rmd$ ^README-.*\.png$ +^cran-comments\.md$ diff --git a/cran-comments.md b/cran-comments.md new file mode 100644 index 0000000..f35c672 --- /dev/null +++ b/cran-comments.md @@ -0,0 +1,18 @@ +## Test environments + +* Local + * Ubuntu 14.04, R 3.4.1 + * Ubuntu 14.04, R-devel 2017-08-25 r73136 + * Windows 8, R 3.4.1 +* Via R-hub: + * macOS 10.11 El Capitan, R-release (experimental) + +## R CMD check results + +There is one NOTE + +* checking CRAN incoming feasibility ... NOTE +Maintainer: 'Heather Turner ' + + + diff --git a/inst/NEWS b/inst/NEWS index 720c8ea..4d6ab0d 100644 --- a/inst/NEWS +++ b/inst/NEWS @@ -7,7 +7,7 @@ Improvements o new examples of prediction added, including using `predict.BTm` to estimate abilities with non-player abilities set to non-zero values (for models with a fixed reference category). - o `qvalc.BTabilities` moved over from package **qvcalc**. + o `qvcalc.BTabilities` moved over from package **qvcalc**. o package imports rather than depends on lme4. Changes in behaviour