Package: projects
Title: A Project Infrastructure for Researchers
Version: 1.1.0
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://www.github.com/NikKrieger/projects
Depends: R (>= 3.4.0)
Imports: dplyr (>= 0.7.5), fs (>= 1.2.6), magrittr (>= 1.5), methods,
        purrr (>= 0.2.4), readr (>= 1.1.1), rlang (>= 0.3.0.1),
        rstudioapi (>= 0.7), stringr (>= 1.3.1), tibble (>= 1.4.2)
Suggests: here (>= 0.1), tidyverse (>= 1.2.1)
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Collate: 'set_generics.R' 'class-projects_author.R'
        'class-projects_stage.R' 'new.R' 'edit.R' 'file_management.R'
        'getters.R' 'header.R' 'metadata_manipulation.R' 'projects.R'
        'setup.R' 'update.R' 'utilities.R' 'utils-pipe.R'
        'validation.R' 'zzz.R'
NeedsCompilation: no
Packaged: 2019-04-15 11:31:56 UTC; kriegen
Author: Nik Krieger [aut, cre],
  Adam Perzynski [aut],
  Jarrod Dalton [aut]
Maintainer: Nik Krieger <nk@case.edu>
Repository: CRAN
Date/Publication: 2019-04-15 11:52:43 UTC
