Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jefferis/lreg
What the package does (short line)
https://github.com/jefferis/lreg
Last synced: 27 days ago
JSON representation
What the package does (short line)
- Host: GitHub
- URL: https://github.com/jefferis/lreg
- Owner: jefferis
- Created: 2014-09-07T13:07:33.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-07T13:26:58.000Z (about 10 years ago)
- Last Synced: 2023-10-20T20:43:05.971Z (about 1 year ago)
- Language: R
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lreg
A simple example of a package using S4 classes and roxygen2 for documentation.
See http://stackoverflow.com/questions/25569870/developing-r-package-when-functions-are-written-in-s4-and-using-roxygen2
## Testing
* clone the repository
* start R```r
setwd("/path/to/lreg")
library(devtools)
check()
```## Installation
Should you just wish to install this package, you can use **devtools**:```r
if (!require("devtools")) install.packages("devtools")
devtools::install_github("jefferis/lreg")
```