mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
1.0 KiB
Tcl
29 lines
1.0 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 lags behind.
|
|
R.setup cran bcallaway11 BMisc 1.4.6
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Miscellaneous functions for panel data, quantiles and printing results
|
|
long_description {*}${description}
|
|
homepage https://bcallaway11.github.io/BMisc
|
|
checksums rmd160 9ddeaf01b4fce0ff206f508cdec721fa830e6740 \
|
|
sha256 304095a6b0e8e1b51dd411215d613915c5cee441aa131f666d3fb1078bea38c8 \
|
|
size 72416
|
|
|
|
depends_lib-append port:R-data.table \
|
|
port:R-dplyr \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo
|
|
|
|
depends_test-append port:R-plm \
|
|
port:R-testthat \
|
|
port:R-tibble
|
|
|
|
test.run yes
|