Skip to content

Commit

Permalink
Remove under development label
Browse files Browse the repository at this point in the history
  • Loading branch information
chjackson committed Apr 18, 2019
1 parent 528f27d commit 83cf5f5
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
# fic
R package for the Focused Information Criterion and related methods for model comparison
fic
===

Under development. To install the package, do
The development repository for the [fic](http://cran.r-project.org/package=fic) R package for the Focused Information Criterion and related methods for model comparison.

## Installation (stable CRAN version)
```r
install.packages("fic")
```

## Installation (development version)

```r
install.packages("devtools") # if devtools not already installed
library(devtools)
install_github("chjackson/fic")
```
```

See the package vignettes (work in progress) for an introduction:

Expand Down

0 comments on commit 83cf5f5

Please sign in to comment.