Other packages > Find by keyword >

ProjectTemplate  

Automates the Creation of New Statistical Analysis Projects
View on CRAN: Click here


Download and install ProjectTemplate package within the R console
Install from CRAN:
install.packages("ProjectTemplate")

Install from Github:
library("remotes")
install_github("cran/ProjectTemplate")

Install by package version:
library("remotes")
install_version("ProjectTemplate", "0.11.0")



Attach the package and use:
library("ProjectTemplate")
Maintained by
Kenton White
[Scholar Profile | Author Map]
First Published: 2010-08-25
Latest Update: 2023-11-19
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.
How to cite:
Kenton White (2010). ProjectTemplate: Automates the Creation of New Statistical Analysis Projects. R package version 0.11.0, https://cran.r-project.org/web/packages/ProjectTemplate. Accessed 29 Apr. 2025.
Previous versions and publish date:
0.1-1 (2010-08-25 14:50), 0.1-2 (2010-08-27 08:23), 0.1-3 (2010-10-03 10:19), 0.3-3 (2011-07-02 16:19), 0.3-4 (2011-07-04 10:23), 0.3-5 (2011-07-23 15:03), 0.4-2 (2012-05-13 10:35), 0.5-1 (2014-03-17 10:35), 0.5 (2014-03-13 10:54), 0.6 (2014-10-06 00:57), 0.7 (2016-08-11 12:26), 0.8.2 (2018-04-20 19:48), 0.8 (2017-08-09 06:11), 0.9.0 (2019-02-26 20:30), 0.9.1 (2020-04-15 20:40), 0.9.2 (2020-05-11 23:10), 0.9.3 (2020-12-04 06:30), 0.10.0 (2021-01-08 20:30), 0.10.1 (2021-02-08 23:40), 0.10.2 (2021-07-31 13:50), 0.10.3 (2023-02-27 22:42), 0.10.4 (2023-11-19 18:20)
Other packages that cited ProjectTemplate R package
View ProjectTemplate citation profile
Other R packages that ProjectTemplate depends, imports, suggests or enhances
Complete documentation for ProjectTemplate
Functions, R codes and Examples using the ProjectTemplate R package
Some associated functions: ProjectTemplate . add.config . add.extension . cache.name . cache . cache.project . clean.variable.name . clear.cache . clear . create.project . create.template . get.project . internal.attach.or.add.namespace . internal.cache.filename . internal.cache.format . internal.cache.hash . internal.cache.status . internal.cached.variables . internal.check.version . internal.convert.to.data.table . internal.convert.to.tibble . internal.create.cache.hash . internal.create.project . internal.dir.empty . internal.evaluate.code . internal.get.template . internal.has.project . internal.init.logger . internal.is.ProjectTemplate . internal.is.cache.empty . internal.is.cached . internal.is.dir . internal.list.data . internal.list.files.and.dirs . internal.load.data . internal.load.helpers . internal.load.libraries . internal.munge.data . internal.package.version . internal.parse.extensions . internal.prepare.data.ignore.regex . internal.provide.directory . internal.quietstop . internal.read.cache.info . internal.remove.sticky.vars . internal.require.package . internal.rstudioprojectfile . internal.stopifnotproject . internal.stopifproject . internal.unload.project . internal.var.diff.from . internal.write.cache . list.data . load.project . loadproject_addin . migrate.project . migrate.template . preinstalled.readers . project.config . reload.project . reloadproject_addin . require.package . run.project . show.project . stub.tests . test.project . translate.dcf . 
Some associated R codes: add.config.R . add.extension.R . addins.R . arff.reader.R . cache.R . cache.name.R . cache.project.R . clean.variable.name.R . clear.R . clear.cache.R . config.R . create.project.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 . get.project.R . help.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 . preinstalled.readers.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 . translate.dcf.R . tsv.reader.R . url.reader.R . wsv.reader.R . xls.reader.R . xlsx.reader.R . xport.reader.R .  Full ProjectTemplate package functions and examples
Downloads during the last 30 days
03/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/1104/1204/1304/1404/1504/1604/1704/1804/1904/2004/2104/2204/2304/2404/2504/2604/2704/28Downloads for ProjectTemplate01020304050607080TrendBars

Today's Hot Picks in Authors and Packages

PCAmatchR  
Match Cases to Controls Based on Genotype Principal Components
Matches cases to controls based on genotype principal components (PC). In order to produce better r ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
knockoff  
The Knockoff Filter for Controlled Variable Selection
The knockoff filter is a general procedure for controlling the false discovery rate (FDR) when perf ...
Download / Learn more Package Citations See dependency  
phecodemap  
Visualization for PheCode Mapping with ICD-9 and ICD-10-CM Codes
To build a shiny app for visualization of the hierarchy of PheCode Mapping with International Classi ...
Download / Learn more Package Citations See dependency  
bigGP  
Distributed Gaussian Process Calculations
Distributes Gaussian process calculations across nodes in a distributed memory setting, using Rmpi. ...
Download / Learn more Package Citations See dependency  
NBBDesigns  
Neighbour Balanced Block Designs (NBBDesigns)
Neighbour-balanced designs ensure that no treatment is disadvantaged unfairly by its surroundings. T ...
Download / Learn more Package Citations See dependency  

24,142

R Packages

207,311

Dependencies

65,176

Author Associations

24,143

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA