02-AREAS

02-AREAS

2179 bookmarks
Newest
Profiling with RStudio – RStudio Support
Profiling with RStudio – RStudio Support
Getting started Using the profiler Using the flame graph Using the data viewer Profiling examples Profiling time example Profiling memory example Frequently Asked Questions Additional Resou...
·support.rstudio.com·
Profiling with RStudio – RStudio Support
A guide to parallelism in R – Florian Privé – R(cpp) enthusiast
A guide to parallelism in R – Florian Privé – R(cpp) enthusiast
In this post, I talk about parallelism in R. This post is likely biased towards the solutions I use. For example, I never use mcapply nor clusterApply; I prefer to always use foreach. In this post, we will focus on how to parallelize R code on your computer with package {foreach}. In this post, I use mainly silly examples just to show one point at a time. Basics of foreach You can install R package {foreach} with install.packages("foreach"). library(foreach)
·privefl.github.io·
A guide to parallelism in R – Florian Privé – R(cpp) enthusiast
Advanced R Course
Advanced R Course
This contains materials for the Advanced R course of the doctoral school of Grenoble, France.
·privefl.github.io·
Advanced R Course
R & R
R & R
Software Engineer
·randr.rocks·
R & R
Organize your data and code
Organize your data and code
Brief discussion of file/directory organization, perhaps the most important step to take towards ease of reproducibility.
·kbroman.org·
Organize your data and code
Gantt charts with R - Stack Overflow
Gantt charts with R - Stack Overflow
Has anybody used R to create a Gantt chart? P.S. I could live without the dependency arrows.
·stackoverflow.com·
Gantt charts with R - Stack Overflow
Best Practice: Development of Robust Shiny Dashboards as R Packages
Best Practice: Development of Robust Shiny Dashboards as R Packages
This article describes best practice approaches for developing shiny dashboards. The creation of the dashboard in package form, as well as the use of unit tests should enable the development of robust solutions and guarantee high quality.
·inwt-statistics.com·
Best Practice: Development of Robust Shiny Dashboards as R Packages
R Shiny for Enterprise - Applison
R Shiny for Enterprise - Applison
We create, maintain, and develop enterprise R Shiny dashboards. We deliver rapid development, scalability to thousands of users, and sophisticated UIUX.
·appsilon.com·
R Shiny for Enterprise - Applison
Shiny Architecture (1/5) - Applison
Shiny Architecture (1/5) - Applison
Learn how to use the session argument as a global list for passing parameters between modules in advanced Shiny apps to simplify the objects’ flow in code., organize app content, simplify objects flow logic, decrease bugs, increase speed
·appsilon.com·
Shiny Architecture (1/5) - Applison
Prototype to Production - Applison
Prototype to Production - Applison
We will start with a basic shiny dashboard that uses no libraries. Then we will enhance it using bootstrap and semantic UI. Then we use custom CSS.
·appsilon.com·
Prototype to Production - Applison
R Shiny Google Group
R Shiny Google Group
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
·groups.google.com·
R Shiny Google Group
Becoming Minimalist
Becoming Minimalist
Becoming Minimalist inspires others to journey towards simple living. Own less, live more.
·becomingminimalist.com·
Becoming Minimalist
Font Awesome
Font Awesome
The world’s most popular and easiest to use icon set just got an upgrade. More icons. More styles. More Options.
·fontawesome.com·
Font Awesome
Colin Fay
Colin Fay
Mostly R, data, and code.
·colinfay.me·
Colin Fay
Tidyverse Blog
Tidyverse Blog
The tidyverse is an integrated collection of R packages designed to make data science fast, fluid, and fun.
·tidyverse.org·
Tidyverse Blog
RStudio Blog
RStudio Blog
This blog contains information on RStudio products and events, including RStudio open-source and commercial product announcements, company events, and company news.
·blog.rstudio.com·
RStudio Blog
R-bloggers
R-bloggers
R news and tutorials contributed by hundreds of R bloggers
·r-bloggers.com·
R-bloggers
Tidy evaluation
Tidy evaluation
The primary goal of this book is to get you up to speed with tidy evaluation and how to write functions around tidyverse pipelines and grammars.
·tidyeval.tidyverse.org·
Tidy evaluation