From 398a588bb239375fbefcbeabd354197301f6090c Mon Sep 17 00:00:00 2001 From: andrewzm Date: Thu, 27 Apr 2017 22:30:37 +0200 Subject: [PATCH] Updated README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 05965ab..2f75012 100644 --- a/README.md +++ b/README.md @@ -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 azm@uow.edu.au 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