Skip to content

Commit b995223

Browse files
committed
Updates meta data for CRAN release.
1 parent 472f733 commit b995223

File tree

4 files changed

+19
-12
lines changed

4 files changed

+19
-12
lines changed

.Rbuildignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
^CRAN-RELEASE$
12
^.*\.Rproj$
23
^\.Rproj\.user$
34

5+
^.github$
46
^.travis.yml
57
^cran-comments.md
68
^README.Rmd

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: prereg
22
Type: Package
33
Title: R Markdown Templates to Preregister Scientific Studies
4-
Version: 0.3.0
5-
Date: 2017-7-4
4+
Version: 0.4.0
5+
Date: 2019-1-9
66
Authors@R: c(person("Frederik", "Aust", email = "frederik.aust@uni-koeln.de", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-4900-788X")))
77
Description: Provides a collection of templates to author preregistration documents for scientific studies in PDF format.
88
URL: https://github.com/crsh/prereg

cran-comments.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
# Test environments
22

3-
* local OS X 10.11 install, R 3.3.3
4-
* local Ubuntu 14.04 install, R 3.4.0
5-
* Ubuntu Linux 16.04 LTS, GCC (release and devel; on r-hub builder)
6-
* Ubuntu 12.04 (old release, release, and devel; on travis-ci)
7-
* Windows Server 2008 R2 SP1, 32/64 bit (old release, release, and devel; on r-hub builder)
8-
9-
# R CMD check results
3+
* local OS X 10.12.6 install, R 3.5.1
4+
* Fedora Linux, R-devel, clang, gfortran (r-hub)
5+
* Ubuntu Linux 16.04 LTS, R-release, GCC (r-hub)
6+
* Windows Server 2008 R2 SP1, R-devel, 32/64 bit (r-hub)
7+
* Windows Server 2008, R-oldrelease (win-builder)
8+
* Windows Server 2008, R-release (win-builder)
109

10+
## R CMD check results
1111
There were no ERRORs, WARNINGs, or NOTEs.
1212

13-
# Downstream dependencies
13+
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.
1414

15-
There are no downstream dependencies.
15+
## Downstream dependencies
16+
There are no downstream dependencies.

inst/NEWS.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# prereg 0.4.0
2+
3+
- Updates COS preregistration tempalte according to https://docs.google.com/document/d/1DaNmJEtBy04bq1l5OxS4JAscdZEkUGATURWwnBKLYxk.
4+
15
# prereg 0.3.0
26

37
- New template based on Brandt et al. (2013). See `?brandt_prereg`.
@@ -9,4 +13,4 @@
913

1014
# prereg 0.1.0
1115

12-
Initial release.
16+
Initial release.

0 commit comments

Comments
 (0)