2023-01-18 12:12:37 +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-08-26 21:26:36 +08:00
|
|
|
R.setup cran eddelbuettel RcppFastFloat 0.0.4
|
2024-04-26 20:23:06 +08:00
|
|
|
revision 1
|
2026-04-11 19:42:02 +04:00
|
|
|
maintainers nomaintainer
|
2023-08-26 21:26:36 +08:00
|
|
|
license GPL-2+
|
2023-01-18 12:12:37 +08:00
|
|
|
description Rcpp bindings for the fast_float header-only library for number parsing
|
|
|
|
|
long_description {*}${description}
|
2023-08-26 21:26:36 +08:00
|
|
|
homepage https://dirk.eddelbuettel.com/code/rcpp.fastfloat.html
|
|
|
|
|
checksums rmd160 15ac5ae186700a9d4f4b5599be08591908962fc8 \
|
|
|
|
|
sha256 d5f5bd174405a2b1a1cc5ec941d97569e5d56b030156f774c6ee3c6fd3b4e425 \
|
|
|
|
|
size 54367
|
2023-01-18 12:12:37 +08:00
|
|
|
|
|
|
|
|
depends_lib-append port:R-Rcpp
|
2023-08-26 21:26:36 +08:00
|
|
|
|
|
|
|
|
depends_test-append port:R-tinytest
|
|
|
|
|
|
|
|
|
|
test.run yes
|