Package: terra
Type: Package
Title: Spatial Data Analysis
Version: 0.6-8
Date: 2020-05-16
Depends: R (>= 3.5.0)
Suggests: testthat
LinkingTo: Rcpp
Imports: methods, Rcpp, raster (>= 3.1-5)
SystemRequirements: C++11, GDAL (>= 3.0.0), GEOS (>= 3.4.0), PROJ (>=
        6.0.0)
Maintainer: Robert J. Hijmans <r.hijmans@gmail.com>
Description: Methods for spatial data analysis, especially raster data. Methods allow for low-level data manipulation as well as high-level global, local, zonal, and focal computation. The predict and interpolate methods facilitate the use of regression type (interpolation, machine learning) models for spatial prediction. Processing of very large files is supported. See the manual and tutorials on <https://rspatial.org/terra/> to get started. The package is similar to the 'raster' package; but it is simpler and faster. 
License: GPL (>= 3)
URL: https://rspatial.org/terra
BugReports: https://github.com/rspatial/terra/issues/
LazyLoad: yes
Authors@R: c(
	person("Robert J.", "Hijmans", role = c("cre", "aut"),  
			email = "r.hijmans@gmail.com", comment = c(ORCID = "0000-0001-5872-2872")),
    person("Edzer", "Pebesma", role = "ctb", comment = c(ORCID = "0000-0001-8049-7069")),
    person("Roger", "Bivand",  role = "ctb", comment = c(ORCID = "0000-0003-2392-6140")),
	person("Karl", "Forner",   role = "ctb"))
NeedsCompilation: yes
Packaged: 2020-05-17 03:55:24 UTC; rhijm
Author: Robert J. Hijmans [cre, aut] (<https://orcid.org/0000-0001-5872-2872>),
  Edzer Pebesma [ctb] (<https://orcid.org/0000-0001-8049-7069>),
  Roger Bivand [ctb] (<https://orcid.org/0000-0003-2392-6140>),
  Karl Forner [ctb]
Repository: CRAN
Date/Publication: 2020-05-17 07:30:06 UTC
