aboutsummaryrefslogtreecommitdiff
path: root/math/Makefile
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2021-10-17 03:10:24 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2021-10-17 08:49:05 +0000
commit18a7aaea92e1d317726c9d5e92364f17b5561532 (patch)
tree64a833737162648191246e167184b5c0ae3f0ac5 /math/Makefile
parent9f87d733cf330c4cc842d6315a528f990237810a (diff)
downloadports-18a7aaea92e1d317726c9d5e92364f17b5561532.tar.gz
ports-18a7aaea92e1d317726c9d5e92364f17b5561532.zip
math/R-cran-terra: Add new port
Methods for spatial data analysis with raster and vector data. Raster 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, including with satellite remote sensing data. Processing of very large files is supported. See the manual and tutorials on <https://rspatial.org/terra/> to get started. 'terra' is very similar to the 'raster' package; but 'terra' can do more, is easier to use, and it is faster. WWW: https://cran.r-project.org/web/packages/terra/
Diffstat (limited to 'math/Makefile')
-rw-r--r--math/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index 974b74fde1eb..d5e545695f82 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -119,6 +119,7 @@
SUBDIR += R-cran-statmod
SUBDIR += R-cran-survey
SUBDIR += R-cran-tensor
+ SUBDIR += R-cran-terra
SUBDIR += R-cran-truncnorm
SUBDIR += R-cran-units
SUBDIR += R-cran-uroot