Package: tidydr
Title: Unify Dimensionality Reduction Results
Version: 0.0.3
Authors@R: c(
       person("Guangchuang", "Yu",     email = "guangchuangyu@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-6485-8781")),
       person("Shuangbin",   "Xu",     email = "xshuangbin@163.com",      role = "aut", comment = c(ORCID="0000-0003-3513-5362")),
       person("Erqiang",     "Hu",     email = "13766876214@163.com",     role = "ctb")
       )
Description: Dimensionality reduction (DR) is widely used in many domain for analyzing and visualizing high-dimensional data. 'tidydr' provides uniform output and is compatible with multiple methods, including 'prcomp', 'mds', 'Rtsne'. etc.
Imports: ggplot2, grid, rlang, utils
Suggests: knitr, rmarkdown, prettydoc
VignetteBuilder: knitr
ByteCompile: true
License: Artistic-2.0
URL: https://github.com/YuLab-SMU/tidydr/
BugReports: https://github.com/YuLab-SMU/tidydr/issues
Encoding: UTF-8
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2021-12-08 06:12:23 UTC; ygc
Author: Guangchuang Yu [aut, cre, cph]
    (<https://orcid.org/0000-0002-6485-8781>),
  Shuangbin Xu [aut] (<https://orcid.org/0000-0003-3513-5362>),
  Erqiang Hu [ctb]
Maintainer: Guangchuang Yu <guangchuangyu@gmail.com>
Repository: CRAN
Date/Publication: 2021-12-08 08:50:02 UTC
