You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
37 lines
1.3 KiB
Tcl
37 lines
1.3 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
|
|
|
|
# Revert to GitHub once updated there.
|
|
R.setup cran jlmelville uwot 0.2.2
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Uniform manifold approximation and projection (umap) \
|
|
method for dimensionality reduction
|
|
long_description {*}${description}
|
|
homepage https://jlmelville.github.io/uwot
|
|
checksums rmd160 4287f9e80c83ef60bd7697225c8933a437bf9daf \
|
|
sha256 d9938c43d29530d4b36d1b2649cc679b09945a740db2cd3a266242b1aa9a6cd1 \
|
|
size 602996
|
|
|
|
depends_lib-append port:R-dqrng \
|
|
port:R-FNN \
|
|
port:R-irlba \
|
|
port:R-Rcpp \
|
|
port:R-RcppAnnoy \
|
|
port:R-RcppProgress \
|
|
port:R-RSpectra
|
|
|
|
depends_test-append port:R-bigstatsr \
|
|
port:R-covr \
|
|
port:R-knitr \
|
|
port:R-RcppHNSW \
|
|
port:R-rmarkdown \
|
|
port:R-rnndescent \
|
|
port:R-testthat
|
|
|
|
test.run yes
|