Skip to content

Commit 3cd506b

Browse files
authored
Update README.md
1 parent a2065ae commit 3cd506b

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

README.md

+1-22
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,4 @@
55
status](https://www.r-pkg.org/badges/version/raster)](https://cran.r-project.org/package=raster)
66
[![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/raster)](http://www.r-pkg.org/pkg/raster)
77

8-
`raster` is an R package for spatial data analysis. Released versions are on [CRAN](https://cran.r-project.org/web/packages/raster/index.html). You can learn how to use it on On [rspatial.org](http://rspatial.org/) you can learn about spatial data analysis with R.
9-
10-
[stackoverflow](https://stackoverflow.com/) is the best place to ask questions if you get stuck. Make sure to include a [simple reproducible example](https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example). If you have found a bug, you can file an [issue](https://github.com/rspatial/raster/issues).
11-
12-
The easiest way to get the *development version* on Windows is to install it from the [R-universe](https://r-universe.dev/organizations/), like this:
13-
14-
```
15-
install.packages('raster', repos='https://rspatial.r-universe.dev')
16-
```
17-
18-
### From source-code
19-
20-
To install from source code you can do:
21-
22-
```r
23-
library(devtools)
24-
install_github("rspatial/raster")
25-
```
26-
27-
If you are on Windows, you need to first install [Rtools](https://cran.r-project.org/bin/windows/Rtools/) to get a C++ compiler that R can use.
28-
29-
8+
`raster` is an R package for spatial data analysis. The package is not futher developed. It has been replaced by "terra": [CRAN](https://cran.r-project.org/web/packages/terra/index.html), [github](https://github.com/rspatial/terra).

0 commit comments

Comments
 (0)