2023-09-06 02:34:16 +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-05-02 01:44:51 +08:00
|
|
|
R.setup cran eddelbuettel RcppInt64 0.0.5
|
|
|
|
|
revision 0
|
2023-09-06 02:34:16 +07:00
|
|
|
categories-append devel
|
2026-04-11 19:42:02 +04:00
|
|
|
maintainers nomaintainer
|
2023-09-06 02:34:16 +07:00
|
|
|
license GPL-2+
|
|
|
|
|
description Rcpp-based helper functions to pass Int64 values between R and C++
|
|
|
|
|
long_description {*}${description}
|
2024-05-02 01:44:51 +08:00
|
|
|
homepage https://github.com/eddelbuettel/rcppint64
|
|
|
|
|
checksums rmd160 ba5df3b7af9ecf70d098c0b0cc83161d3e17636e \
|
|
|
|
|
sha256 5372166130b4d64570998caae4c6651d2075c19bf5aee7b93e6cdc6127d494c0 \
|
|
|
|
|
size 15513
|
2023-09-06 02:34:16 +07:00
|
|
|
|
2023-09-13 01:43:14 +07:00
|
|
|
depends_lib-append port:R-Rcpp
|
2023-09-06 02:34:16 +07:00
|
|
|
|
2023-09-13 01:43:14 +07:00
|
|
|
depends_test-append port:R-bit64 \
|
2023-09-20 01:17:20 +07:00
|
|
|
port:R-nanotime \
|
2023-09-13 01:43:14 +07:00
|
|
|
port:R-tinytest
|
2023-09-06 02:34:16 +07:00
|
|
|
|
|
|
|
|
test.run yes
|