Package: projects
Title: A Project Infrastructure for Researchers
Version: 2.1.3
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.8.5), fs (>= 1.4.1), lubridate (>= 1.7.8),
        magrittr (>= 1.5), methods, purrr (>= 0.3.4), readr (>= 1.3.1),
        rlang (>= 0.4.6), rstudioapi (>= 0.11), sessioninfo (>= 1.1.1),
        stringr (>= 1.4.0), tibble (>= 3.0.1), vctrs (>= 0.2.4), zip
        (>= 2.0.4)
Suggests: forcats, here (>= 0.1), testthat (>= 2.3.2)
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'
NeedsCompilation: no
Packaged: 2021-04-24 13:21:56 UTC; kriegen
Author: Nik Krieger [aut, cre],
  Adam Perzynski [aut],
  Jarrod Dalton [aut]
Maintainer: Nik Krieger <nk@case.edu>
Repository: CRAN
Date/Publication: 2021-04-24 13:40:02 UTC
Built: R 4.0.2; ; 2021-04-25 10:38:16 UTC; unix
