-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Laste metadata tweaks before submission.
- Shortend package title - Renamed cran_comments.md to cran-comments.md - Removed Maintainer line from DESCRIPTION - Removed README and NEWS from .Rbuildignore - Added example to cos_prereg() documentation - Created package documentation
- Loading branch information
Showing
9 changed files
with
134 additions
and
29 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 |
---|---|---|
|
@@ -2,7 +2,4 @@ | |
^\.Rproj\.user$ | ||
|
||
.travis.yml | ||
cran_comments.md | ||
|
||
README.md | ||
NEWS.md | ||
cran-comments.md |
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,14 +1,12 @@ | ||
Package: prereg | ||
Type: Package | ||
Title: An RMarkdown Template that Facilitates Authoring Preregistrations of | ||
Scientific Studies | ||
Title: R Markdown Template to Preregister Scientific Studies | ||
Version: 0.1.0 | ||
Date: 2016-2-15 | ||
Authors@R: c(person("Frederik", "Aust", email = "[email protected]", role = c("aut", "cre"))) | ||
Maintainer: "Frederik Aust" <[email protected]> | ||
Description: The RMarkdown template in the prereg package is based on the Center | ||
Description: The R Markdown template in this package is based on the Center | ||
for Open Science Preregistration Challenge and is, thus, particularly suited to | ||
draft preregistrations that enter the challenge. | ||
draft preregistration documents for studies that enter the challenge. | ||
URL: https://github.com/crsh/prereg | ||
BugReports: https://github.com/crsh/prereg/issues | ||
Depends: | ||
|
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
#' R Markdown Template for Preregistrations of Scientific Studies | ||
#' | ||
#' The \href{http://rmarkdown.rstudio.com/}{R Markdown} template in the prereg package is based | ||
#' on the \href{https://cos.io/prereg/}{Center for Open Science Preregistration Challenge} and | ||
#' is, thus, particularly suited to draft preregistrations that enter the challenge. | ||
#' @section System requirements: | ||
#' Before using \pkg{prereg} to create a preregistration document, make sure the following | ||
#' software is installed on your computer: | ||
#' | ||
#' \itemize{ | ||
#' \item{\href{http://www.rstudio.com/}{RStudio} (>= 0.98.932); if you don't use RStudio | ||
#' , you need to install \href{http://johnmacfarlane.net/pandoc/}{pandoc} using the | ||
#' \href{https://github.com/rstudio/rmarkdown/blob/master/PANDOC.md}{instructions for your operating system}} | ||
#' \item{A \href{http://de.wikipedia.org/wiki/TeX}{TeX} distribution (2013 or later; e.g., \href{http://miktex.org/}{MikTeX} | ||
#' for Windows, \href{https://tug.org/mactex/}{MacTeX} for Mac, obviously, or \href{http://www.tug.org/texlive/}{TeX Live} | ||
#' for Linux)} | ||
#' } | ||
#' | ||
#' If you are running \emph{Windows}, use MikTex if possible. Currently, pandoc and the Windows version of Tex Live | ||
#' \href{https://github.com/rstudio/rmarkdown/issues/6}{don't seem to like each other}. Make sure you install the | ||
#' \emph{complete}---not the basic---version. | ||
#' | ||
#' @section Author and Maintainer: | ||
#' Frederik Aust (frederik.aust at uni-koeln.de). | ||
#' @docType package | ||
#' @name prereg | ||
|
||
NULL |
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
## Test environments | ||
* local OS X 10.11 install, R 3.2.3 | ||
* local Ubuntu 14.04 install, R 3.2.3 | ||
* Ubuntu 12.04 (on travis-ci), R 3.2.3 | ||
* win-builder (devel and release) | ||
|
||
## R CMD check results | ||
There were no ERRORs and WARNINGs. | ||
|
||
There was 1 NOTE: | ||
|
||
* Maintainer: 'Frederik Aust <[email protected]>' | ||
New submission | ||
|
||
## Downstream dependencies | ||
This is the first submission of prereg; there are no downstream | ||
dependencies. | ||
|
||
## Resubmission | ||
This is a resubmission. In this version I have: | ||
|
||
* Removed 'prereg' and 'preregistrations' from DESCRIPTION | ||
(sorry for the confusion) | ||
* Added example and package documentation (?prereg) | ||
* Changed the term 'RMarkdown' in DESCRIPTION to 'R Markdown' | ||
in accordance with the spelling used in, e.g., the rmarkdown | ||
package |
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.