-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
178 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
Package: prereg | ||
Type: Package | ||
Title: R Markdown Templates to Preregister Scientific Studies | ||
Version: 0.4.0 | ||
Date: 2019-1-9 | ||
Authors@R: c(person("Frederik", "Aust", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-4900-788X")), person("Lisa", "Spitzer", email = "[email protected]", role = "aut")) | ||
Version: 0.5.0 | ||
Authors@R: c( | ||
person("Frederik", "Aust", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-4900-788X")), | ||
person("Lisa", "Spitzer", email = "[email protected]", role = "aut") | ||
) | ||
Description: Provides a collection of templates to author preregistration documents for scientific studies in PDF format. | ||
URL: https://github.com/crsh/prereg | ||
BugReports: https://github.com/crsh/prereg/issues | ||
|
@@ -14,5 +16,7 @@ Imports: | |
Suggests: | ||
testthat | ||
License: GPL-3 | ||
Encoding: UTF-8 | ||
LazyData: TRUE | ||
RoxygenNote: 6.1.1 | ||
Language: en-US | ||
RoxygenNote: 7.1.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,39 @@ | ||
# Test environments | ||
## Test environments | ||
|
||
* 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) | ||
* macOS 10.15.7 Catalina, R 4.0.2 (local) | ||
* macOS 10.13.6 High Sierra, R-release, brew (r-hub) | ||
* Ubuntu 16.04.6 Xenial, R-oldrel (Travis-CI) | ||
* Ubuntu 16.04.6 Xenial, R-release (Travis-CI) | ||
* Ubuntu 16.04.6 Xenial, R-devel (Travis-CI) | ||
* Debian Linux, R-devel, 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-oldrel (win-builder) | ||
* Windows Server 2008, R-release (win-builder) | ||
|
||
## R CMD check results | ||
There were no ERRORs, WARNINGs, or NOTEs. | ||
|
||
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. | ||
0 errors | 0 warnings | 1 note | ||
|
||
## Downstream dependencies | ||
There are no downstream dependencies. | ||
## Comments | ||
|
||
This is a resubmission. Addresses 1 note: | ||
|
||
> Found the following (possibly) invalid URLs: | ||
URL: https://cos.io/prereg/ (moved to https://www.cos.io/initiatives/prereg) | ||
From: README.md | ||
Status: 200 | ||
Message: OK | ||
|
||
* Followed moved content | ||
|
||
I keep seeing one issue: | ||
|
||
> Found the following (possibly) invalid URLs | ||
Found the following (possibly) invalid URLs: | ||
URL: https://aspredicted.org/ | ||
From: man/prereg.Rd | ||
Status: 406 | ||
Message: Not Acceptable | ||
|
||
But URL is valid. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.