2023-03-25 00:21:08 +07: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
|
|
|
|
|
|
2024-07-07 02:08:09 +08:00
|
|
|
R.setup cran ericdunipace RcppCGAL 5.6.4
|
2024-05-02 00:50:39 +08:00
|
|
|
revision 0
|
|
|
|
|
categories-append math geometry
|
2024-07-07 02:08:09 +08:00
|
|
|
platforms {darwin any}
|
2026-04-11 19:42:02 +04:00
|
|
|
maintainers nomaintainer
|
2024-07-07 02:08:09 +08:00
|
|
|
license GPL-3
|
2023-03-25 00:21:08 +07:00
|
|
|
description Rcpp Integration for CGAL
|
|
|
|
|
long_description Creates a header only package to link to the CGAL (Computational Geometry Algorithms Library) header files in Rcpp. \
|
|
|
|
|
There are a variety of potential uses for the software such as Hilbert sorting, KDtree nearest neighbors, and convex hull algorithms.
|
2024-01-18 03:51:28 +08:00
|
|
|
homepage https://github.com/ericdunipace/RcppCGAL
|
2024-07-07 02:08:09 +08:00
|
|
|
checksums rmd160 26a4135c64572f330878eddaca648604fa9e7127 \
|
|
|
|
|
sha256 fd387f04a31eac0c7e6c6e8510b86cf3333f59d7414af91b7c9b7aad90369436 \
|
|
|
|
|
size 4845581
|
2023-03-25 00:21:08 +07:00
|
|
|
supported_archs noarch
|
|
|
|
|
|
2023-12-09 20:54:47 +08:00
|
|
|
depends_lib-append port:R-Rcpp
|
2023-05-31 12:10:31 +08:00
|
|
|
|
2023-12-09 20:54:47 +08:00
|
|
|
depends_test-append port:R-knitr \
|
|
|
|
|
port:R-rmarkdown \
|
|
|
|
|
port:R-spelling \
|
|
|
|
|
port:R-testthat
|
2023-03-25 00:21:08 +07:00
|
|
|
|
|
|
|
|
test.run yes
|