Package: worcs
Type: Package
Title: Workflow for Open Reproducible Code in Science
Version: 0.1.19
Authors@R: c(
    person(
      given = c("Caspar", "J."),
      family = "Van Lissa",
      email = "c.j.vanlissa@tilburguniversity.edu",
      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 (2021).
    <doi:10.3233/DS-210031>.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
URL: https://github.com/cjvanlissa/worcs,
        https://cjvanlissa.github.io/worcs/
RoxygenNote: 7.3.2
Imports: methods, rmarkdown, renv, prereg (>= 0.6.0), gert (>= 2.0.1),
        ranger, yaml, digest, rticles (>= 0.27), tinytex, credentials,
        usethis (>= 3.1.0), gh, xfun, cli, rlang
Suggests: papaja (>= 0.1.1), targets (>= 1.11.1), lavaan, tidySEM,
        tarchetypes, remotes, knitr, missRanger, curl, fs, withr, desc,
        purrr, testthat (>= 3.0.0)
SystemRequirements: pandoc (>= 1.14) - https://pandoc.org
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2025-07-13 08:54:28 UTC; vanlissa
Author: Caspar J. Van Lissa [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-0808-5024>),
  Aaron Peikert [aut] (ORCID: <https://orcid.org/0000-0001-7813-818X>),
  Andreas M. Brandmaier [aut] (ORCID:
    <https://orcid.org/0000-0001-8765-6982>)
Maintainer: Caspar J. Van Lissa <c.j.vanlissa@tilburguniversity.edu>
Repository: CRAN
Date/Publication: 2025-07-13 09:40:02 UTC
Built: R 4.4.1; ; 2025-07-14 23:09:33 UTC; unix
