Package: dimRed Title: A Framework for Dimensionality Reduction Version: 0.2.7 Authors@R: c( person("Guido", "Kraemer", email = "guido.kraemer@uni-leipzig.de", role = c("aut","cre"), comment = c(ORCID = "0000-0003-4865-5041") ) ) Description: A collection of dimensionality reduction techniques from R packages and a common interface for calling the methods. Depends: R (>= 3.0.0), DRR Imports: magrittr, methods Suggests: NMF, MASS, Matrix, RANN, RSpectra, Rtsne, cccd, coRanking, diffusionMap, energy, fastICA, ggplot2, graphics, igraph, keras, kernlab, knitr, optimx, pcaL1, pcaPP, reticulate, rgl, scales, scatterplot3d, stats, tensorflow, testthat, tidyr, tinytex, umap, vegan VignetteBuilder: knitr License: GPL-3 | file LICENSE BugReports: https://github.com/gdkrmr/dimRed/issues URL: https://www.guido-kraemer.com/software/dimred/ Encoding: UTF-8 Collate: 'autoencoder.R' 'misc.R' 'dimRedData-class.R' 'dataSets.R' 'dimRedMethod-class.R' 'dimRedResult-class.R' 'diffmap.R' 'dimRed.R' 'drr.R' 'embed.R' 'fastica.R' 'get_info.R' 'graph_embed.R' 'hlle.R' 'isomap.R' 'kpca.R' 'l1pca.R' 'leim.R' 'lle.R' 'loe.R' 'mds.R' 'mixColorSpaces.R' 'nmds.R' 'nnmf.R' 'pca.R' 'plot.R' 'quality.R' 'rotate.R' 'soe.R' 'tsne.R' 'umap.R' RoxygenNote: 7.3.2 Config/testthat/edition: 3 Repository: https://gdkrmr.r-universe.dev Date/Publication: 2025-04-24 07:08:16 UTC RemoteUrl: https://github.com/gdkrmr/dimred RemoteRef: HEAD RemoteSha: 6931165735ad8f42c67c39e1efb69e68e4019fa4 NeedsCompilation: no Packaged: 2026-06-14 06:59:39 UTC; root Author: Guido Kraemer [aut, cre] (ORCID: ) Maintainer: Guido Kraemer