mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
35 lines
1.1 KiB
Tcl
35 lines
1.1 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 is outdated.
|
|
R.setup cran tidylab R6P 0.3.0
|
|
revision 1
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Design patterns in R
|
|
long_description {*}${description}
|
|
homepage https://tidylab.github.io/R6P
|
|
checksums rmd160 05495963223dafd8893f184f4bccebed14b6dd5c \
|
|
sha256 55ab7ae2b25d129895cad359d892bda2910100948c5e8aa33be27ecf7f321ea3 \
|
|
size 18132
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-collections \
|
|
port:R-dplyr \
|
|
port:R-purrr \
|
|
port:R-R6 \
|
|
port:R-stringr \
|
|
port:R-tibble \
|
|
port:R-tidyr
|
|
|
|
depends_test-append port:R-DBI \
|
|
port:R-ggplot2 \
|
|
port:R-RSQLite \
|
|
port:R-testthat
|
|
|
|
test.run yes
|