Package: ProjectTemplate
Type: Package
Title: Automates the Creation of New Statistical Analysis Projects
Version: 0.8.2
Date: 2018-04-20
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"))
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: Artistic-2.0
LazyLoad: yes
Depends: R (>= 2.7)
Suggests: foreign, reshape, plyr, digest, formatR, stringr, ggplot2,
        lubridate, log4r (>= 0.1-5), DBI, RMySQL, RSQLite, gdata,
        RODBC, RJDBC, readxl, xlsx, tuneR, pixmap, data.table,
        RPostgreSQL, GetoptLong, whisker, tibble, testthat (>= 0.8)
URL: http://projecttemplate.net
BugReports: https://github.com/johnmyleswhite/ProjectTemplate/issues
Collate: 'add.config.R' 'xport.reader.R' 'xlsx.reader.R' 'xls.reader.R'
        'wsv.reader.R' 'url.reader.R' 'tsv.reader.R' 'systat.reader.R'
        'stata.reader.R' 'require.package.R' 'sql.reader.R'
        'spss.reader.R' 'rdata.reader.R' 'r.reader.R' 'ppm.reader.R'
        'octave.reader.R' 'mtp.reader.R' 'mp3.reader.R' 'file.reader.R'
        'epiinfo.reader.R' 'dbf.reader.R' 'db.reader.R' 'csv2.reader.R'
        'csv.reader.R' 'arff.reader.R' 'preinstalled.readers.R'
        'add.extension.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.template.R' 'get.project.R' 'help.R' 'list.data.R'
        'load.project.R' 'migrate.project.R' 'migrate.template.R'
        'project.config.R' 'rds.reader.R' 'reload.project.R'
        'run.project.R' 'show.project.R' 'stopifnotproject.R'
        'stub.tests.R' 'test.project.R'
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2018-04-20 17:27:31 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]
Maintainer: Kenton White <jkentonwhite@gmail.com>
Repository: CRAN
Date/Publication: 2018-04-20 17:48:03 UTC
