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
45 lines
1.7 KiB
Tcl
45 lines
1.7 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
|
|
|
|
R.setup cran insightsengineering rbmi 1.2.6
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license Apache-2+
|
|
description Reference-Based Multiple Imputation
|
|
long_description Implements standard and reference-based multiple imputation methods for continuous longitudinal endpoints.
|
|
homepage https://insightsengineering.github.io/rbmi
|
|
checksums rmd160 72e463db153d3dc97827c2a647caec5d82210872 \
|
|
sha256 649f737f7e92d7fd833e89d1e42c302be1df0f7ce4bbbb25dd9c9c46d3f7c57b \
|
|
size 316128
|
|
|
|
depends_lib-append port:R-assertthat \
|
|
port:R-BH \
|
|
port:R-mmrm \
|
|
port:R-pkgload \
|
|
port:R-R6 \
|
|
port:R-Rcpp \
|
|
port:R-RcppEigen \
|
|
port:R-RcppParallel \
|
|
port:R-rstan \
|
|
port:R-rstantools \
|
|
port:R-StanHeaders
|
|
|
|
depends_test-append port:R-bookdown \
|
|
port:R-dplyr \
|
|
port:R-emmeans \
|
|
port:R-ggplot2 \
|
|
port:R-knitr \
|
|
port:R-lubridate \
|
|
port:R-mvtnorm \
|
|
port:R-purrr \
|
|
port:R-R.rsp \
|
|
port:R-rmarkdown \
|
|
port:R-testthat \
|
|
port:R-tibble \
|
|
port:R-tidyr
|
|
|
|
test.run yes
|