/packageTemplate

A template for creating R packages.

Primary LanguageROtherNOASSERTION

packagetemplate

The goal of packagetemplate is to provide a template for R packages.

Installation

You can install the development version of packagetemplate from Github with:

install_github("packagetemplate")

Example

This is a basic example which shows how to use helloWorld:

library(packagetemplate)
helloWorld()
#> [1] "Hello, World"