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
27 lines
956 B
Tcl
27 lines
956 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 xoopR ooplah 0.2.0 v
|
|
revision 2
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Helper functions for class object-oriented programming in R with an emphasis on R6
|
|
long_description {*}${description}
|
|
homepage https://xoopR.github.io/ooplah
|
|
checksums rmd160 f30762e8fa608f18eb714b1fabb424742814cc77 \
|
|
sha256 f6024e926a25814a7eddd60f87064e01adb267d29c03c5bddfc8d5eb984d853c \
|
|
size 191939
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-R6
|
|
|
|
depends_test-append port:R-devtools \
|
|
port:R-testthat \
|
|
port:R-withr
|
|
|
|
test.run yes
|