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 d1ffbb7 + 257eef0 commit ba3710cCopy full SHA for ba3710c
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