From b213c5bbc3d8469146cd17547d7e80e3e335ed72 Mon Sep 17 00:00:00 2001 From: andrewzm Date: Thu, 27 Apr 2017 22:26:54 +0200 Subject: [PATCH] Updated README --- README.md | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index c16df2f..05965ab 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,23 @@ Fixed Rank Kriging ================ -The package `FRK` is still under development. However, both function interfaces and the underlying modelling approach are now relatively stable. This notice will be removed once a stable version is released. +Installation +------------ + +The package `FRK` is now at v0.1.2 and available on CRAN! To install, please type + +```r +install.packages("FRK") +``` + +To install the most recent (development) version, first please install `INLA` from `http://www.r-inla.org/download`, then please load `devtools` and type + +```r +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. + Description ------------ @@ -29,16 +45,6 @@ Description: Fixed Rank Kriging is a tool for spatial/spatio-temporal modelling License: GPL (>= 2) -Installation ------------- - -`FRK` is still under development but stable and ready for use with simple applications. To install, first please install `INLA` from `http://www.r-inla.org/download`, then please load `devtools` and type - -```r -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. Quick start ------------