mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
36 lines
1.2 KiB
Tcl
36 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
|
|
|
|
# GitHub version is outdated.
|
|
R.setup cran stla jsTreeR 2.6.0
|
|
revision 0
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Wrapper of the JavaScript library jsTree
|
|
long_description {*}${description}
|
|
homepage https://github.com/stla/jsTreeR
|
|
checksums rmd160 b608f05710fddf1a2add821c546ffc379cebfaf2 \
|
|
sha256 7a19e46c8fa02a40a84a08e35ea619871e2fed428bdc2a251b1a07222d0793f1 \
|
|
size 963381
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-base64enc \
|
|
port:R-fontawesome \
|
|
port:R-htmltools \
|
|
port:R-htmlwidgets \
|
|
port:R-jquerylib \
|
|
port:R-miniUI \
|
|
port:R-R.utils \
|
|
port:R-rstudioapi \
|
|
port:R-shiny \
|
|
port:R-shinyAce
|
|
|
|
depends_test-append port:R-jsonlite \
|
|
port:R-magrittr
|
|
|
|
test.run yes
|