Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 511 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 511 Bytes

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"