2023-10-22 23:57:35 +08:00
|
|
|
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
|
|
|
|
|
|
PortSystem 1.0
|
|
|
|
|
PortGroup R 1.0
|
|
|
|
|
|
|
|
|
|
R.setup cran bojianzhu Rlibkdv 1.1
|
2024-04-26 20:23:06 +08:00
|
|
|
revision 1
|
2023-10-22 23:57:35 +08:00
|
|
|
categories-append gis
|
|
|
|
|
maintainers nomaintainer
|
|
|
|
|
license MIT
|
|
|
|
|
description Versatile kernel density visualization library for geospatial analytics
|
|
|
|
|
long_description {*}${description}
|
|
|
|
|
checksums rmd160 e61ea06d0a2244c97ad47a6b2c0389743a27681e \
|
|
|
|
|
sha256 97949b72c5a1a76ff7343c14eea8c7c30aa95bd774e83500b7d9ba050ab395d1 \
|
|
|
|
|
size 2144409
|
|
|
|
|
|
|
|
|
|
depends_lib-append port:R-leaflet \
|
|
|
|
|
port:R-magrittr \
|
|
|
|
|
port:R-raster \
|
|
|
|
|
port:R-Rcpp \
|
|
|
|
|
port:R-sf
|
|
|
|
|
|
|
|
|
|
depends_test-append port:R-knitr \
|
|
|
|
|
port:R-rmarkdown
|
|
|
|
|
|
|
|
|
|
test.run yes
|