Found 2225 bookmarks
Newest
Using Kubernetes and the Future Package to Easily Parallelize R in the Cloud – R-Craft
Using Kubernetes and the Future Package to Easily Parallelize R in the Cloud – R-Craft
This is a guest post by Chris Paciorek, Department of Statistics, University of California at Berkeley. In this post, I’ll demonstrate that you can easily use the future package in R on a cluster of machines running in the cloud, specifically ...
·r-craft.org·
Using Kubernetes and the Future Package to Easily Parallelize R in the Cloud – R-Craft
Impressions from New Zealand’s R Exchange | RStudio Blog
Impressions from New Zealand’s R Exchange | RStudio Blog
In March of 2021, Epi-Interactive hosted one of the first in-person R events in Wellington, New Zealand. Here are some takeaways from their experience.
·blog.rstudio.com·
Impressions from New Zealand’s R Exchange | RStudio Blog
Using Kubernetes and the Future Package to Easily Parallelize R in the Cloud
Using Kubernetes and the Future Package to Easily Parallelize R in the Cloud
This is a guest post by Chris Paciorek, Department of Statistics, University of California at Berkeley. In this post, I’ll demonstrate that you can easily use the future package in R on a cluster of machines running in the cloud, specifically on a Kubernetes cluster. This allows you to easily doing parallel computing in R in the cloud. One advantage of doing this in the cloud is the ability to easily scale the number and type of (virtual) machines across which you run your parallel computation.
·jottr.org·
Using Kubernetes and the Future Package to Easily Parallelize R in the Cloud
How to update data in shiny app periodically?
How to update data in shiny app periodically?
I have deployed shiny server with several shiny apps. Each app is used as online dashboard which should be refreshed periodically (e.g. every 2 hours or at 10pm every day) according to my plan. N...
·stackoverflow.com·
How to update data in shiny app periodically?
Best Cloud Storage: Picking The Right Service in 2021
Best Cloud Storage: Picking The Right Service in 2021
Choosing the best cloud storage provider was never easier thanks to Cloudwards.net and this handy guide. We go over some of the biggest names in the industry (as well as some smaller ones) to get you the service that's the very best fit for you.
·cloudwards.net·
Best Cloud Storage: Picking The Right Service in 2021
apilayer - Scalable B2B APIs
apilayer - Scalable B2B APIs
Powerful APIs and SaaS Applications for Developers and Businesses - Currency Conversion, IP Geolocation, Email Validation, Document Signing, and more.
·apilayer.com·
apilayer - Scalable B2B APIs
xavierchow/github-label-template
xavierchow/github-label-template
manage github lable automatically. Contribute to xavierchow/github-label-template development by creating an account on GitHub.
·github.com·
xavierchow/github-label-template
Repository Labels
Repository Labels
To facilitate the community in finding ways to contribute that match their experiences and skillsets, we have developed a comprehensive system for labelling issues and PRs. This is an introduction to this standard labelling scheme.
·opensource.creativecommons.org·
Repository Labels
Conventional Commits
Conventional Commits
A specification for adding human and machine readable meaning to commit messages
·conventionalcommits.org·
Conventional Commits
About - Google Maps
About - Google Maps
Discover the world with Google Maps. Experience Street View, 3D Mapping, turn-by-turn directions, indoor maps and more across your devices.
·google.com·
About - Google Maps
Shiny in Production: App and Database Syncing | R-bloggers
Shiny in Production: App and Database Syncing | R-bloggers
When using shiny in production, often you will want to have some sort of database interactions for storing and accessing data. The DBI package provides an easy way to do the database interactions with a variety of SQL database flavors. In this example, I’m going to use a SQLite ...
·google.com·
Shiny in Production: App and Database Syncing | R-bloggers
Add POST requests to {shiny} with {brochure} - Colin Fay
Add POST requests to {shiny} with {brochure} - Colin Fay
[Disclaimer] The package presented in this blog post is stillexperimental at the time of writing these lines (2021-02-28), so itmight face some API changes in the future.Yesterday Jacqueline’s tweeted about her need to add POST requests toa {shiny} application.I'm astounded that it doesn't seem like a Shiny app is able to acceptPOST requests. I have data I wanna pass to my server :/— Dr. Jacqueline Nolis (@skyetetra)February27, 2021This is actually one of the things I had in mind when building{brochure}: more flexibility with the HTTP requests and how they arehandled.So here is a working ex...
·colinfay.me·
Add POST requests to {shiny} with {brochure} - Colin Fay
Shiny in Production: App and Database Syncing :: Thomas Roh — Data Science
Shiny in Production: App and Database Syncing :: Thomas Roh — Data Science
When using shiny in production, often you will want to have some sort of database interactions for storing and accessing data. The DBI package provides an easy way to do the database interactions with a variety of SQL database flavors. In this example, I’m going to use a SQLite in memory database for reproducibility. In practice, you will just switch to the code to use a persistent database. Let’s start by creating a table to right to.
·roh.engineering·
Shiny in Production: App and Database Syncing :: Thomas Roh — Data Science