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
44 lines
1.5 KiB
Tcl
44 lines
1.5 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 github SebKrantz collapse 2.0.18 v
|
|
revision 0
|
|
categories-append economics math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Advanced and fast data transformation
|
|
long_description {*}${description}
|
|
homepage https://sebkrantz.github.io/collapse
|
|
checksums rmd160 c05da723b185b4bcb4a5e677d7a220271a719255 \
|
|
sha256 30f8f9946cadc273ab145c1cb2dd530ae521e079e1c65a1b157c090e93b9cc40 \
|
|
size 12015989
|
|
github.tarball_from archive
|
|
|
|
depends_lib-append port:R-Rcpp
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-data.table \
|
|
port:R-dplyr \
|
|
port:R-fastverse \
|
|
port:R-fixest \
|
|
port:R-ggplot2 \
|
|
port:R-kit \
|
|
port:R-knitr \
|
|
port:R-magrittr \
|
|
port:R-microbenchmark \
|
|
port:R-plm \
|
|
port:R-RcppArmadillo \
|
|
port:R-RcppEigen \
|
|
port:R-rmarkdown \
|
|
port:R-scales \
|
|
port:R-testthat \
|
|
port:R-tibble \
|
|
port:R-vars \
|
|
port:R-withr \
|
|
port:R-xts \
|
|
port:R-zoo
|
|
|
|
test.run yes
|