Learn to Write Command Line Utilities in R | sellorm

No Clocks
Big Data with R - Exercise book | _main.utf8.md
Docker Setup for R package Development
Introduction My Use Case Workflow Building the Docker image Uploading the docker image to Docker Hub Setting up Travis to use the Docker image References Introduction The below summarize the workflow I’ve converged on, after reading through various tutorials on Docker, examples, etc. If you’re here, I presume you have some interest in R package development and/or using Docker, which is a tool for containerizing an environment for running software.
GitHub - r-hub/r-minimal: Minimal Docker images for R
Minimal Docker images for R. Contribute to r-hub/r-minimal development by creating an account on GitHub.
How to build htmlwidgets
Virtual workshop on June 20 as part of e-Rum 2020 to learn how to build your own interactive visualisation packages.
managing r with rprofile renviron rprofile site renviron site rsession conf and repos conf
Home
R-universe: personal package repositories for R!
the cloudyr project
The goal of this initiative is to make cloud computing with R easier, by providing robust tools for working with cloud computing platforms.
R: Package Index
Evaluator Workflow
evaluator
Web framework for R
Web framework for R inspired by express.js
Pull Request Flow with usethis - Garrick Aden‑Buie
Choose your own adeventure and get in the 'usethis' pull request flow with this flow chart.
r-on-lambda/Dockerfile at main · mdneuzerling/r-on-lambda
An attempt to get an R runtime and function working on AWS Lambda using a container. - r-on-lambda/Dockerfile at main · mdneuzerling/r-on-lambda
R on AWS Lambda with Containers
AWS has announced support for container images for their serverless computing platform Lambda. AWS doesn’t provide an R runtime for Lambda, and this was the excuse I needed to finally try to make one. An R runtime means that I can take advantage of AWS Lambda to put my R functions in the cloud. I don’t have to worry about provisioning servers or spinning up containers — the function itself is the star.
GitHub - thebioengineer/dockyard: Tools for building and working with docker containers in R
Tools for building and working with docker containers in R - GitHub - thebioengineer/dockyard: Tools for building and working with docker containers in R
https://indrajeetpatil.github.io/awesome-r-pkgtools/
GitHub - rocker-org/rocker: R configurations for Docker
R configurations for Docker. Contribute to rocker-org/rocker development by creating an account on GitHub.
Home · rocker-org/rocker Wiki
R configurations for Docker. Contribute to rocker-org/rocker development by creating an account on GitHub.
R Docker tutorial by ropenscilabs
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.