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
|
|
|
|
# GitHub version is corrupt: ERROR: a 'NAMESPACE' file is required
|
|
# https://github.com/klmr/box/issues/321
|
|
R.setup cran klmr box 1.2.0
|
|
revision 1
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Modern module system for R
|
|
long_description {*}${description}
|
|
homepage https://klmr.me/box
|
|
checksums rmd160 6e2c29a17f94323523f49af72353a2019de77103 \
|
|
sha256 96d6df097a175e6368a61a9fccdbafc757e62dd264222ad1a8c008e3c68ce501 \
|
|
size 563949
|
|
|
|
depends_test-append port:R-devtools \
|
|
port:R-knitr \
|
|
port:R-R6 \
|
|
port:R-rlang \
|
|
port:R-rmarkdown \
|
|
port:R-roxygen2 \
|
|
port:R-rstudioapi \
|
|
port:R-shiny \
|
|
port:R-stringr \
|
|
port:R-testthat
|
|
|
|
test.run yes
|