mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
961 B
Tcl
25 lines
961 B
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 nathaneastwood poorman 0.2.7 v
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description replication of key functionality from dplyr and the wider tidyverse using only base R
|
|
long_description {*}${description}
|
|
homepage https://nathaneastwood.github.io/poorman
|
|
checksums rmd160 a0cd2d6c1b6a87e3dbb95d2ae015b87d9940cb57 \
|
|
sha256 0b222696383d861e0bcb928f946cbdfd40666790e4f0c9d984dee52bb84af692 \
|
|
size 165591
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-roxygen2 \
|
|
port:R-tinytest
|
|
|
|
test.run yes
|