The goal of helloWorldPackage is to print “hello World”
You can install the development version of helloWorldPackage from GitHub with:
# install.packages("devtools")
devtools::install_github("carivs/helloWorld")This is a basic example which shows you how to solve a common problem:
library(helloWorldPackage)
hello()
#> [1] "hello World"