mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
37 lines
1.2 KiB
Tcl
37 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
|
|
|
|
R.setup github r-lib here 1.0.1.9020 v
|
|
revision 0
|
|
categories-append sysutils
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Simpler way to find your files
|
|
long_description {*}${description}
|
|
homepage https://here.r-lib.org
|
|
checksums rmd160 9d90cf81d2a25b0e2fbcf4336dd3d0d9e7381e8b \
|
|
sha256 5879d967f6e98add276c78135c96646c00ecc308e62495c33d78eabd73b3d011 \
|
|
size 37703
|
|
github.tarball_from archive
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-rprojroot
|
|
|
|
depends_test-append port:R-conflicted \
|
|
port:R-covr \
|
|
port:R-fs \
|
|
port:R-knitr \
|
|
port:R-palmerpenguins \
|
|
port:R-plyr \
|
|
port:R-readr \
|
|
port:R-rlang \
|
|
port:R-rmarkdown \
|
|
port:R-testthat \
|
|
port:R-uuid \
|
|
port:R-withr
|
|
|
|
test.run yes
|