Closed pachadotdev closed 5 years ago
This is a base R bug and it happens when you update a package that is loaded. Restart R, and it should be fine, assuming the installation itself was OK.
thanks! I got the same error message and restarting R worked for me.
just trying to update r4ds spanish version I get:
a bit of context, the script that builds the book via travis does
devtools::install_github("cienciadedatos/r4ds")
and at the installation step it fails just when installingcallr
which a dependency ofhttpuv