`install_github` with space in `.libPaths()[1]` #73
Comments
Hmmm, I wonder if I also need to quote it in |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Issue was raise in this stackoverflow question -- the user is installing a package (under cygwin) using
install_github
, and their R library path has a space in it.Copied the log from that question:
The problem arises because the
--library=...
is not quoted.Having a (albeit very quick) look at the devtools sources, it looks like if you change
install.r
such that.libPaths()[1]
is quoted inThe error might be fixed.
The text was updated successfully, but these errors were encountered: