Package: worcs Type: Package Title: Workflow for Open Reproducible Code in Science Version: 0.1.21.1 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). . License: CC0 Encoding: UTF-8 LazyData: true URL: https://github.com/cjvanlissa/worcs, https://cjvanlissa.github.io/worcs/ RoxygenNote: 7.3.3 Roxygen: list(markdown = TRUE) 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, rprojroot Suggests: papaja (>= 0.1.1), targets (>= 1.11.1), lavaan, tidySEM, tarchetypes, remotes, knitr, missRanger, curl, fs, withr, desc, purrr, testthat (>= 3.0.0), pkgdown SystemRequirements: pandoc (>= 1.14) - https://pandoc.org VignetteBuilder: knitr Config/testthat/edition: 3 Config/pak/sysreqs: cmake git make libgit2-dev libuv1-dev libssl-dev libx11-dev Repository: https://cjvanlissa.r-universe.dev Date/Publication: 2026-03-27 12:31:31 UTC RemoteUrl: https://github.com/cjvanlissa/worcs RemoteRef: HEAD RemoteSha: ff7d2a9853deb981d4f7afa314f751d231b576f1 NeedsCompilation: no Packaged: 2026-07-04 16:08:01 UTC; root Author: Caspar J. Van Lissa [aut, cre] (ORCID: ), Aaron Peikert [aut] (ORCID: ), Andreas M. Brandmaier [aut] (ORCID: ) Maintainer: Caspar J. Van Lissa