No Clocks

No Clocks

2707 bookmarks
Custom sorting
Docker Setup for R package Development
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.
·haoye.us·
Docker Setup for R package Development
How to build htmlwidgets
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.
·htmlwidgets.john-coene.com·
How to build htmlwidgets
Home
Home
·mran.microsoft.com·
Home
the cloudyr project
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.
·cloudyr.github.io·
the cloudyr project
Web framework for R
Web framework for R
Web framework for R inspired by express.js
·ambiorix.john-coene.com·
Web framework for R
R on AWS Lambda with Containers
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.
·mdneuzerling.com·
R on AWS Lambda with Containers
pridiltal/staplr: PDF Toolkit.
pridiltal/staplr: PDF Toolkit.
PDF Toolkit. :paperclip: :hammer: :wrench: :scissors: :bookmark_tabs: :file_folder::paperclip: :bookmark: :construction: :construction_worker: - pridiltal/staplr
·github.com·
pridiltal/staplr: PDF Toolkit.
ls - how to make function in R to remove all objects from global environment except defaults and objects passed as arguments - Stack Overflow
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...
·stackoverflow.com·
ls - how to make function in R to remove all objects from global environment except defaults and objects passed as arguments - Stack Overflow
Explore and Visualize Your Data Interactively • esquisse
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.
·dreamrs.github.io·
Explore and Visualize Your Data Interactively • esquisse
Run Predictions Inside the Database • tidypredict
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.
·tidymodels.github.io·
Run Predictions Inside the Database • tidypredict