You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.1 KiB
Tcl
32 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
|
|
|
|
# Revert to GitHub once updated there.
|
|
R.setup cran HenrikBengtsson R.rsp 0.46.0
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license LGPL-2.1+
|
|
description Dynamic generation of scientific reports
|
|
long_description {*}${description}
|
|
checksums rmd160 5ed65ad448aa1c1a995e913a466ae0ced72c87f2 \
|
|
sha256 1a9f680ffe563abdaa91add6ebf5e6c0ecbe57f0d39687bcb272ff2a987c33bb \
|
|
size 680925
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-digest \
|
|
port:R-R.cache \
|
|
port:R-R.methodsS3 \
|
|
port:R-R.oo \
|
|
port:R-R.utils
|
|
|
|
depends_test-append port:R-ascii \
|
|
port:R-base64enc \
|
|
port:R-knitr \
|
|
port:R-markdown \
|
|
port:R-R.devices
|
|
|
|
test.run yes
|