Dependency resolution for R package development
kieranjmartin/getfunctionargs: R Studio add in to quickly grab default function arguments
R Studio add in to quickly grab default function arguments - kieranjmartin/getfunctionargs
konradzdeb/extraInserts: Simple convenience RStudio add-in inserting assignment operators and pipes
Simple convenience RStudio add-in inserting assignment operators and pipes - konradzdeb/extraInserts
dreamRs/esquisse: RStudio add-in to make plots with ggplot2
RStudio add-in to make plots with ggplot2. Contribute to dreamRs/esquisse development by creating an account on GitHub.
kieranjmartin/viewenhance: An add in for RStudio which allows the user to filter and select columns interactively
An add in for RStudio which allows the user to filter and select columns interactively - kieranjmartin/viewenhance
mdlincoln/docthis: RStudio addin to create skeleton documentation for functions and data.frames
RStudio addin to create skeleton documentation for functions and data.frames - mdlincoln/docthis
MilesMcBain/datapasta: On top of spaghetti, all covered in cheese....
On top of spaghetti, all covered in cheese.... Contribute to MilesMcBain/datapasta development by creating an account on GitHub.
RhoInc/CRANsearcher: RStudio addin to search CRAN packages titles and descriptions
RStudio addin to search CRAN packages titles and descriptions - RhoInc/CRANsearcher
BAAQMD/copydat: Copy R data to clipboard
Copy R data to clipboard. Contribute to BAAQMD/copydat development by creating an account on GitHub.
sarupurisailalith/commonUtilAddins: R Studio Addins for common data frame operations
R Studio Addins for common data frame operations. Contribute to sarupurisailalith/commonUtilAddins development by creating an account on GitHub.
sfr/RStudio-Addin-Snippets: RStudio add-in to copy data to clipboard, reverse slashes, insert and reformat pipes.
RStudio add-in to copy data to clipboard, reverse slashes, insert and reformat pipes. - sfr/RStudio-Addin-Snippets
miraisolutions/compareWith: RStudio Addins for Enhanced Diff and Merge
RStudio Addins for Enhanced Diff and Merge. Contribute to miraisolutions/compareWith development by creating an account on GitHub.
daranzolin/compareAreas: Shiny Gadget to compare areas (square meters, kilometers, feet, miles, and acres)
Shiny Gadget to compare areas (square meters, kilometers, feet, miles, and acres) - daranzolin/compareAreas
daattali/colourpicker: 🎨 A colour picker tool for Shiny and for selecting colours in plots (in R)
🎨 A colour picker tool for Shiny and for selecting colours in plots (in R) - daattali/colourpicker
strboul/caseconverter: RStudio Addin to convert selected text to lower, upper, snake, and camel cases.
RStudio Addin to convert selected text to lower, upper, snake, and camel cases. - strboul/caseconverter
petermeissner/assignparams: RStudio Addin to evaluate comma separated function parameters vio short cut
RStudio Addin to evaluate comma separated function parameters vio short cut - petermeissner/assignparams
jennybc/jadd: RStudio addins
RStudio addins. Contribute to jennybc/jadd development by creating an account on GitHub.
dreamRs/addinit: Initialize an 'RStudio' Project
Initialize an 'RStudio' Project. Contribute to dreamRs/addinit development by creating an account on GitHub.
r - How to adjust width of one column for shiny DataTables created with the JavaScript? - Stack Overflow
My Shiny App has a paging system, that allows to go back and forth. Below is a miniversion of my entire app. I would like to resize the first column of my datatable that includes checkboxes and mak...
Environments: Docker
Environment Management with Docker
shiny-loadblancer-internal.R
shiny-loadblancer-internal.R · GitHub
RStudio Support
Shiny server series part 1: setting up | R-bloggers
This guide is part of a series on setting up your own private server running shiny apps. There are many guides out there with great advice on how to set up an R shiny server and related software. I try to make a comprehensive guide based in part on the...
Alternative Approaches to Scaling Shiny with RStudio Connect, ShinyProxy, or Custom Architecture - Appsilon | End to End Data Science Solutions
Article compares different technologies to scale R Shiny Apps, technologies used: ShinyProxy, Shiny Server Open Source & Pro and solution based Docker and Load Balancer.
shiny-loadbalancer/shiny-monitor.R at master · aephidayatuloh/shiny-loadbalancer
Shiny App for Load Balancing. Contribute to aephidayatuloh/shiny-loadbalancer development by creating an account on GitHub.
Shiny - session
Best practices for global/external variables used in a module - shiny - RStudio Community
I wanted to know what others think is the best approach when making a shiny module that uses some functions/variables that in a non-module app would belong in global.R Do you still keep them in global.R? To me that seems to break the isolation and independence of modules, since a module should be explicit about all its inputs and outputs. As a concrete example: in the following app, the module UI and module server use a variable defined outside of it. Here's one way to write it: foodata
RStudio staging servers – RStudio Support
Overview Administering RStudio server products often requires you to test changes to your environment, but testing changes can be problematic in production. For example, upgrading R can disrupt dev...
Shiny - Scoping rules for Shiny apps
Shiny - Bookmarking state