You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
1.2 KiB
Tcl
30 lines
1.2 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 wahani modules 0.13.0 v
|
|
revision 1
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Self-contained units of source code
|
|
long_description Provides modules as an organizational unit for source code. \
|
|
Modules enforce to be more rigorous when defining dependencies \
|
|
and have a local search path. They can be used as a sub-unit \
|
|
within packages or in scripts.
|
|
checksums rmd160 3df60dc40d2dd7d237e4c9dce71823f8b01c9f00 \
|
|
sha256 553b42f26627db265de5279f93f4b1f9d141d67e51c8f56b86e86fd6a5b7c7fc \
|
|
size 61553
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_test-append port:R-devtools \
|
|
port:R-knitr \
|
|
port:R-lintr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|