R

A collection of 4 posts

A way to build CRUD apps with R Shiny and SQLite cover image
R,  Data Science,  Web Development

A way to build CRUD apps with R Shiny and SQLite

Background Often as software engineers working within organisations we are coerced into using a software stack that we may not have chosen…

Install Posit Connect on Ubuntu cover image
System Administration,  Data Science,  R

Install Posit Connect on Ubuntu

Overview We want to test out the installation and management of Posit Connect (previously RStudio Connect). Prerequisites A machine running…

Publish an R Package to a private repository and use cover image
System Administration,  R

Publish an R Package to a private repository and use

Overview Let’s say we want to manage an R code base as a package. The benefits might include: a good way to distribute R code for other…

RStudio with SSL proxy cover image
Cloud Infrastructure,  Data Science,  System Administration,  R

RStudio with SSL proxy

What are we doing We have a server hosting RStudio, and we want encrypt the traffic too and from the RStudio service. We also do not want to…