Learn R Programming

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

ProjectTemplate (version 0.1-2)

Automates the creation of new R statistical analysis projects

Description

The ProjectTemplate package provides a function, create.project(), that automatically builds a directory for a new R project with a clean sub-directory structure and automatic data and library loading tools. The hope is that standardized data loading, automatic importing of best practice packages, integrated unit testing and useful nudges towards keeping a cleanly organized codebase will improve the quality of R coding.

Copy Link

Version

Install

install.packages('ProjectTemplate')

Monthly Downloads

1,043

Version

0.1-2

License

Artistic-2.0

Maintainer

John White

Last Published

August 27th, 2010

Functions in ProjectTemplate (0.1-2)

load.project

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

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

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

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