Skip to content

Commit bf9410d

Browse files
committed
Merge branch 'main' of github.com:r-spatial/gstat
2 parents 1dedc91 + ba3710c commit bf9410d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,18 @@ and simulation. Computers & Geosciences 24 (1),
2424
[17–31](http://www.sciencedirect.com/science/article/pii/S0098300497000824).
2525

2626
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+
``` r
39+
library(remotes)
40+
install_github("r-spatial/gstat")
41+
```

0 commit comments

Comments
 (0)