Package: smvgraph Type: Package Title: Visualization and Clustering of Data in a Shiny App Version: 0.2.0 Date: 2022-12-04 Authors@R: person("Sigbert", "Klinke", email="sigbert@hu-berlin.de", role=c("aut", "cre")) Description: Various visualisations of univariate and multivariate graphs (e.g. mosaic diagram, scatterplot matrix, Andrews curves, parallel coordinate diagram, radar diagram and Chernoff plots) as well as clustering methods (e.g. k-means, agglomerative, EM clustering and DBSCAN) are implemented as a Shiny app. The app allows interactive changes, e.g. of the order of variables. It is intended for use in teaching. License: GPL-3 URL: https://github.com/sigbertklinke/smvgraph (development version) Encoding: UTF-8 Imports: tools, devtools, formatR, highlight, shiny, DT, base64enc, shinyWidgets, shinydashboardPlus, sortable, mrfDepth RoxygenNote: 7.2.2 Roxygen: list(markdown = TRUE) Suggests: MASS, knitr, rmarkdown Depends: R (>= 2.10) LazyData: true VignetteBuilder: knitr Config/pak/sysreqs: cmake libfontconfig1-dev libfreetype6-dev libfribidi-dev git make libharfbuzz-dev libgit2-dev libicu-dev libjpeg-dev libpng-dev libtiff-dev libuv1-dev libwebp-dev libxml2-dev libssl-dev libx11-dev zlib1g-dev Repository: https://sigbertklinke.r-universe.dev Date/Publication: 2022-12-07 15:17:32 UTC RemoteUrl: https://github.com/sigbertklinke/smvgraph RemoteRef: HEAD RemoteSha: 8f713920a32cbeab3f8032a58458080d7d45cef9 NeedsCompilation: no Packaged: 2026-07-05 08:43:54 UTC; root Author: Sigbert Klinke [aut, cre] Maintainer: Sigbert Klinke