R Docker tutorial by ropenscilabs

No Clocks
Date-time Conversion in R with format and strptime · StatnMap
Table of conversion of dates and time formats in R
Debug your package that failed on CRAN with {rhub} · StatnMap
Tips to helps debug R packages errors on local installation of different OS
Introduction to crosswalkr • crosswalkr
crosswalkr
krlmlr/fledge: Wings for your R packages: Streamline the process of versioning R packages and updating NEWS
Wings for your R packages: Streamline the process of versioning R packages and updating NEWS - krlmlr/fledge
WinVector/wrapr: Wrap R Functions for Debugging and Ease of Use
Wrap R for Sweet R Code. Contribute to WinVector/wrapr development by creating an account on GitHub.
pridiltal/staplr: PDF Toolkit.
PDF Toolkit. :paperclip: :hammer: :wrench: :scissors: :bookmark_tabs: :file_folder::paperclip: :bookmark: :construction: :construction_worker: - pridiltal/staplr
ls - how to make function in R to remove all objects from global environment except defaults and objects passed as arguments - Stack Overflow
I'm new to R (and programming in general), so I've been making various functions to warm myself up to it. I've been trying to figure out how to make an R function that will clear my global environ...
Introduction to renv • renv
renv
Explore and Visualize Your Data Interactively • esquisse
A shiny gadget to create ggplot2 charts interactively with drag-and-drop to map your variables. You can quickly visualize your data accordingly to their type, export to PNG or PowerPoint, and retrieve the code to reproduce the chart.
Run Predictions Inside the Database • tidypredict
It parses a fitted R model object, and returns a formula in Tidy Eval code that calculates the predictions. It works with several databases back-ends because it leverages dplyr and dbplyr for the final SQL translation of the algorithm. It currently supports lm(), glm(), randomForest(), ranger(), earth(), xgb.Booster.complete(), cubist(), and ctree() models.
NCEAS/recordr: Provenance tracking for R.
Provenance tracking for R. Contribute to NCEAS/recordr development by creating an account on GitHub.
The caret Package
Documentation for the caret package.
Packages
Recommended Packages Many useful R function come in packages, free libraries of code written by R's active user community. To install an R package, open an R session and type at the command line in...
Programming with dplyr
Most dplyr verbs use "tidy evaluation", a special type of non-standard evaluation. In this vignette, you'll learn the two basic forms, data masking and tidy selection, and how you can program with them using either functions or for loops.
Upgrade R - Packages
Since the first publication of this post, a couple of packages have emerged to automate this process. The installr package for Windows and the updateR package for OS X are particularly good. However, this continues to be a popular post, so I have decid...
Purrr
A complete and consistent functional programming toolkit for R.
Function reference • usethis
RInno
R
Some Ideas for your Internal R Package · R Views
At RStudio, I have the pleasure of interacting with data science teams around the world. Many of these teams are led by R users stepping into the role of analytic admins. These users are responsible for supporting and growing the R user base in their organization and often lead internal R user groups. One of the most successful strategies to support a corporate R user group is the creation of an internal R package.
Structuring R projects: Chris von Csefalvay's perspective on the ideal R project
Structuring R projects is not fun. However, especially in a collaborative data science setting, it is indispensable, and the mark of a true team player.
Tidyverse
The tidyverse is an integrated collection of R packages designed to make data science fast, fluid, and fun.
Project-oriented workflow - Tidyverse
Advice on workflows for developing R scripts. How to think about whether an action belongs in the script or elsewhere.
rhandsontable
R Tips
The stuff you need to know about R, besides statistical analysis.
executive_summary/2018–19 Template for AACSB’s.pdf at master · jdbarillas/executive_summary
Contribute to jdbarillas/executive_summary development by creating an account on GitHub.
Utilizing quosures to create ultra flexible filtering controls in R Shiny
My search for the ultimate user-friendly data filtering system in R Shiny brought me to the dark arts of quosures.
ThinkR-open/golem: A Framework for Building Robust Shiny Apps
A Framework for Building Robust Shiny Apps . Contribute to ThinkR-open/golem development by creating an account on GitHub.
Modifying data with lookup tables - Nice R Code