Skip to content

A template for creating R packages.

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

jwokaty/packageTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

A template for creating R packages.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages