Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewzm committed Apr 27, 2017
1 parent b213c5b commit 398a588
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ To install the most recent (development) version, first please install `INLA` fr
install_github("andrewzm/FRK",dependencies=TRUE,build_vignettes=TRUE)
```

A journel article, currently under preparation, will be uploaded as vignette once submitted. If you wish to see a draft of the paper please contact me on [email protected] directly. Thank you.
A document containing a description, details on the underlying maths and computations, as well as several examples, is available as a vignette. To load this vignette please type

```r
library(FRK)
vignette("FRK_intro")
```


Description
Expand Down

0 comments on commit 398a588

Please sign in to comment.