This is a test
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)
hello("Hello world!")