Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 748 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 748 Bytes

repotest

This is a test

Travis

Installation

To install the package repotest from GitHub, first install the package devtools from the CRAN.

# Install the < devtools > package
install.packages("devtools", dependencies = TRUE)

# Load the < devtools > package
library(devtools)

Then install the repotest package:

# Install the < repotest > package from GitHub
devtools::install_github("chaireBioNorth/repotest", build_vignettes = TRUE)

# Load the < repotest > package
library(repotest)

Usage

hello("Hello world!")