After trying to install googlesheets
package I can't enable tidyr
and dplyr
packages, as I get the following error:
require(dplyr)
Loading required package: dplyr
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared object '/home/<username>/R/x86_64-pc-linux-gnu-library/3.2/dplyr/libs/dplyr.so':
/usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /home/ccamara/R/x86_64-pc-linux-gnu-library/3.2/dplyr/libs/dplyr.so)
I am running R version 3.2.3 (2015-12-10) -- "Wooden Christmas-Tree" under Ubuntu 14.04 (64-bit) and dplyr 0.4.3 and tidyr 0.3.1
Can anyone give me some advice on this? Thank you!