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
33 lines
1.1 KiB
Tcl
33 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 cran duncantl CodeDepends 0.6.6
|
|
revision 1
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license GPL
|
|
description Analysis of R code for reproducible research \
|
|
and code comprehension
|
|
long_description {*}${description}
|
|
homepage https://github.com/duncantl/CodeDepends
|
|
checksums rmd160 df7d8f95467b0acff2f9583d2b163837d8fdb68a \
|
|
sha256 7f815b03abe573b95ac9ed2e20caa7c5b5370aff710767e897575c2cf52c5857 \
|
|
size 505898
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-graph \
|
|
port:R-XML
|
|
|
|
depends_test-append port:R-highlight \
|
|
port:R-knitr \
|
|
port:R-Rcpp \
|
|
port:R-RCurl \
|
|
port:R-Rgraphviz \
|
|
port:R-RJSONIO \
|
|
port:R-RUnit
|
|
|
|
test.run yes
|