mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.2 KiB
Tcl
32 lines
1.2 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
|
|
|
|
# Revert to GitHub once updated there.
|
|
R.setup cran koenderks jfa 0.7.2
|
|
revision 0
|
|
categories-append finance
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Statistical methods for auditing
|
|
long_description Provides statistical methods for auditing as implemented in JASP for Audit
|
|
homepage https://koenderks.github.io/jfa
|
|
checksums rmd160 eccbb3b2452f620532c4eea512cfc597b19e5622 \
|
|
sha256 844843f36c8dceee0a887e4bae50eac71da1eb132e5a72a5b60f5c67482879a7 \
|
|
size 823201
|
|
|
|
depends_lib-append port:R-bde \
|
|
port:R-BH \
|
|
port:R-extraDistr \
|
|
port:R-ggplot2 \
|
|
port:R-Rcpp \
|
|
port:R-RcppEigen \
|
|
port:R-RcppParallel \
|
|
port:R-rstan \
|
|
port:R-rstantools \
|
|
port:R-StanHeaders \
|
|
port:R-truncdist
|
|
|
|
compiler.cxx_standard 2017
|