mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
38 lines
1.3 KiB
Tcl
38 lines
1.3 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 ThinkR-open attachment 0.4.2
|
|
revision 0
|
|
categories-append devel
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Manage dependencies during package development
|
|
long_description {*}${description}
|
|
homepage https://thinkr-open.github.io/attachment
|
|
checksums rmd160 08963165368bbd09fe1d1db30810c1460b72e63b \
|
|
sha256 4ffb7c7bb7335ddfc512849ade67ac1a9d51ca0be0fe873455c54f4c6f3d8cde \
|
|
size 554829
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-cli \
|
|
port:R-desc \
|
|
port:R-glue \
|
|
port:R-knitr \
|
|
port:R-magrittr \
|
|
port:R-rmarkdown \
|
|
port:R-roxygen2 \
|
|
port:R-stringr \
|
|
port:R-withr \
|
|
port:R-yaml
|
|
|
|
depends_test-append port:R-lifecycle \
|
|
port:R-renv \
|
|
port:R-rstudioapi \
|
|
port:R-testthat
|
|
|
|
test.run yes
|