You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34 lines
1.3 KiB
Tcl
34 lines
1.3 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
|
|
|
|
R.setup github r-lib R6 507867875fdeaffbe7f7038291256b798f6bb042
|
|
version 2.5.1.9000
|
|
revision 3
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
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
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
# 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
|
|
|
|
depends_test-append port:R-ggplot2 \
|
|
port:R-lobstr \
|
|
port:R-microbenchmark \
|
|
port:R-scales \
|
|
port:R-testthat \
|
|
port:R-tidyverse
|
|
|
|
test.run yes
|