mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
25 lines
830 B
Tcl
25 lines
830 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 yukai-yang R6DS 1.2.0 v
|
|
revision 1
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description R6 reference class-based data structures
|
|
long_description {*}${description}
|
|
checksums rmd160 537cc1f31ec6ff19e8cc717473872624f76facc4 \
|
|
sha256 cbd4643b75c3a64c222a10b36875cad5d4eb5e2b240a4766c246e86b2c7dde93 \
|
|
size 40849
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-R6
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown
|
|
|
|
test.run yes
|