Install required packages if necessary
Closed this issue · 2 comments
Pablo-source commented
Add this code below to ensure packages are installed if necessary
If(!require("tidyverse")) install.packages("tidyverse")
If(!require("renv")) install.packages("renv")
If(!require("redxl")) install.packages("redxl")
If(!require("here")) install.packages("here")
If(!require("janitor")) install.packages("janitor")
Pablo-tester commented
All good we can proceed with the pull request
Pablo-source commented
Created brand new issue to install required packages