mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
1.1 KiB
Tcl
33 lines
1.1 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-prof proffer 0.1.6
|
|
revision 1
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Profile R code and visualize with Pprof
|
|
long_description {*}${description}
|
|
homepage https://r-prof.github.io/proffer
|
|
checksums rmd160 a541c2ef50fd42b2860dea2ca0dfabd71331ee69 \
|
|
sha256 aa10ec004c066baed527b7aa3eb4a95fa66b8c19a57098b352ada3e4feb7978d \
|
|
size 10854520
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-cli \
|
|
port:R-parallelly \
|
|
port:R-pingr \
|
|
port:R-processx \
|
|
port:R-profile \
|
|
port:R-RProtoBuf \
|
|
port:R-withr
|
|
|
|
depends_run-append path:bin/dot:graphviz
|
|
|
|
depends_test-append port:R-testthat
|
|
|
|
test.run yes
|