Skip to content

Commit

Permalink
add readme back
Browse files Browse the repository at this point in the history
  • Loading branch information
Taylor Arnold committed Jan 8, 2015
1 parent 115f87d commit 1f192e7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
@@ -0,0 +1,13 @@
glmgen
======

Generalized lasso implementations. To install the
R library directly from github, run the following from R:

```{r}
library(devtools)
install_github("statsmaths/glmgen", subdir="R_pkg/glmgen")
```

See the C documentation published at [c docs](http://statsmaths.github.io/glmgen/html/files.html),
and the R documentation published at [R docs](http://statsmaths.github.io/glmgen/glmgen-manual.pdf).

0 comments on commit 1f192e7

Please sign in to comment.