mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
1.0 KiB
Tcl
30 lines
1.0 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
|
|
|
|
# Revert to GitHub once updated there.
|
|
R.setup cran oobianom quickcode 1.0.2
|
|
revision 0
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Compilation of some frequently used R functions
|
|
long_description {*}${description}
|
|
homepage https://quickcode.obi.obianom.com
|
|
checksums rmd160 8df34ab06df0df6089ef706050ad343c83fc3987 \
|
|
sha256 a8379504815267d77bea42db9574879cb565f83bf7489ddcd06176736e10de71 \
|
|
size 186570
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-fitdistrplus \
|
|
port:R-Polychrome \
|
|
port:R-rstudioapi
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-qpdf \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|