Please, I need support to correctly set-up my rstudio server. I was able to install the package dplyr sucessfully but I can not load it into my program. I am new to rstudio server setup and could not find my way around here.
I am getting this error:
require(dplyr)
Loading required package: dplyr
Error: package or namespace load failed for ‘dplyr’ in dyn.load(file, DLLpath = DLLpath, ...):
unable to load shared object '/opt/R/4.3.3/lib/R/library/stats/libs/stats.so':
/lib64/libgfortran.so.3: version `GFORTRAN_1.0' not found (required by /opt/R/4.3.3/lib/R/library/stats/libs/stats.so)