Package: projects Title: A Project Infrastructure for Researchers Version: 2.1.99.9990 Authors@R: c(person(given = "Nik", family = "Krieger", role = c("aut", "cre"), email = "nk@case.edu"), person(given = "Adam", family = "Perzynski", role = "aut"), person(given = "Jarrod", family = "Dalton", role = "aut")) Description: Provides a project infrastructure with a focus on manuscript creation. Creates a project folder with a single command, containing subdirectories for specific components, templates for manuscripts, and so on. License: MIT + file LICENSE URL: https://cran.r-project.org/package=projects Depends: R (>= 3.4.0) Imports: dplyr (>= 0.7.0), fs (>= 1.4.1), lubridate, magrittr (>= 1.5), methods, purrr (>= 0.3.0), readr (>= 1.4.0), rlang (>= 0.4.6), rstudioapi, sessioninfo (>= 1.1.1), stringr (>= 1.4.0), vctrs (>= 0.2.4), zip (>= 2.0.4) Suggests: forcats, here, testthat, tibble Config/testthat/edition: 3 Encoding: UTF-8 RoxygenNote: 7.1.1 Collate: 'set_generics.R' 'class-projects_author.R' 'class-projects_stage.R' 'new.R' 'edit.R' 'email_authors.R' 'file_management.R' 'getters.R' 'header.R' 'metadata_manipulation.R' 'projects.R' 'reproducibility.R' 'setup.R' 'update.R' 'utilities.R' 'utils-pipe.R' 'validation.R' 'zzz.R' Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libx11-dev Repository: https://clevelandclinicqhs.r-universe.dev Date/Publication: 2021-08-06 21:25:18 UTC RemoteUrl: https://github.com/clevelandclinicqhs/projects RemoteRef: HEAD RemoteSha: 6e7cd6277b79887b0bbc95c2d3c7050b2d845094 NeedsCompilation: no Packaged: 2026-07-04 07:05:56 UTC; root Author: Nik Krieger [aut, cre], Adam Perzynski [aut], Jarrod Dalton [aut] Maintainer: Nik Krieger