2023-01-18 11:11:33 +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
|
|
|
|
|
|
2023-09-06 22:49:53 +07:00
|
|
|
R.setup cran yixuan RcppNumerical 0.6-0
|
2024-04-26 20:23:06 +08:00
|
|
|
revision 1
|
2023-01-18 11:11:33 +08:00
|
|
|
categories-append math
|
2026-04-11 19:42:02 +04:00
|
|
|
maintainers nomaintainer
|
2023-09-06 22:49:53 +07:00
|
|
|
license GPL-2+
|
2023-01-18 11:11:33 +08:00
|
|
|
description Rcpp integration for numerical computing libraries
|
|
|
|
|
long_description {*}${description}
|
2023-09-06 22:49:53 +07:00
|
|
|
checksums rmd160 0939d04cdbb3974dbf477611e5b1744479cbc40e \
|
|
|
|
|
sha256 2f0715d68a975403e2aa3f087939542001921623bd1bb8d905ebaff05d82d786 \
|
|
|
|
|
size 165380
|
2023-01-18 11:11:33 +08:00
|
|
|
|
|
|
|
|
depends_lib-append port:R-Rcpp \
|
|
|
|
|
port:R-RcppEigen
|
|
|
|
|
|
|
|
|
|
compilers.setup require_fortran
|
2023-02-17 06:07:49 +08:00
|
|
|
|
|
|
|
|
depends_test-append port:R-knitr \
|
|
|
|
|
port:R-mvtnorm \
|
|
|
|
|
port:R-prettydoc \
|
|
|
|
|
port:R-rmarkdown
|
|
|
|
|
|
|
|
|
|
test.run yes
|