-
Notifications
You must be signed in to change notification settings - Fork 292
Closed
Description
I cannot get readr to install, neither via R install.packages nor via github. While everything of the tidyverse (so far) seems to install fine, with readr I always get:
** testing if installed package can be loaded
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared object '/usr/local/lib/R/site-library/readr/libs/readr.so':
/usr/local/lib/R/site-library/readr/libs/readr.so: undefined symbol: write_connection
Error: loading failed
My session info is:
R version 3.2.3 (2015-12-10)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 16.04.5 LTS
locale:
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C
[3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8
[5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8
[7] LC_PAPER=en_US.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C
[11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] sessioninfo_1.1.1
loaded via a namespace (and not attached):
[1] assertthat_0.2.0 cli_1.0.1 tools_3.2.3 withr_2.1.2
[5] crayon_1.3.4
The system is completely newly set up. R is installed via apt (r-base and r-base-dev) and run with sudo. Google did not seem to know the specific "write_connection" error message. Any help would be appreciated.
Thanks.
MichaelChirico
Metadata
Metadata
Assignees
Labels
No labels