mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
23 lines
878 B
Tcl
23 lines
878 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 github bwlewis rthreejs 0.3.3 CRAN-version-
|
|
set R.package threejs
|
|
revision 2
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Interactive 3D scatter plots, networks and globes
|
|
long_description {*}${description}
|
|
checksums rmd160 29a8a66ba33d737a638022d8e1ce031ea9d16fa8 \
|
|
sha256 1750f5112e7f94f7514735464556227a717895e677f3795d11e503555e4482a8 \
|
|
size 866690
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-base64enc \
|
|
port:R-crosstalk \
|
|
port:R-htmlwidgets \
|
|
port:R-igraph
|