Package: starter
Title: Starter Kit for New Projects
Version: 0.1.15
Authors@R: c(
    person("Daniel D.", "Sjoberg", , "danield.sjoberg@gmail.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0003-0862-2018")),
    person("Emily", "Vertosick", role = "ctb")
  )
Description: Get started with new projects by dropping a skeleton of a new
    project into a new or existing directory, initialise git repositories,
    and create reproducible environments with the 'renv' package. The
    package allows for dynamically named files, folders, file content, as
    well as the functionality to drop individual template files into
    existing projects.
License: AGPL (>= 3)
URL: https://github.com/ddsjoberg/starter,
        https://www.danieldsjoberg.com/starter/index.html
BugReports: https://github.com/ddsjoberg/starter/issues
Depends: R (>= 3.6)
Imports: dplyr (>= 1.1.0), cli (>= 3.6.0), gert (>= 1.9.2), glue (>=
        1.6.2), R.utils (>= 2.11.0), renv (>= 0.17.2), rlang (>=
        1.0.6), rprojroot, rstudioapi
Suggests: covr (>= 3.5.1), fs (>= 1.5.0), knitr (>= 1.34), pkgdown (>=
        1.6.1), readr (>= 2.0.1), rmarkdown (>= 2.11), stringr,
        spelling (>= 2.2), testthat (>= 3.0.4)
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.3.1
NeedsCompilation: no
Packaged: 2024-03-05 16:25:24 UTC; sjobergd
Author: Daniel D. Sjoberg [aut, cre] (<https://orcid.org/0000-0003-0862-2018>),
  Emily Vertosick [ctb]
Maintainer: Daniel D. Sjoberg <danield.sjoberg@gmail.com>
Repository: CRAN
Date/Publication: 2024-03-05 16:50:02 UTC
