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
typo/bug in R-Beta
2 messages · Dan Tenenbaum
On Thu, Mar 31, 2011 at 9:50 AM, Dan Tenenbaum <dtenenba at fhcrc.org> wrote:
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
Never mind, this was fixed in r55215. Thanks! Dan