Learn R Programming

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

ProjectTemplate (version 0.1-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 is able to automate data loading, preprocessing, library importing and unit testing.

Copy Link

Version

Install

install.packages('ProjectTemplate')

Monthly Downloads

1,043

Version

0.1-3

License

Artistic-2.0

Maintainer

John White

Last Published

October 3rd, 2010

Functions in ProjectTemplate (0.1-3)

show.updates

Show the user how their directory structure would be different under the most recent version of ProjectTemplate.
load.project

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

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

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

Automates the creation of new statistical analysis projects.