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 a67421b commit b213c5b
Showing 1 changed file with 17 additions and 11 deletions.
28 changes: 17 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected] directly. Thank you.


Description
------------
Expand All @@ -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 [email protected] directly. Thank you.

Quick start
------------
Expand Down

0 comments on commit b213c5b

Please sign in to comment.