Files

34 lines
1.3 KiB
Tcl
Raw Permalink Normal View History

2023-01-18 13:13:23 +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
R.setup github r-lib R6 507867875fdeaffbe7f7038291256b798f6bb042
2023-09-30 01:23:47 +07:00
version 2.5.1.9000
revision 3
2023-01-18 13:13:23 +08:00
categories-append devel
2026-04-11 19:42:02 +04:00
maintainers nomaintainer
2023-01-18 13:13:23 +08:00
license MIT
description Encapsulated object-oriented programming for R
long_description {*}${description}
homepage https://R6.r-lib.org
checksums rmd160 71e6160443510eb26e7f66dedd0b42124dd71cef \
sha256 30943c0a266c6b2db34e0954d9765c400b4d3bc7d790cf79fe68c307e9810d2a \
size 239230
2023-01-18 13:13:23 +08:00
supported_archs noarch
2024-05-22 15:26:15 +10:00
platforms {darwin any}
2023-03-20 18:13:52 +07:00
2023-09-30 01:23:47 +07:00
# Something went wrong with macports_distfiles here: https://trac.macports.org/ticket/68293
# Switch to commit-based GitHub version for now.
# Drop dist_subdir with the next version update.
dist_subdir ${name}/${version}_2
2024-05-22 18:13:06 +08:00
depends_test-append port:R-ggplot2 \
port:R-lobstr \
port:R-microbenchmark \
port:R-scales \
port:R-testthat \
port:R-tidyverse
2023-03-20 18:13:52 +07:00
2024-05-22 18:13:06 +08:00
test.run yes