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]
All associated links for this package
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 21 Nov. 2024.
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
SCBiclust  
Identifies Mean, Variance, and Hierarchically Clustered Biclusters
Identifies a bicluster, a submatrix of the data such that the features and observations within the s ...
Download / Learn more Package Citations See dependency  
crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
Download / Learn more Package Citations See dependency  
kgschart  
KGS Rank Graph Parser
Restore underlining numeric data from rating history graph of KGS (an online platform of the game o ...
Download / Learn more Package Citations See dependency  
pkgdepends  
Package Dependency Resolution and Downloads
Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain ...
Download / Learn more Package Citations See dependency  
RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

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