mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
925 B
Tcl
26 lines
925 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 cran rstudio rstudioapi 0.17.1
|
|
revision 0
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Safely access the RStudio API
|
|
long_description {*}${description}
|
|
homepage https://rstudio.github.io/rstudioapi
|
|
checksums rmd160 79c67b7897fa4aa916f7bf660a55292354628fca \
|
|
sha256 617ef983c8960673131fb92203fc3c64a7d3787e7479d42daba7acc49b5b3909 \
|
|
size 118455
|
|
supported_archs noarch
|
|
|
|
depends_test-append port:R-clipr \
|
|
port:R-covr \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|