Package: ProjectTemplate
Type: Package
Title: Automates the Creation of New Statistical Analysis Projects
Version: 0.11.1
Date: 2025-08-30
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
Encoding: UTF-8
Depends: R (>= 2.7), digest, tibble
Imports: methods
Suggests: foreign, feather, reshape, plyr, formatR, qs, 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.1
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2025-08-30 19:56:58 UTC; kwhite
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 <jkentonwhite@gmail.com>
Repository: CRAN
Date/Publication: 2025-08-30 20:10:02 UTC
Built: R 4.5.2; ; 2025-11-08 03:43:32 UTC; windows
