mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
28 lines
904 B
Tcl
28 lines
904 B
Tcl
# -*- 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 rmojab63 tdata 0.3.0
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Set of tools for managing time-series data
|
|
long_description {*}${description}
|
|
checksums rmd160 9f8488c90760a1ca2df234516e0a24539349416d \
|
|
sha256 c8367e5dcf19aee9be43b03c879061230fc180c6ca6f36583640527a49c38fde \
|
|
size 111811
|
|
|
|
depends_lib-append port:R-BH \
|
|
port:R-Rcpp
|
|
|
|
compiler.cxx_standard 2017
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|