You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
929 B
Tcl
27 lines
929 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 tkonopka umap 0.2.10.0 v
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Uniform manifold approximation and projection
|
|
long_description {*}${description}
|
|
checksums rmd160 392a4a9b88f1dda4ef5ad3d7e56b2cd04273e506 \
|
|
sha256 47284f812fbca998d65d969cff876fbbac499f0252bda85e12c3ac35a3a9e16f \
|
|
size 218069
|
|
|
|
depends_lib-append port:R-openssl \
|
|
port:R-Rcpp \
|
|
port:R-reticulate \
|
|
port:R-RSpectra
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|