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
31 lines
1.1 KiB
Tcl
31 lines
1.1 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 xoopR set6 a901255c26614a0ece317dc849621420f9393d42
|
|
version 0.2.6
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description R6 object-oriented interface for mathematical sets
|
|
long_description {*}${description}
|
|
homepage https://xoopR.github.io/set6
|
|
checksums rmd160 af45dca62344bed54b025beab30b8d405154bc5c \
|
|
sha256 4026acfe73b25fd1d339de05c00cac21e3154bd1e288d5f52297cd5c97a82d9b \
|
|
size 198447
|
|
github.tarball_from archive
|
|
|
|
depends_lib-append port:R-checkmate \
|
|
port:R-ooplah \
|
|
port:R-R6 \
|
|
port:R-Rcpp
|
|
|
|
depends_test-append port:R-devtools \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|