2023-03-24 20:59:19 +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
|
|
|
|
|
|
|
|
|
|
R.setup github Enchufa2 RcppXPtrUtils 0.1.2 v
|
2024-04-26 20:23:06 +08:00
|
|
|
revision 2
|
2026-04-11 19:42:02 +04:00
|
|
|
maintainers nomaintainer
|
2023-03-24 20:59:19 +07:00
|
|
|
license MIT
|
|
|
|
|
description XPtr add-ons for Rcpp
|
|
|
|
|
long_description {*}${description}
|
|
|
|
|
checksums rmd160 4aba00777d2e70490887c05f30ce621f080853d1 \
|
|
|
|
|
sha256 1f9611eb24fee935cff8c59c870c5b1b0de3db5691714f9d117780a1fc15617a \
|
|
|
|
|
size 7502
|
|
|
|
|
supported_archs noarch
|
2024-05-22 15:26:15 +10:00
|
|
|
platforms {darwin any}
|
2023-03-24 20:59:19 +07:00
|
|
|
|
|
|
|
|
depends_lib-append port:R-Rcpp
|
|
|
|
|
|
|
|
|
|
depends_test-append port:R-inline \
|
|
|
|
|
port:R-testthat
|
|
|
|
|
|
|
|
|
|
test.run yes
|