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
37 lines
1.3 KiB
Tcl
37 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 cran renozao pkgmaker 0.32.10
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license {GPL-2 GPL-3}
|
|
description Development utilities for R packages
|
|
long_description {*}${description}
|
|
checksums rmd160 8940f72bb18acaa722bf6962a9546e88f1fb918b \
|
|
sha256 972b0473a64408ccc4841fa3f09a567cc32811e69c3c7e42a2f391a5eb2e2933 \
|
|
size 173936
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-assertthat \
|
|
port:R-digest \
|
|
port:R-registry \
|
|
port:R-stringr \
|
|
port:R-withr \
|
|
port:R-xtable
|
|
|
|
depends_test-append port:R-Biobase \
|
|
port:R-devtools \
|
|
port:R-knitr \
|
|
port:R-markdown \
|
|
port:R-rbibutils \
|
|
port:R-rmarkdown \
|
|
port:R-roxygen2 \
|
|
port:R-RUnit \
|
|
port:R-testthat \
|
|
port:R-yaml
|
|
|
|
test.run yes
|