Package: polarisR Title: Non-Linear Dimensionality Reduction Visualization Tool Version: 0.1.5 Authors@R: c( person("Divendra", "Yadav", , "divendrasinghyadaviit@gmail.com", role = c("aut", "cre")), person("Ursula", "Laa", , "ursula.laa@boku.ac.at", role = "aut", comment = c(ORCID = "0000-0002-0249-6439")), person("Jayani P.", "Gamage", , "jayanilakshika76@gmail.com", role = "aut", comment = c(ORCID = "0000-0002-6265-6481")), person("Eun-Kyung", "Lee", , "lee.eunk@gmail.com", role = "aut") ) Description: A 'shiny' application for visualizing high-dimensional data using non-linear dimensionality reduction (NLDR) techniques such as t-SNE and UMAP. It provides an interactive platform to explore high-dimensional datasets, diagnose the quality of the embeddings using the 'quollr' package, and compare different NLDR methods. License: MIT + file LICENSE URL: https://github.com/Divendra2006/polarisR, https://divendra2006.github.io/polarisR/ BugReports: https://github.com/Divendra2006/polarisR/issues Depends: R (>= 4.1.0) Imports: bslib, crosstalk, detourr, dplyr, DT, FNN, future, ggplot2, magrittr, parallelly, plotly, quollr, Rtsne, scales, shiny, stats, tools, tourr, umap, utils Suggests: knitr, rmarkdown, spelling, testthat (>= 3.0.0) VignetteBuilder: knitr Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: cmake libglpk-dev make libgsl0-dev libicu-dev libpng-dev libuv1-dev libxml2-dev libssl-dev python3 zlib1g-dev Repository: https://divendra2006.r-universe.dev Date/Publication: 2026-04-17 10:16:51 UTC RemoteUrl: https://github.com/divendra2006/polarisr RemoteRef: HEAD RemoteSha: 56eb811fc3bdb63c4cfa6931886178728d2a0173 NeedsCompilation: no Packaged: 2026-07-16 05:49:42 UTC; root Author: Divendra Yadav [aut, cre], Ursula Laa [aut] (ORCID: ), Jayani P. Gamage [aut] (ORCID: ), Eun-Kyung Lee [aut] Maintainer: Divendra Yadav