I recently had to install a new hard drive in my laptop, and so am re-installing all of my R packages. I installed R version 3.5.1 and ran the code to install all of the packages I had previously installed. However,when I come to load them, specifically the commonly used 'ape' package I get the following error:
Error: package or namespace load failed for ‘ape’: object ‘warnErrList’ is not exported by 'namespace:utils'
I haven't been able to find a solution to this specific problem online, any thoughts?
Thanks