Extending R, Packages

Packages

download all the needed packages with:

install.packages(c("tityverse",
                   "ggplot2",
                   "parallel",
                   "gpuR",
                   "rio",
                   "readr",
                   "data.table",
                   "pdftools",
                   "magrittr",
                   "shiny",
                   "strngr",
                   "lubridate",
                   "forcats"),
      dependencies = TRUE)