My R_version is 2.11.1. I can?t install R packages. The error massages are following: package 'DBI' successfully unpacked and MD5 sums checked error in normalizePath(path) : path[1]="E:\R-2.11.1\library/DBI"?? -- View this message in context: http://r.789695.n4.nabble.com/A-question-of-install-R-packages-tp2327716p2327716.html Sent from the R help mailing list archive at Nabble.com.
On Aug 16, 2010, at 11:05 PM, hen chao Chang wrote:> > My R_version is 2.11.1. > I can?t install R packages. > The error massages are following: > > package 'DBI' successfully unpacked and MD5 sums checked > error in normalizePath(path) : > path[1]="E:\R-2.11.1\library/DBI"??In Windoze all back-slashes need to be doubled, ... or use forward- slashes.> > -- > View this message in context: http://r.789695.n4.nabble.com/A-question-of-install-R-packages-tp2327716p2327716.html > Sent from the R help mailing list archive at Nabble.com.-- David Winsemius, MD West Hartford, CT
On Aug 16, 2010, at 11:05 PM, hen chao Chang wrote:> > My R_version is 2.11.1. > I can?t install R packages. > The error massages are following: > > package 'DBI' successfully unpacked and MD5 sums checked > error in normalizePath(path) : > path[1]="E:\R-2.11.1\library/DBI"??... and were you running as administrator? -- David Winsemius, MD West Hartford, CT
Hi: I run into this problem occasionally (Windows). My 'solution' is to just reinstall the offending package (it's never failed for me a second time) and then reinstall/update the packages that followed it. Annoying, but no biggie. HTH, Dennis On Mon, Aug 16, 2010 at 8:05 PM, hen chao Chang <henchao.chang@gmail.com>wrote:> > My R_version is 2.11.1. > I can’t install R packages. > The error massages are following: > > package 'DBI' successfully unpacked and MD5 sums checked > error in normalizePath(path) : > path[1]="E:\R-2.11.1\library/DBI"…… > > -- > View this message in context: > http://r.789695.n4.nabble.com/A-question-of-install-R-packages-tp2327716p2327716.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >[[alternative HTML version deleted]]