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
23 lines
848 B
Tcl
23 lines
848 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
|
|
|
|
# Revert to GitHub once updated there.
|
|
R.setup cran alexanderrobitzsch TAM 4.2-21
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Test Analysis Modules
|
|
long_description {*}${description}
|
|
homepage https://alexanderrobitzsch.github.io/TAM
|
|
checksums rmd160 63d5e51f3cc20738fcbb12d1d9cddbeb6d600c35 \
|
|
sha256 0d1782e42e89c1863edab12c1861d0e2628ea9ee1a1e37d268f27a3deaf3d568 \
|
|
size 687075
|
|
|
|
depends_lib-append port:R-CDM \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo
|
|
|
|
compilers.setup require_fortran
|