We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1dedc91 + ba3710c commit bf9410dCopy full SHA for bf9410d
README.md
@@ -24,3 +24,18 @@ and simulation. Computers & Geosciences 24 (1),
24
[17–31](http://www.sciencedirect.com/science/article/pii/S0098300497000824).
25
26
describes material that is now archived in branch [attic](https://github.com/r-spatial/gstat/tree/attic)
27
+
28
+## Installing
29
30
+Install either from CRAN with
31
32
+``` r
33
+install.packages("gstat")
34
+```
35
36
+or development version from GitHub with
37
38
39
+library(remotes)
40
+install_github("r-spatial/gstat")
41
0 commit comments