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
29 lines
1012 B
Tcl
29 lines
1012 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
|
|
|
|
# GitHub version is old.
|
|
R.setup cran DRJP nimbleAPT 1.0.6
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license BSD
|
|
description Adaptive parallel tempering for R-nimble
|
|
long_description Functions for adaptive parallel tempering (APT) \
|
|
with NIMBLE models.
|
|
homepage https://github.com/DRJP/nimbleAPT
|
|
checksums rmd160 670ee4ba0c3d58922a95e920a031c8bbb21f6700 \
|
|
sha256 268a37201294acc30af912dee8ec4ea7f1ade3d021bfb31d1ee366db8a0b5b9f \
|
|
size 211428
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-nimble
|
|
|
|
depends_test-append port:R-coda \
|
|
port:R-knitr \
|
|
port:R-rmarkdown
|
|
|
|
test.run yes
|