Package: projects
Title: A Project Infrastructure for Researchers
Version: 0.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: checkmate (>= 1.8.5), 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, tidyverse
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2018-12-18 20:05:51 UTC; kriegen
Author: Nik Krieger [aut, cre],
  Adam Perzynski [aut],
  Jarrod Dalton [aut]
Maintainer: Nik Krieger <nk@case.edu>
Repository: CRAN
Date/Publication: 2018-12-30 17:40:03 UTC
