https://github.com/robertzk/r-package-template
A template for R packages
https://github.com/robertzk/r-package-template
Last synced: 5 months ago
JSON representation
A template for R packages
- Host: GitHub
- URL: https://github.com/robertzk/r-package-template
- Owner: robertzk
- Created: 2015-09-14T23:45:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-14T21:49:18.000Z (over 7 years ago)
- Last Synced: 2024-08-13T07:14:11.171Z (8 months ago)
- Language: R
- Homepage:
- Size: 7.81 KB
- Stars: 5
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
Awesome Lists containing this project
- jimsghstars - robertzk/r-package-template - A template for R packages (R)
README
R Package Template [](https://travis-ci.org/robertzk/r-package-template) [](https://coveralls.io/r/robertzk/r-package-template)
============This repository offers a basic template for R packages that already includes
Travis and [covr](http://github.com/jimhester/covr) integration.Simply clone this repository, change the remote, replace the references
to "r-package-template", and you have a fresh package ready to go!Don't forget to change the references to "package.name" in the [DESCRIPTION](DESCRIPTION) file, [package file](R/package.name-package.R) and [tests file](tests/test-all.R).