-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|