Learn R Programming

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

ProjectTemplate (version 0.3-4)

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-4

License

Artistic-2.0

Maintainer

John White

Last Published

July 4th, 2011

Functions in ProjectTemplate (0.3-4)

load.project

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

Read a DCF file into a list object.
run.project

Automatically run all of the analysis scripts in the src directory.
ProjectTemplate-package

Automates the creation of new statistical analysis projects.
create.project

Automatically creates a new project directory and all of its contents.
stub.tests

Autogenerate tests for helper function.
show.project

Show the current project's internal state.
clean.variable.name

Produce a standardized R variable names.
test.project

Automatically run all of the tests cases in the tests directory.
cache

Cache a variable for later use.
reload.project

Reload the current project.