Found 1999 bookmarks
Newest
Setting up R with Visual Studio Code quickly and easily with the languageserversetup package - Jozef's Rblog
Setting up R with Visual Studio Code quickly and easily with the languageserversetup package - Jozef's Rblog
In this post, we will look at the `languageserversetup` package that aims to make the setup of the R Language Server robust and easy to use by installing it into a separate, independent library and adjusting R startup in a way that initializes the language server when relevant
·jozef.io·
Setting up R with Visual Studio Code quickly and easily with the languageserversetup package - Jozef's Rblog
'mustashe' | Joshua Cook
'mustashe' | Joshua Cook
A simple system for saving and loading objects in R. Long running computations can be stashed after the first run and then reloaded the next time. Dependencies can be added to ensure that a computation is re-run if any of its dependencies or inputs have changed.
·joshuacook.netlify.app·
'mustashe' | Joshua Cook
Integrating React.js and Shiny
Integrating React.js and Shiny
React.js is a thriving JavaScript library that eases encapsulating and sharing sophisticated component libraries. The React.js ecosystem is filled with components for doing everything from...
·rstudio.com·
Integrating React.js and Shiny
Auto-refresh persistently displayed Shiny app when new version is deployed to RStudioConnect
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...
·community.rstudio.com·
Auto-refresh persistently displayed Shiny app when new version is deployed to RStudioConnect
cosimameyer (Cosima Meyer) / Repositories
cosimameyer (Cosima Meyer) / Repositories
PhD student in Conflict Studies | University of Mannheim. Interested in leadership survival, conflict studies and post-civil war stability. - cosimameyer
·github.com·
cosimameyer (Cosima Meyer) / Repositories
jimbrig (Jimmy Briggs)
jimbrig (Jimmy Briggs)
Consultant, Developer, Actuary, Information Specialist, Knowledge Management, Data Scientist, Software Engineer, Application Design, Physics Enthusiast - jimbrig
·github.com·
jimbrig (Jimmy Briggs)
validate_email function | R Documentation
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.
·rdocumentation.org·
validate_email function | R Documentation