Google Cloud Platform (GCP) - Beginner Series | Lesson #2 Learn all GCP products in 10 mins
No Clocks
Hosting a Shiny App using Docker
I used shinyapps.io for my own shiny app. It’s a great service. You can deploy your app for free, test it and show it to other people. But there’s also a downside: The memory an app can use is limited. So I was looking for another way to deploy my app. So I took a look at Docker.
4 Tips to Make Your Shiny Dashboard Faster
Yes, Shiny apps can be fast and scalable. But only if you build them in the right way and use the proper tools.
Shiny - shiny-options
Auto-refresh persistently displayed Shiny app when new version is deployed to RStudioConnect
Aaaand... because I couldn't help myself. A simple little example using shinyjs that seems to work for my not-very-thorough testing 😄 The two important bits: In the UI: shinyjs::useShinyjs(), In the Server (10 seconds for testing): shinyjs::runjs( "function reload_page() { window.location.reload(); setTimeout(reload_page, 10000); } setTimeout(reload_page, 10000); ") You definitely don't need the shinyjs package to make this work, but it does make things a little easier :s...
Reproducible Reporting with RMarkdown
Setup Instructions
jpainter/dataDictionary: interface with DHIS2 to get listing of malaria-relevant data elements
interface with DHIS2 to get listing of malaria-relevant data elements - jpainter/dataDictionary
ekstroem/dataReporter
Contribute to ekstroem/dataReporter development by creating an account on GitHub.
Deploying R Shiny apps using ShinyProxy on Windows 10 | databentobox
This post provides a guide to use ShinyProxy, an open-source tool with enterprise features, to deploy R Shiny apps.
Securing and Monitoring ShinyProxy Deployment of R Shiny Apps | databentobox
This post provides a guide to secure ShinyProxy with Nginx, Certbot and AWS Cognito, and monitor usage statistics with InfluxDB, Telegraf and Grafana.
PhyloProfileDocker/shiny-server.sh at master · trvinh/PhyloProfileDocker
Contribute to trvinh/PhyloProfileDocker development by creating an account on GitHub.
PhyloProfileDocker/shiny-server.conf at master · trvinh/PhyloProfileDocker
Contribute to trvinh/PhyloProfileDocker development by creating an account on GitHub.
Including datasets
How to include datasets in an R package
cosimameyer (Cosima Meyer) / Repositories
PhD student in Conflict Studies | University of Mannheim. Interested in leadership survival, conflict studies and post-civil war stability. - cosimameyer
cosimameyer/overviewR: Easily Extracting Information About Your Data
Easily Extracting Information About Your Data. Contribute to cosimameyer/overviewR development by creating an account on GitHub.
jimbrig (Jimmy Briggs)
Consultant, Developer, Actuary, Information Specialist, Knowledge Management, Data Scientist, Software Engineer, Application Design, Physics Enthusiast - jimbrig
r-lib/pak: A fresh approach to package installation
A fresh approach to package installation. Contribute to r-lib/pak development by creating an account on GitHub.
CRAN - Package snakecase
A consistent, flexible and easy to use tool to parse and convert strings into cases like snake or camel among others.
Get started with `rhub` • rhub
rhub
validate_email function | R Documentation
To build and check R packages on r-hub, you need to validate your email address. This is because r-hub sends out emails about build results.
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.