Package: starter Title: Starter Kit for New Projects Version: 0.1.16.9000 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 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Config/pak/sysreqs: git libgit2-dev libssl-dev Repository: https://ddsjoberg.r-universe.dev Date/Publication: 2024-10-15 17:11:35 UTC RemoteUrl: https://github.com/ddsjoberg/starter RemoteRef: HEAD RemoteSha: 3a02edbd6111cb7ef725687d58d848023c1b39a4 NeedsCompilation: no Packaged: 2026-07-04 07:01:03 UTC; root Author: Daniel D. Sjoberg [aut, cre] (ORCID: ), Emily Vertosick [ctb] Maintainer: Daniel D. Sjoberg