The goal of naija is to show the Bauchi RUG how to develop a package.
You can install the released version of naija from CRAN with:
Note: This package is not yet on CRAN
install.packages("naija")
And the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("Shelmith-Kariuki/naija")
This is a basic example which shows you how to solve a common problem:
library(naija)
## basic example code
care_message("Hadley")
#> [1] "Hi Hadley , we hope you are taking care of yourself."