Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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")
```