mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.0 KiB
Tcl
32 lines
1.0 KiB
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
|
||
|
||
# GitHub version is old.
|
||
R.setup cran cszang treeclim 2.0.6.0
|
||
revision 1
|
||
maintainers nomaintainer
|
||
license GPL-2
|
||
description Numerical calibration of proxy–climate relationships
|
||
long_description {*}${description}
|
||
checksums rmd160 9b592f07c57c89c5f214d11641a8fe8894d316c1 \
|
||
sha256 62016efb4d7cfa7fa11b8a7a181bc4f304a4e181f670e9a58eccbfbe8d39b67d \
|
||
size 95720
|
||
|
||
depends_lib-append port:R-abind \
|
||
port:R-ggplot2 \
|
||
port:R-lmodel2 \
|
||
port:R-lmtest \
|
||
port:R-np \
|
||
port:R-plyr \
|
||
port:R-Rcpp \
|
||
port:R-RcppArmadillo
|
||
|
||
compilers.setup require_fortran
|
||
|
||
depends_test-append port:R-dplR \
|
||
port:R-testthat
|
||
|
||
test.run yes
|