Skip to content

typo/bug in R-Beta

2 messages · Dan Tenenbaum

#
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
#
On Thu, Mar 31, 2011 at 9:50 AM, Dan Tenenbaum <dtenenba at fhcrc.org> wrote:
Never mind, this was fixed in r55215. Thanks!
Dan