mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34 lines
1.1 KiB
Tcl
34 lines
1.1 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
|
|
|
|
R.setup github bfast2 strucchangeRcpp 1.5-4-1.0.0 v
|
|
revision 0
|
|
maintainers nomaintainer
|
|
license {GPL-2 GPL-3}
|
|
description Speed-optimised fork of R-strucchange
|
|
long_description {*}${description}
|
|
checksums rmd160 67f11ad6a18920b1b29231f34a74bc547d3f6e39 \
|
|
sha256 759fe3af5a38c0dbfd9622768d83477686c6524624a14c207d7e7a54978a3c1b \
|
|
size 350401
|
|
github.tarball_from archive
|
|
|
|
depends_lib-append port:R-Rcpp \
|
|
port:R-RcppArmadillo \
|
|
port:R-sandwich \
|
|
port:R-zoo
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-bfast \
|
|
port:R-car \
|
|
port:R-dynlm \
|
|
port:R-e1071 \
|
|
port:R-foreach \
|
|
port:R-lmtest \
|
|
port:R-mvtnorm \
|
|
port:R-tseries
|
|
|
|
test.run yes
|