• Stars
    star
    161
  • Rank 226,167 (Top 5 %)
  • Language
    R
  • License
    GNU General Publi...
  • Created almost 6 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

R raster package https://rspatial.github.io/raster/reference/raster-package.html

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 on Windows 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.