From b99522383e2baaa124d1f96e3d4963ec8df4ed54 Mon Sep 17 00:00:00 2001 From: Frederik Aust Date: Wed, 9 Jan 2019 17:38:32 +0100 Subject: [PATCH] Updates meta data for CRAN release. --- .Rbuildignore | 2 ++ DESCRIPTION | 4 ++-- cran-comments.md | 19 ++++++++++--------- inst/NEWS.md | 6 +++++- 4 files changed, 19 insertions(+), 12 deletions(-) diff --git a/.Rbuildignore b/.Rbuildignore index 33c2800..5041230 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -1,6 +1,8 @@ +^CRAN-RELEASE$ ^.*\.Rproj$ ^\.Rproj\.user$ +^.github$ ^.travis.yml ^cran-comments.md ^README.Rmd diff --git a/DESCRIPTION b/DESCRIPTION index 3818390..dca51f8 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: prereg Type: Package Title: R Markdown Templates to Preregister Scientific Studies -Version: 0.3.0 -Date: 2017-7-4 +Version: 0.4.0 +Date: 2019-1-9 Authors@R: c(person("Frederik", "Aust", email = "frederik.aust@uni-koeln.de", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-4900-788X"))) Description: Provides a collection of templates to author preregistration documents for scientific studies in PDF format. URL: https://github.com/crsh/prereg diff --git a/cran-comments.md b/cran-comments.md index 4dbbcd9..ac013a6 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,15 +1,16 @@ # Test environments -* local OS X 10.11 install, R 3.3.3 -* local Ubuntu 14.04 install, R 3.4.0 -* Ubuntu Linux 16.04 LTS, GCC (release and devel; on r-hub builder) -* Ubuntu 12.04 (old release, release, and devel; on travis-ci) -* Windows Server 2008 R2 SP1, 32/64 bit (old release, release, and devel; on r-hub builder) - -# R CMD check results +* local OS X 10.12.6 install, R 3.5.1 +* Fedora Linux, R-devel, clang, gfortran (r-hub) +* Ubuntu Linux 16.04 LTS, R-release, GCC (r-hub) +* Windows Server 2008 R2 SP1, R-devel, 32/64 bit (r-hub) +* Windows Server 2008, R-oldrelease (win-builder) +* Windows Server 2008, R-release (win-builder) +## R CMD check results There were no ERRORs, WARNINGs, or NOTEs. -# Downstream dependencies +r-hub and win-builder CRAN check notes "Author field differs from that derived from Authors@R" due to the ORCID id auto-expansion to a URL. -There are no downstream dependencies. \ No newline at end of file +## Downstream dependencies +There are no downstream dependencies. diff --git a/inst/NEWS.md b/inst/NEWS.md index 7f6886e..3d7ef91 100644 --- a/inst/NEWS.md +++ b/inst/NEWS.md @@ -1,3 +1,7 @@ +# prereg 0.4.0 + +- Updates COS preregistration tempalte according to https://docs.google.com/document/d/1DaNmJEtBy04bq1l5OxS4JAscdZEkUGATURWwnBKLYxk. + # prereg 0.3.0 - New template based on Brandt et al. (2013). See `?brandt_prereg`. @@ -9,4 +13,4 @@ # prereg 0.1.0 -Initial release. \ No newline at end of file +Initial release.