Unable to load shared object - /lib64/libgfortran.so.3: version `GFORTRAN_1.0' not found

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)

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.