Maptitude GISDK Help |
The caliperR package allows you to leverage the power of Caliper software within an R session. All GISDK macros and functions are made available and can send results directly to your R environment over COM (e.g., a dataview in Maptitude becomes a data.frame in R). The package is hosted on GitHub here:
https://github.com/Caliper-Corporation/caliperR
Note: Caliper software must be installed on your machine for the package to work.
Type the following in your R session:
if (!require("devtools")) install.packages("devtools")
devtools::install_github("https://github.com/Caliper-Corporation/caliperR")
build_vignettes = TRUE)
For more details, see:
vignette("using-caliperR"))
# To list all package vignettes:
# vignette(package = "caliperR")
#> "C:/Users/..."
For more details, see:
vignette("using-caliperR")
# To list all package vignettes:
# vignette(package = "caliperR")
©2025 Caliper Corporation | www.caliper.com |