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
41 lines
1.4 KiB
Tcl
41 lines
1.4 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
|
|
|
|
# GitHub version is outdated.
|
|
R.setup cran jknowles merTools 0.6.2
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Tools for analyzing mixed effect regression models
|
|
long_description {*}${description}
|
|
homepage https://github.com/jknowles/merTools
|
|
checksums rmd160 54de6b6e576711d195e66705276cf6b9381e9213 \
|
|
sha256 1007fb7661b41085e1eb6dea294f6a5da22acc6064fe154dce8050882775b173 \
|
|
size 639297
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-abind \
|
|
port:R-arm \
|
|
port:R-blme \
|
|
port:R-broom.mixed \
|
|
port:R-dplyr \
|
|
port:R-foreach \
|
|
port:R-ggplot2 \
|
|
port:R-lme4 \
|
|
port:R-mvtnorm \
|
|
port:R-shiny
|
|
|
|
depends_test-append port:R-Amelia \
|
|
port:R-DT \
|
|
port:R-future.apply \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-rstanarm \
|
|
port:R-testthat
|
|
|
|
test.run yes
|