Shelmith-Kariuki / naija

Bauchi package development training

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

naija

The goal of naija is to show the Bauchi RUG how to develop a package.

Installation

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")

Example

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."

About

Bauchi package development training

License:Other


Languages

Language:R 100.0%