Rpad and R 2.10.0

View: New views
3 Messages — Rating Filter:   Alert me  

Rpad and R 2.10.0

by Erich Neuwirth :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I have problems with Rpad and R 2.10.0 (Windows XP and Windows 7,
browser is Firefox)

Just starting Rpad by
library(Rpad)
Rpad()

opens the browser and displays the
.html files and the .Rpad files in my home directory, but these
files do not have links and are not clickable.

Doing the same in R 2.9.2 gives clickable links in the browser.

Furthermore, in both cases an empty graphics window opens.

Has anybody else similar experiences?
Can anybody offer advice?




--
Erich Neuwirth, University of Vienna
Faculty of Computer Science
Computer Supported Didactics Working Group
Visit our SunSITE at http://sunsite.univie.ac.at
Phone: +43-1-4277-39464 Fax: +43-1-4277-39459

______________________________________________
R-help@... 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.

Re: Rpad and R 2.10.0

by Yihui Xie :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Yes I noticed the same problem since R 2.10.0, and I don't know why
either. Let's forward the email to the maintainer.

Regards,
Yihui
--
Yihui Xie <xieyihui@...>
Phone: 515-294-6609 Web: http://yihui.name
Department of Statistics, Iowa State University
3211 Snedecor Hall, Ames, IA



2009/11/7 Erich Neuwirth <erich.neuwirth@...>:

> I have problems with Rpad and R 2.10.0 (Windows XP and Windows 7,
> browser is Firefox)
>
> Just starting Rpad by
> library(Rpad)
> Rpad()
>
> opens the browser and displays the
> .html files and the .Rpad files in my home directory, but these
> files do not have links and are not clickable.
>
> Doing the same in R 2.9.2 gives clickable links in the browser.
>
> Furthermore, in both cases an empty graphics window opens.
>
> Has anybody else similar experiences?
> Can anybody offer advice?
>
>
>
>
> --
> Erich Neuwirth, University of Vienna
> Faculty of Computer Science
> Computer Supported Didactics Working Group
> Visit our SunSITE at http://sunsite.univie.ac.at
> Phone: +43-1-4277-39464 Fax: +43-1-4277-39459
>
> ______________________________________________
> R-help@... 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.
>

______________________________________________
R-help@... 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.

Parent Message unknown Re: Rpad and R 2.10.0

by Yihui Xie :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Good job, Jeff! I've downloaded the source package, modified
HTMLargs() as you suggested and recompiled the package. Rpad works
perfectly now!

Regards,
Yihui
--
Yihui Xie <xieyihui@...>
Phone: 515-294-6609 Web: http://yihui.name
Department of Statistics, Iowa State University
3211 Snedecor Hall, Ames, IA



2009/11/12 Jeffrey Dick <j3ffdick@...>:

> Hi Erich and Yihui,
>
> I saw your posts on the R-help mailing list about Rpad and R-2.10.0. I
> had the same problem and found a simple fix that I posted on the
> google code page (http://code.google.com/p/rpad/issues/detail?id=5).
>
> I'm copying Tom Short on this so he's aware of the problem. Thanks,
> Tom, for Rpad!
>
> Jeff
>

______________________________________________
R-help@... 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.