Package: ProjectTemplate Type: Package Title: Automates the Creation of New Statistical Analysis Projects Version: 0.11.2 Date: 2026-04-06 Authors@R: c( person("Aleksandar", "Blagotic", role = "ctb"), person("Diego", "Valle-Jones", role = "ctb"), person("Jeffrey", "Breen", role = "ctb"), person("Joakim", "Lundborg", role = "ctb"), person("John Myles", "White", role = c("aut", "cph")), person("Josh", "Bode", role = "ctb"), person("Kenton", "White", role = c("ctb", "cre"), email = "jkentonwhite@gmail.com"), person("Kirill", "Mueller", role = "ctb"), person("Matteo", "Redaelli", role = "ctb"), person("Noah", "Lorang", role = "ctb"), person("Patrick", "Schalk", role = "ctb"), person("Dominik", "Schneider", role="ctb"), person("Gerold", "Hepp", role="ctb"), person("Zunaira", "Jamil", role="ctb"), person("Glen", "Falk", role="ctb")) Description: Provides functions to automatically build a directory structure for a new R project. Using this structure, 'ProjectTemplate' automates data loading, preprocessing, library importing and unit testing. License: GPL-3 | file LICENSE Language: en-US LazyLoad: yes Roxygen: list() Encoding: UTF-8 Depends: R (>= 2.7), digest, tibble Imports: methods Suggests: foreign, feather, reshape, plyr, formatR, qs2, stringr, ggplot2, lubridate, log4r (>= 0.1-5), DBI, RMySQL, RSQLite, gdata, RODBC, RJDBC, readxl, xlsx, tuneR, pixmap, data.table, RPostgreSQL, GetoptLong, whisker, testthat (>= 3.0.0), reticulate URL: http://projecttemplate.net BugReports: https://github.com/KentonWhite/ProjectTemplate/issues Collate: 'ProjectTemplate-package.R' 'add.config.R' 'preinstalled.readers.R' 'add.extension.R' 'addins.R' 'arff.reader.R' 'get.project.R' 'cache.R' 'cache.name.R' 'cache.project.R' 'clean.variable.name.R' 'clear.R' 'clear.cache.R' 'translate.dcf.R' 'config.R' 'create.project.R' 'create.project.rstudio.R' 'create.template.R' 'csv.reader.R' 'csv2.reader.R' 'db.reader.R' 'dbf.reader.R' 'epiinfo.reader.R' 'feather.reader.R' 'file.reader.R' 'list.data.R' 'load.project.R' 'migrate.project.R' 'migrate.template.R' 'mp3.reader.R' 'mtp.reader.R' 'octave.reader.R' 'ppm.reader.R' 'project.config.R' 'r.reader.R' 'rdata.reader.R' 'rds.reader.R' 'reload.project.R' 'require.package.R' 'run.project.R' 'show.project.R' 'spss.reader.R' 'sql.reader.R' 'stata.reader.R' 'stopifnotproject.R' 'stub.tests.R' 'systat.reader.R' 'test.project.R' 'tsv.reader.R' 'url.reader.R' 'wsv.reader.R' 'xls.reader.R' 'xlsx.reader.R' 'xport.reader.R' RoxygenNote: 7.3.2 Config/testthat/edition: 3 Repository: https://kentonwhite.r-universe.dev Date/Publication: 2026-05-22 23:45:25 UTC RemoteUrl: https://github.com/kentonwhite/projecttemplate RemoteRef: HEAD RemoteSha: 9f95575b7d6bfbd7c23bcd389af8e450e43189b3 NeedsCompilation: no Packaged: 2026-06-22 07:05:59 UTC; root Author: Aleksandar Blagotic [ctb], Diego Valle-Jones [ctb], Jeffrey Breen [ctb], Joakim Lundborg [ctb], John Myles White [aut, cph], Josh Bode [ctb], Kenton White [ctb, cre], Kirill Mueller [ctb], Matteo Redaelli [ctb], Noah Lorang [ctb], Patrick Schalk [ctb], Dominik Schneider [ctb], Gerold Hepp [ctb], Zunaira Jamil [ctb], Glen Falk [ctb] Maintainer: Kenton White