mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
48 lines
1.7 KiB
Tcl
48 lines
1.7 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 jmbarbone mark 0.8.0
|
|
revision 0
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Miscellaneous functions and wrappers for development in other packages
|
|
long_description {*}${description}
|
|
homepage https://jmbarbone.github.io/mark
|
|
checksums rmd160 a998c3f1a3d9068de5b8cf7f2f0fc26d4baa428f \
|
|
sha256 432d211a828fe5acbae4d5a265a9d68261b6c174e1c2ae4ac6ad1a3d8a88ff99 \
|
|
size 158658
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-cli \
|
|
port:R-fs \
|
|
port:R-fuj \
|
|
port:R-magrittr \
|
|
port:R-rlang
|
|
|
|
depends_test-append port:R-bench \
|
|
port:R-bib2df \
|
|
port:R-crayon \
|
|
port:R-covr \
|
|
port:R-desc \
|
|
port:R-dplyr \
|
|
port:R-echo \
|
|
port:R-haven \
|
|
port:R-jsonlite \
|
|
port:R-knitr \
|
|
port:R-rcmdcheck \
|
|
port:R-stringi \
|
|
port:R-spelling \
|
|
port:R-testthat \
|
|
port:R-tibble \
|
|
port:R-waldo \
|
|
port:R-withr \
|
|
port:R-xopen \
|
|
port:R-yaml
|
|
|
|
test.run yes
|