José Augusto Jr.
2008-Jul-20 16:48 UTC
[R] Erro updating HTML package descriptions in packages.html
Dear all, I have just installed the new version of R 2.7.1 and when i first instaled some packages it asked me to create a personal directory. It installed the packages, but not the html help page (packages.html) The downloaded packages are in C:\Users\jamaj\AppData\Local\Temp\Rtmp4MTuXN\downloaded_packages updating HTML package descriptions Warning message: In file.create(f.tg) : cannot create file 'C:\PROGRA~1\R\R-27~1.1/doc/html/packages.html', reason 'Permission denied' How can i fix the packages.html file to reflect the packages' instalation? Thanks in advance. Jos? Augusto M. de Andrade Jr. (jamaj) Quant. Finance Researcher FEA-RP - University of S?o Paulo
Uwe Ligges
2008-Jul-20 17:12 UTC
[R] Erro updating HTML package descriptions in packages.html
Jos? Augusto Jr. wrote:> Dear all, > > I have just installed the new version of R 2.7.1 and when i first > instaled some packages it asked me to create a personal directory. > > It installed the packages, but not the html help page (packages.html) > > The downloaded packages are in > C:\Users\jamaj\AppData\Local\Temp\Rtmp4MTuXN\downloaded_packages > updating HTML package descriptions > Warning message: > In file.create(f.tg) : > cannot create file 'C:\PROGRA~1\R\R-27~1.1/doc/html/packages.html', > reason 'Permission denied' > > > How can i fix the packages.html file to reflect the packages' instalation?If you need to, run R with privileges that permit write access to that file... Uwe Ligges> Thanks in advance. > > Jos? Augusto M. de Andrade Jr. (jamaj) > Quant. Finance Researcher > FEA-RP - University of S?o Paulo > > ______________________________________________ > R-help at 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.
Gabor Grothendieck
2008-Jul-20 17:16 UTC
[R] Erro updating HTML package descriptions in packages.html
Read the VISTA HOW TO section of this page: http://batchfiles.googlecode.com On Sun, Jul 20, 2008 at 12:48 PM, Jos? Augusto Jr. <jamajbr at gmail.com> wrote:> Dear all, > > I have just installed the new version of R 2.7.1 and when i first > instaled some packages it asked me to create a personal directory. > > It installed the packages, but not the html help page (packages.html) > > The downloaded packages are in > C:\Users\jamaj\AppData\Local\Temp\Rtmp4MTuXN\downloaded_packages > updating HTML package descriptions > Warning message: > In file.create(f.tg) : > cannot create file 'C:\PROGRA~1\R\R-27~1.1/doc/html/packages.html', > reason 'Permission denied' > > > How can i fix the packages.html file to reflect the packages' instalation? > > Thanks in advance. > > Jos? Augusto M. de Andrade Jr. (jamaj) > Quant. Finance Researcher > FEA-RP - University of S?o Paulo > > ______________________________________________ > R-help at 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. >