-
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
17 additions
and
11 deletions.
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 |
---|---|---|
|
@@ -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 | ||
------------ | ||
|
@@ -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 | ||
------------ | ||
|