Learn R Programming

⚠️There's a newer version (0.11.1) of this package.Take me there.

ProjectTemplate (version 0.3-3)

Automates the creation of new statistical analysis projects.

Description

ProjectTemplate 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.

Copy Link

Version

Install

install.packages('ProjectTemplate')

Monthly Downloads

1,043

Version

0.3-3

License

Artistic-2.0

Maintainer

John White

Last Published

July 2nd, 2011

Functions in ProjectTemplate (0.3-3)

run.project

Automatically run all of the analysis scripts in the src directory.
run.tests

Automatically run all of the tests cases in the tests directory.
ProjectTemplate-package

Automates the creation of new statistical analysis projects.
cache

Cache a variable for later use.
create.project

Automatically creates a new project directory and all of its contents.
clean.variable.name

Produce a standardized R variable names.
load.project

Automatically load all of the data and libraries used by the current project.
reload.project

Reload the current project.
translate.dcf

Read a DCF file into a list object.