Package: VizModules 0.2.0
VizModules: Flexible, Interactive 'shiny' Modules for Almost Any Plot
Offers a core selection of interactivity-first 'shiny' modules for many plot types meant to serve as flexible building blocks for applications and as the base for more complex modules. These modules allow for the rapid and convenient construction of 'shiny' apps with very few lines of code and decouple plotting from the underlying data. These modules allow for full plot aesthetic customization by the end user through UI inputs. Utility functions for simple UI organization, automated UI tooltips, and additional plot enhancements are also provided. Includes a multi-panel figure builder app for arranging multiple modules together in a free-form layout.
Authors:
VizModules_0.2.0.tar.gz
VizModules_0.2.0.zip(r-4.7)VizModules_0.2.0.zip(r-4.6)VizModules_0.2.0.zip(r-4.5)
VizModules_0.2.0.tgz(r-4.6-any)VizModules_0.2.0.tgz(r-4.5-any)
VizModules_0.2.0.tar.gz(r-4.7-any)VizModules_0.2.0.tar.gz(r-4.6-any)
VizModules_0.2.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
VizModules/json (API)
NEWS
| # Install 'VizModules' in R: |
| install.packages('VizModules', repos = c('https://j-andrews7.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/j-andrews7/vizmodules/issues
Pkgdown/docs site:https://j-andrews7.github.io
- example_bar - Bar dataset for bar and split bar plot examples
- example_demographics - Example demographics dataset
- example_iris - Example grouped iris dataset
- example_markers - Example single-cell marker gene dataset for dot plots
- example_mtcars - Example mtcars dataset with factors
- example_population - Example population dataset A simulated population dataset with 400 rows covering 50 years and 8 age groups. Designed for line, area, and stacked bar plot examples.
- example_rnaseq - Example RNA-seq dataset for the RNA-seq showcase app
- example_roles - Example roles dataset for ternary plots
- example_sales - Example sales dataset
- example_school_earnings - Example school earnings dataset for dumbbell plots
- example_skills - Example multi-player skills dataset for radar plots
data-visualizationmodulesshinyvisualization
Last updated from:c7d4fafb0e. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 220 | ||
| source / vignettes | OK | 230 | ||
| linux-release-x86_64 | OK | 213 | ||
| macos-release-arm64 | OK | 127 | ||
| macos-oldrel-arm64 | OK | 166 | ||
| windows-devel | OK | 145 | ||
| windows-release | OK | 158 | ||
| windows-oldrel | OK | 171 | ||
| wasm-release | OK | 140 |
Exports:adjust_column_valuesapply_stat_annotationscollect_source_datacompute_pairwise_statscreate_source_download_handlercreate_stat_annotationscreateModuleAppdataFilterServerdataFilterUIdefault_palettesdittoViz_scatterPlotAppdittoViz_scatterPlotInputsUIdittoViz_scatterPlotOutputUIdittoViz_scatterPlotServerdittoViz_yPlotAppdittoViz_yPlotInputsUIdittoViz_yPlotOutputUIdittoViz_yPlotServerdumbbellPlotdumbbellPlotAppdumbbellPlotInputsUIdumbbellPlotOutputUIdumbbellPlotServerempty_plotgenerate_pair_stringsget_documentationis_pure_typelinePlotlinePlotApplinePlotInputsUIlinePlotOutputUIlinePlotServermodule_tack_uimultiColorPickerorganize_inputsparallelCoordinatesPlotparallelCoordinatesPlotAppparallelCoordinatesPlotInputsUIparallelCoordinatesPlotOutputUIparallelCoordinatesPlotServerparse_pair_stringspiePlotpiePlotApppiePlotInputsUIpiePlotOutputUIpiePlotServerplotthis_AreaPlotAppplotthis_AreaPlotInputsUIplotthis_AreaPlotOutputUIplotthis_AreaPlotServerplotthis_BarPlotAppplotthis_BarPlotInputsUIplotthis_BarPlotOutputUIplotthis_BarPlotServerplotthis_BoxPlotAppplotthis_BoxPlotInputsUIplotthis_BoxPlotOutputUIplotthis_BoxPlotServerplotthis_DensityPlotAppplotthis_DensityPlotInputsUIplotthis_DensityPlotOutputUIplotthis_DensityPlotServerplotthis_DotPlotAppplotthis_DotPlotInputsUIplotthis_DotPlotOutputUIplotthis_DotPlotServerplotthis_HistogramAppplotthis_HistogramInputsUIplotthis_HistogramOutputUIplotthis_HistogramServerplotthis_SplitBarPlotAppplotthis_SplitBarPlotInputsUIplotthis_SplitBarPlotOutputUIplotthis_SplitBarPlotServerplotthis_ViolinPlotAppplotthis_ViolinPlotInputsUIplotthis_ViolinPlotOutputUIplotthis_ViolinPlotServerradarPlotradarPlotAppradarPlotInputsUIradarPlotOutputUIradarPlotServerresolve_palettesafe_eval_filtersafe_resolve_adj_fxnsetup_auto_update_logicternaryPlotternaryPlotAppternaryPlotInputsUIternaryPlotOutputUIternaryPlotServerupdateMultiColorPickervalidate_expression
Dependencies:askpassbase64encbrewbslibcachemcallrcellrangercirclizeclicolorspacecolourpickercommonmarkcowplotcpp11crayoncrosstalkcurldata.tabledescdigestdittoVizdplyrDTevaluatefarverfastmapfontawesomeforcatsfsgenericsggnewscaleggplot2ggrepelggridgesGlobalOptionsgluegridtextgtablehighrhmshtmltoolshtmlwidgetshttpuvhttrisobandjpegjquerylibjsonliteknitrlabelinglaterlatticelazyevallifecyclelitedownmagrittrmarkdownmemoisemimeminiUIopensslotelpatchworkpillarpkgbuildpkgconfigpkgloadplotlyplotthisplyrpngprettyunitsprocessxprogresspromisespspurrrR6rappdirsRColorBrewerRcppreadxlrematchreshape2rexrlangrmarkdownroclangroxygen2rprojrootS7sassscalesshapeshinyshinyBSshinyjquishinyjsshinyWidgetssourcetoolsstringistringrsystibbletidyrtidyselecttinytexutf8vctrsviridisLitewithrxfunxml2xtableyamlzipzoo
Adding a New Module
Rendered fromadding-a-new-module.Rmdusingknitr::rmarkdownon Jun 17 2026.Last update: 2026-06-11
Started: 2026-01-16
Building Custom Modules
Rendered fromcustom-modules.Rmdusingknitr::rmarkdownon Jun 17 2026.Last update: 2026-03-24
Started: 2025-12-30
Quick Start with VizModules
Rendered fromquick-start.Rmdusingknitr::rmarkdownon Jun 17 2026.Last update: 2026-06-12
Started: 2026-01-16
