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
26 lines
868 B
Tcl
26 lines
868 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
|
||
|
||
# GitHub version lags behind.
|
||
R.setup cran jkrijthe Rtsne 0.17
|
||
revision 1
|
||
categories-append math
|
||
maintainers nomaintainer
|
||
license BSD
|
||
description T-distributed stochastic neighbor embedding using a Barnes–Hut implementation
|
||
long_description {*}${description}
|
||
checksums rmd160 b275383a43e7bdbae5ac729d644e1fba191b1c44 \
|
||
sha256 3aae6814d6c6d406785145f07374135652f2b26a58690dfd4bfbc8365dc5590b \
|
||
size 70904
|
||
|
||
depends_lib-append port:R-Rcpp
|
||
|
||
compilers.setup require_fortran
|
||
|
||
depends_test-append port:R-irlba \
|
||
port:R-testthat
|
||
|
||
test.run yes
|