Other packages > Find by keyword >

dipsaus  

A Dipping Sauce for Data Analysis and Visualizations
View on CRAN: Click here


Download and install dipsaus package within the R console
Install from CRAN:
install.packages("dipsaus")

Install from Github:
library("remotes")
install_github("cran/dipsaus")

Install by package version:
library("remotes")
install_version("dipsaus", "0.3.3")



Attach the package and use:
library("dipsaus")
Maintained by
Zhengjia Wang
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2019-11-05
Latest Update: 2025-04-03
Description:
Works as an "add-on" to packages like 'shiny', 'future', as well as 'rlang', and provides utility functions. Just like dipping sauce adding flavors to potato chips or pita bread, 'dipsaus' for data analysis and visualizations adds handy functions and enhancements to popular packages. The goal is to provide simple solutions that are frequently asked for online, such as how to synchronize 'shiny' inputs without freezing the app, or how to get memory size on 'Linux' or 'MacOS' system. The enhancements roughly fall into these four categories: 1. 'shiny' input widgets; 2. high-performance computing using the 'future' package; 3. modify R calls and convert among numbers, strings, and other objects. 4. utility functions to get system information such like CPU chip-set, memory limit, etc.
How to cite:
Zhengjia Wang (2019). dipsaus: A Dipping Sauce for Data Analysis and Visualizations. R package version 0.3.3, https://cran.r-project.org/web/packages/dipsaus. Accessed 08 Mar. 2026.
Previous versions and publish date:
0.0.2 (2019-11-05 17:50), 0.0.3 (2019-11-18 06:40), 0.0.4 (2020-01-20 06:40), 0.0.5 (2020-03-12 16:50), 0.0.6 (2020-04-05 07:00), 0.0.7 (2020-05-12 11:30), 0.0.8 (2020-06-23 07:30), 0.0.9 (2020-07-17 07:50), 0.1.0 (2020-08-12 12:00), 0.1.1 (2020-10-09 09:50), 0.1.2 (2021-01-10 06:10), 0.1.3 (2021-02-13 10:30), 0.1.4 (2021-02-14 23:50), 0.1.5 (2021-02-20 06:50), 0.1.6 (2021-07-08 23:50), 0.1.7 (2021-07-26 21:20), 0.1.8 (2021-09-06 13:50), 0.1.9 (2021-10-13 18:52), 0.2.0 (2022-01-27 18:30), 0.2.1 (2022-05-29 19:50), 0.2.2 (2022-06-18 09:10), 0.2.3 (2022-08-06 19:00), 0.2.4 (2022-08-24 09:00), 0.2.5 (2022-10-22 09:05), 0.2.6 (2023-01-21 13:30), 0.2.7 (2023-05-26 18:40), 0.2.8 (2023-07-03 22:00), 0.2.9 (2024-06-27 13:10), 0.3.0 (2024-12-17 21:50), 0.3.1 (2025-04-03 18:50), 0.3.2 (2025-11-17 07:10)
Other packages that cited dipsaus R package
View dipsaus citation profile
Other R packages that dipsaus depends, imports, suggests or enhances
Complete documentation for dipsaus
Functions, R codes and Examples using the dipsaus R package
Some associated functions: AbstractMap . AbstractQueue . PersistContainer . actionButtonStyled . add_to_session . as_pipe . ask_or_default . ask_yesno . async . async_expr . async_flapply . async_works . attached_packages . base64-url . base64_to_image . base64_to_string . baseline_array . capture_expr . cat2 . check_installed_packages . clear_env . col2hexStr . collapse . compoundInput2 . decorate_function . deparse_svec . dipsaus-defunct . dipsaus-rstudio-shortcuts . do_aggregate . do_nothing . drop_nulls . eval_dirty . fancyFileInput . fastcov2 . fastmap2 . fastquantile . fastqueue2 . flex_div . forelse . getInputBinding . get_credential . get_dots . get_ip . get_os . get_ram . grapes-OF-grapes . grapes-equals-greater-than-grapes . grapes-help-set-grapes . grapes-plus-grapes . grapes-set-help-grapes . graphic-devices . handler_dipsaus_progress . html_asis . html_class . iapply . lapply_async2 . lapply_callr . list_to_fastmap2 . list_to_fastqueue2 . lock . make_forked_clusters . map . mask_function2 . match_calls . mean_se . mem_limit2 . new_function2 . no_op . package_installed . parse_svec . print_directory_tree . progress2 . reexports . registerInputBinding . restart_session . rs_active_project . rs_avail . rs_edit_file . rs_exec . rs_focus_console . rs_save_all . rs_select_path . rs_set_repos . rs_viewer . screenshot . session_uuid . set_shiny_input . sexp_type2 . shared_finalizer . shift_array . shiny_alert2 . shiny_is_running . ste_mean . sumsquared . sync_shiny_inputs . test_farg . time_delta . to_datauri . to_ram_size . updateActionButtonStyled . updateCompoundInput2 . update_fastmap2 . use_shiny_dipsaus . 
Some associated R codes: RcppExports.R . aaa.R . apply.R . cpp-baseline_array.R . cpp-collapse.R . cpp-fastcov2.R . cpp-fastquantile.R . credentials.R . fastmap2.R . fastqueue2.R . graphics.R . language.R . lock.R . map-abstract.R . map-memory.R . map-rds.R . map-s3.R . map-txt.R . parallels-apply-script.R . parallels-future.R . parallels-rscripts.R . parallels.R . persist.R . queue-abstract.R . queue-memory.R . queue-rds.R . queue-txtq.R . reexports.R . rutabaga.R . screenshot.R . shiny-actionbutton-styled.R . shiny-compoundInput2.R . shiny-fancyFileInput.R . shiny-flex-div.R . shiny-inputbindings.R . shiny-progress.R . shiny-setInputs.R . shiny-swal-alert.R . shiny-syncInputs.R . shortcuts.R . strings-base64.R . strings.R . systems.R . utils-filesystem.R . utils-package.R . utils-rstudio.R . utils.R . zzz-finalizers.R . zzz.R .  Full dipsaus package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

ptycho  
Bayesian Variable Selection with Hierarchical Priors
Bayesian variable selection for linear regression models using hierarchical priors. There is a pr ...
Download / Learn more Package Citations See dependency  
generator  
Generate Data Containing Fake Personally Identifiable Information
Allows users to quickly and easily generate fake data containing Personally Identifiable Informatio ...
Download / Learn more Package Citations See dependency  
vars  
VAR Modelling
Estimation, lag selection, diagnostic testing, forecasting, causality analysis, forecast error varia ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
candisc  
Visualizing Generalized Canonical Discriminant and Canonical Correlation Analysis
Functions for computing and visualizing generalized canonical discriminant analyses and canonical c ...
Download / Learn more Package Citations See dependency  

26,270

R Packages

223,360

Dependencies

70,376

Author Associations

26,265

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA