forked from macports/macports-ports
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c3682d4
commit c534af9
Showing
3 changed files
with
56 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# -*- 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 {@barracuda156 gmail.com:vital.had} openmaintainer | ||
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 | ||
|
||
depends_lib-append port:R-nimble | ||
|
||
depends_test-append port:R-coda \ | ||
port:R-knitr \ | ||
port:R-rmarkdown | ||
|
||
test.run yes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
library(testthat) | ||
library(nimbleHMC) | ||
test_check("nimbleHMC") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters