Mainly about R

Substitute

Understanding function `substitute()`

Installing R from source

Installing a specific version of R on Linux Ubuntu requires to compile it from source code

Reinstalling all R pkgs

When installing a new version of R you may want to reinstall al previously installed packages for the new R version. New packages will be installed a new directory.

Environmental variables in Rocker

How to use environmental variables to pass values to a R docker

Interactive Plotly

The idea is about using package `plotly` for producing interactive plots for a Shiny application. Official documentation about `plotly` is superb. Nevertheless, as this graphics grammar, within the `R` community is not as spread as `ggplot` is, few topics require a bit of extra research.

Run an R script as a background job

When working with R you may want to run a script that require quite a long time to complete. As modern computers generally have more cores and ram than required this is not going to be a problem in terms of computer resources. Nevertheless, the script will take your R prompt busy preventing you from any other activity. Function `rstudioapi::jobRunScript()` allows you avoid this problem.

Data Analysis with Sparklyr

Sparklyr is an open-source package that provides an interface between R and Apache Spark. Sparklyr provide an interface to use Spark as the backend for dplyr along with acess to Spark’s distributed machine learning algorithms This article is about using sparkly within an R session

Functional Programming with R

`R` can be considered as a functional programming language as it focuses on the creation and manipulation of functions and has what's known as first class functions. Understanding the functional nature of `R` may help to improve clarity and avoid redundancy.

Install ShinyProxy

How to install shiny proxy in Ubuntu

Docker Installation

How to install Docker system on Ubuntu

Install Portainer

How to install Portainer on Ubuntu

How to dockerise a Shiny app

How to port a shiny app into a container

Docker data direcory

How to move docker data direcory to a different location in ubuntu.

Welcome to andreaspano blog

Welcome to my blog; the place where I am trying to write what I learn about

More articles »

Mainly about R

Corrections

If you see mistakes or want to suggest changes, please create an issue on the source repository.