Learn R Programming

ProjectTemplate (version 0.1-2)

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

Description

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

Usage

run.tests()

Arguments

Value

  • No value is returned; this function is called for its side effects.

Examples

Run this code
library('ProjectTemplate')

create.project('project_name')

setwd('project_name')

load.project()

run.tests()

Run the code above in your browser using DataLab