You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: package or namespace load failed for ‘tidyverse’:
.onAttach failed in attachNamespace() for 'tidyverse', details:
call: NULL
error: package or namespace load failed for ‘readr’ in dyn.load(file, DLLpath = DLLpath, ...):
unable to load shared object '/usr/local/lib/R/site-library/readr/libs/readr.so':
/usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by /usr/local/lib/R/site-library/readr/libs/readr.so)
Error: loading failed
Execution halted
To Reproduce
Go to Rstudio > Packages tab > System library
Tidyverse is not in the list
Otherwise run in the console: install.packages("tidyverse")
The text was updated successfully, but these errors were encountered:
Describe the bug
The package
tidyverse
is listed in https://docs.sepal.io/en/latest/cli/r.html but not available in the System Library.Installing it in the User Library fails:
To Reproduce
Go to Rstudio > Packages tab > System library
Tidyverse is not in the list
Otherwise run in the console:
install.packages("tidyverse")
The text was updated successfully, but these errors were encountered: