2023-10-21 11:38:58 +08:00
|
|
|
# -*- 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
|
2024-04-26 20:23:06 +08:00
|
|
|
revision 1
|
2023-10-21 11:38:58 +08:00
|
|
|
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
|
2024-05-22 15:26:15 +10:00
|
|
|
platforms {darwin any}
|
2023-10-21 11:38:58 +08:00
|
|
|
|
|
|
|
|
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
|