Package: worcs
Type: Package
Date: 2021-02-02
Title: Workflow for Open Reproducible Code in Science
Version: 0.1.8
Authors@R: c(
    person(
      given = c("Caspar", "J."),
      family = "van Lissa",
      email = "c.j.vanlissa@uu.nl",
      role = c("aut", "cre"),
      comment = c(ORCID = "0000-0002-0808-5024")
    ),
    person(
      "Aaron",
      "Peikert",
      role = c("aut"),
      comment = c(ORCID = "0000-0001-7813-818X")
    ),
    person(
      c("Andreas", "M."),
      "Brandmaier",
      role = "aut",
      comment = c(ORCID = "0000-0001-8765-6982")
    )
    )
Description: Create reproducible and transparent research projects in 'R'.
    This package is based on the Workflow for Open
    Reproducible Code in Science (WORCS), a step-by-step procedure based on best
    practices for
    Open Science. It includes an 'RStudio' project template, several
    convenience functions, and all dependencies required to make your project
    reproducible and transparent. WORCS is explained in the tutorial paper
    by Van Lissa, Brandmaier, Brinkman, Lamprecht, Struiksma, & Vreede (2020).
    <doi:10.17605/OSF.IO/ZCVBS>.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
URL: https://github.com/cjvanlissa/worcs
RoxygenNote: 7.1.1
Imports: methods, rmarkdown, prereg, gert, ranger, yaml, digest,
        rticles
Suggests: remotes, tinytex, renv, knitr, missRanger, testthat (>=
        2.1.0)
SystemRequirements: pandoc (>= 1.14) - http://pandoc.org
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-02-02 13:01:06 UTC; Lissa102
Author: Caspar J. van Lissa [aut, cre]
    (<https://orcid.org/0000-0002-0808-5024>),
  Aaron Peikert [aut] (<https://orcid.org/0000-0001-7813-818X>),
  Andreas M. Brandmaier [aut] (<https://orcid.org/0000-0001-8765-6982>)
Maintainer: Caspar J. van Lissa <c.j.vanlissa@uu.nl>
Repository: CRAN
Date/Publication: 2021-02-02 13:20:03 UTC
