2023-04-22 19:25:34 +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 eddelbuettel RcppMsgPack 0.2.3
|
2024-04-26 20:23:06 +08:00
|
|
|
revision 2
|
2023-04-22 19:25:34 +08:00
|
|
|
categories-append devel
|
|
|
|
|
maintainers nomaintainer
|
|
|
|
|
license {GPL-2 GPL-3}
|
|
|
|
|
description MsgPack C++ header files and interface functions for R
|
|
|
|
|
long_description {*}${description}
|
|
|
|
|
checksums rmd160 d6369959aa8a1c4a733eef4fc9e4fd634c5b2811 \
|
|
|
|
|
sha256 e3094a65dc1d974cd81c27b67b65dfefd042ae87727a800f92a8ab3959e1cd39 \
|
|
|
|
|
size 979563
|
|
|
|
|
|
|
|
|
|
depends_lib-append port:R-BH \
|
|
|
|
|
port:R-Rcpp
|
|
|
|
|
|
|
|
|
|
depends_test-append port:R-knitr \
|
|
|
|
|
port:R-microbenchmark \
|
|
|
|
|
port:R-rmarkdown
|
|
|
|
|
|
|
|
|
|
test.run yes
|