You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
977 B
Tcl
26 lines
977 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 tidyverse magrittr 2.0.3 v
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
revision 2
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Improve the readability of R code with the pipe.
|
|
long_description {*}${description}
|
|
homepage https://magrittr.tidyverse.org
|
|
checksums rmd160 5196287e02b4de6d8d112b2fbdffe81cc94681ac \
|
|
sha256 6f2f595a79d3d71d6414a38c72c19b5edd2fbb06e0431dfa6338966526e73695 \
|
|
size 350807
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-knitr \
|
|
port:R-rlang \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|