typo/bug in R-Beta
In r55204
src/library/tools/R/install.R, line 338.
It says:
shQUote(file.path(lockdir, pkg))))
Should say:
shQuote(file.path(lockdir, pkg))))
Thanks
Dan
In r55204
src/library/tools/R/install.R, line 338.
It says:
shQUote(file.path(lockdir, pkg))))
Should say:
shQuote(file.path(lockdir, pkg))))
Thanks
Dan