Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missed path quotation in install #76

Closed
tentacles-from-outer-space opened this issue Mar 23, 2012 · 0 comments
Closed

missed path quotation in install #76

tentacles-from-outer-space opened this issue Mar 23, 2012 · 0 comments

Comments

@tentacles-from-outer-space

In install, line 25 is unquoted built_path:

 R(paste("CMD INSTALL ", built_path, " --library=", shQuote(.libPaths()[1]), 

could be fixed to

 R(paste("CMD INSTALL ", shQuote(built_path), " --library=", shQuote(.libPaths()[1]), 
@hadley hadley closed this as completed in 3d982b4 Apr 17, 2012
@lock lock bot locked and limited conversation to collaborators Sep 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants