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
27 lines
920 B
Tcl
27 lines
920 B
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 github dasonk docstring 1.0.0
|
|
revision 1
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Provides Docstring capabilities to R functions
|
|
long_description {*}${description}
|
|
checksums rmd160 fd1b79f10697969892d536784877283f1d3eb7da \
|
|
sha256 44732e0acbae400b6632051b3caa2ddf50845e6119626a97df531175afb468c8 \
|
|
size 306012
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-roxygen2
|
|
|
|
depends_test-append port:R-devtools \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-rstudioapi
|
|
|
|
test.run yes
|