Found 1999 bookmarks
Newest
Bonus Episode: Start Using Your New Planner Now! - Michael and Megan
Bonus Episode: Start Using Your New Planner Now! - Michael and Megan
As a high-performing leader, we know you love using productivity products like the Full Focus Planner™. But any new system can seem overwhelming at first. Honestly, our planner can seem that way at first. With so many features built in, it’s hard to know where to start. You may wonder if you’re actually getting the […]
·michaelhyatt.com·
Bonus Episode: Start Using Your New Planner Now! - Michael and Megan
Building a shiny app with drag and drop data interface
Building a shiny app with drag and drop data interface
Introduction Data visualization is an important aspect of the data science work flow. This app enables the analyst to understand the data in question. In this post, we will build an application whi…
·pradeepadhokshaja.wordpress.com·
Building a shiny app with drag and drop data interface
pins: Pin, Discover and Share Resources | RStudio Blog
pins: Pin, Discover and Share Resources | RStudio Blog
Today we are excited to announce the pins package is available on CRAN! pins allows you to pin, discover and share remote resources, locally or in remote storage. If you find yourself using download.file() or asking others to download files before running your R code, use pin() to achieve fast, simple and reliable reproducible research over remote resources. Pins You can use the pins package to: Pin remote resources locally to work offline and cache results with ease, pin() stores resources in boards which you can then retrieve with pin_get().
·blog.rstudio.com·
pins: Pin, Discover and Share Resources | RStudio Blog
Productionizing Shiny and Plumber with Pins · R Views
Productionizing Shiny and Plumber with Pins · R Views
Producing an API that serves model results or a Shiny app that displays the results of an analysis requires a collection of intermediate datasets and model objects, all of which need to be saved. Depending on the project, they might need to be reused in another project later, shared with a colleague, used to shortcut computationally intensive steps, or safely stored for QA and auditing. Some of these should be saved in a data warehouse, data lake, or database, but write access to an appropriate database isn’t always available.
·rviews.rstudio.com·
Productionizing Shiny and Plumber with Pins · R Views
Best Productivity Apps for 2019: Getting It Done, Fast
Best Productivity Apps for 2019: Getting It Done, Fast
When you're working from home, even just on a pet project, staying on task and knowing when to do what can be a real challenge. We've put together some of the very best productivity apps that will help you keep focused and get it done.
·cloudwards.net·
Best Productivity Apps for 2019: Getting It Done, Fast
Odd Hypothesis: Deploying Desktop Apps with R
Odd Hypothesis: Deploying Desktop Apps with R
(Update 4: 2016-08-19) I made many significant updates / improvements to this deployment method which are documented in a more recent blog p...
·oddhypothesis.blogspot.com·
Odd Hypothesis: Deploying Desktop Apps with R
Production
Production
RStudio's webinars offer helpful perspective and advice to data scientists, data science leaders, DevOps engineers and IT Admins. Presenters come from companies around the globe, as well as the RStudio staff.
·rstudio.com·
Production
Using Shiny with Scheduled and Streaming Data · R Views
Using Shiny with Scheduled and Streaming Data · R Views
Note: This article is now several years old. If you have RStudio Connect, there are more modern ways of updating data in a Shiny app. Shiny applications are often backed by fluid, changing data. Data updates can occur at different time scales: from scheduled daily updates to live streaming data and ad-hoc user inputs. This article describes best practices for handling data updates in Shiny, and discusses deployment strategies for automating data updates.
·rviews.rstudio.com·
Using Shiny with Scheduled and Streaming Data · R Views
How to run R scripts from the command line – RStudio Support
How to run R scripts from the command line – RStudio Support
Running R scripts from the command line can be a powerful way to: Automate your R scripts Integrate R into production Call R through other tools or systems There are basically two Linux command...
·support.rstudio.com·
How to run R scripts from the command line – RStudio Support
‎Powerful Apps for Developers : App Store Story
‎Powerful Apps for Developers : App Store Story
‎Learn about collection Powerful Apps for Developers featuring Working Copy - Git client, Prompt 2, Sketch Mirror, and many more on App Store. Enjoy these apps on your iPhone, iPad, and iPod touch.
·apps.apple.com·
‎Powerful Apps for Developers : App Store Story
shinycovr
shinycovr
Contribute to yonicd/shinycovr development by creating an account on GitHub.
·github.com·
shinycovr
Tools for teaching
Tools for teaching
Design a computing infrastructure and choose packages that can set you and your learners on the happy path.
·education.rstudio.com·
Tools for teaching
The Digital Productivity Pyramid - Forte Labs
The Digital Productivity Pyramid - Forte Labs
Imagine if we had a learning curriculum for modern knowledge work. This curriculum would reliably produce elite performers, training them in the fundamental skills required to thrive in the digital age. It would impart concrete skills that could be generalized to any kind of knowledge work, not just one discipline or career path. In our ... Read more
·fortelabs.co·
The Digital Productivity Pyramid - Forte Labs
The Digital Productivity Coach - Forte Labs
The Digital Productivity Coach - Forte Labs
By Tasshin Fogleman and James Stuber Introducing the Digital Productivity Coach – an interactive guide to digital productivity, available 24/7 to give you a concrete next step to improve your productivity skills. If you’re interested in improving your productivity, it’s not easy to identify where to start. There are dozens of tools and systems out ... Read more
·fortelabs.co·
The Digital Productivity Coach - Forte Labs
Persistent config and data for R packages - R-hub blog
Persistent config and data for R packages - R-hub blog
Does your R package work best with some configuration? You probably want it to be easily found by your package. Does your R package download huge datasets that don’t change much on the provider side? Maybe you want to save the corresponding data somewhere persistent so that things will go faster during the next R session. In this blog post we shall explain how an R package developer can go about using and setting persistent configuration and data on the user’s machine.
·blog.r-hub.io·
Persistent config and data for R packages - R-hub blog