Skip to content
Prev 39614 / 63421 Next

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