Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.28 KB

README.md

File metadata and controls

29 lines (17 loc) · 1.28 KB

raster

CRAN status CRAN RStudio mirror downloads

raster is an R package for spatial data analysis. Released versions are on CRAN. You can learn how to use it on On rspatial.org you can learn about spatial data analysis with R.

stackoverflow is the best place to ask questions if you get stuck. Make sure to include a simple reproducible example. If you have found a bug, you can file an issue.

The easiest way to get the development version is to install it from the R-universe, like this:

install.packages('raster', repos='https://rspatial.r-universe.dev')

From source-code

To install from source code you can do:

library(devtools)
install_github("rspatial/raster")

If you are on Windows, you need to first install Rtools to get a C++ compiler that R can use.