Re: [R] Rpad library

2011-07-05 Thread Bos, Roger
ginal Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of David Winsemius Sent: Monday, July 04, 2011 2:16 PM To: ATANU Cc: r-help@r-project.org Subject: Re: [R] Rpad library On Jul 4, 2011, at 12:45 PM, ATANU wrote: > can anyone help me wit

Re: [R] Rpad library

2011-07-04 Thread David Winsemius
On Jul 4, 2011, at 12:45 PM, ATANU wrote: can anyone help me with a well documented tutorial on Rpad package? I need to do HTML programming in R.Can anyone help me with a tutorial? Trivial Google searching produces this link: http://rpad.googlecode.com/svn-history/r76/Rpad_homepage/index.h

[R] Rpad library

2011-07-04 Thread ATANU
can anyone help me with a well documented tutorial on Rpad package? I need to do HTML programming in R.Can anyone help me with a tutorial? -- View this message in context: http://r.789695.n4.nabble.com/Rpad-library-tp3644041p3644041.html Sent from the R help mailing list archive at Nabble.com. _

Re: [R] rpad ?

2010-03-24 Thread Erich Neuwirth
t; From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] > On Behalf Of Erich Neuwirth > Sent: Tuesday, March 23, 2010 4:47 PM > To: r-help@r-project.org > Subject: Re: [R] rpad ? > > We are using RPad for a teaching application here. > But we had to find man

Re: [R] rpad ?

2010-03-24 Thread Bos, Roger
Behalf Of Erich Neuwirth Sent: Tuesday, March 23, 2010 4:47 PM To: r-help@r-project.org Subject: Re: [R] rpad ? We are using RPad for a teaching application here. But we had to find many things the hard way, and additionally, it did not survive the latest R release change. There is a minimal repair

Re: [R] rpad ?

2010-03-23 Thread Tom Short
As the author of Rpad, I'll say that it is officially abandoned. I just don't have the time or the need for my job. If someone is interested in maintaining it, I'll try to answer questions (the email address listed on the package hasn't worked for a while, and the mailing list got overwhelmed with

Re: [R] rpad ?

2010-03-23 Thread j verzani
sjaffe riskspan.com> writes: > > > Sharpie wrote: > > > > You could try Sage: > > > > http://www.sagemath.org > > > > Yes, I've tried Sage (briefly) and it is very interesting. But what I'm > looking for here is a client-server system that allows multiple users to > access the results o

Re: [R] rpad ?

2010-03-23 Thread Philippe Grosjean
Hello, You could try svSocket that creates a socket server where several clients can connect simultaneously. The server is restricted to local clients for obvious security reasons, but if you would like to access it though a network, you can use stunnel to transfer the data crypted with SSL.

Re: [R] rpad ?

2010-03-23 Thread Erich Neuwirth
We are using RPad for a teaching application here. But we had to find many things the hard way, and additionally, it did not survive the latest R release change. There is a minimal repair, but the maintainer does not answer any email any more. We did the repair and are giving a modified version to

Re: [R] rpad ?

2010-03-23 Thread Sharpie
sjaffe wrote: > > Yes, I've tried Sage (briefly) and it is very interesting. But what I'm > looking for here is a client-server system that allows multiple users to > access the results of R without exposing the details. > Maybe you're looking for something similar to this webapp: http://rw

Re: [R] rpad ?

2010-03-23 Thread sjaffe
Sharpie wrote: > > You could try Sage: > > http://www.sagemath.org > Yes, I've tried Sage (briefly) and it is very interesting. But what I'm looking for here is a client-server system that allows multiple users to access the results of R without exposing the details. -- View this message i

Re: [R] rpad ?

2010-03-23 Thread Sharpie
sjaffe wrote: > > Based on a private response, it seems that rpad is no longer being > maintained and in fact no longer works with the latest R release. I > noticed that the web site listed in the FAQ no longer works, the code is > being hosted by google code but it appears no one is working on

Re: [R] rpad ?

2010-03-23 Thread sjaffe
Based on a private response, it seems that rpad is no longer being maintained and in fact no longer works with the latest R release. I noticed that the web site listed in the FAQ no longer works, the code is being hosted by google code but it appears no one is working on it. Looking at the "R W

[R] rpad ?

2010-03-23 Thread sjaffe
Is anyone using rpad? Is there any documentation or examples beyond that in the 'man' directory of the source? -- View this message in context: http://n4.nabble.com/rpad-tp1679534p1679534.html Sent from the R help mailing list archive at Nabble.com.

Re: [R] Rpad and R 2.10.0

2009-11-12 Thread Yihui Xie
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 Phone: 515-294-6609 Web: http://yihui.name Department of Statistics, Iowa State University 3211 Snedecor Hall, Ames, IA 200

Re: [R] Rpad and R 2.10.0

2009-11-07 Thread Yihui Xie
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 Phone: 515-294-6609 Web: http://yihui.name Department of Statistics, Iowa State University 3211 Snedecor Hall, Ames, IA 2009/11/7 Erich Neuwirth :

[R] Rpad and R 2.10.0

2009-11-07 Thread 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

Re: [R] Rpad - avoid removal of manually created html-tags in R chunk

2009-06-06 Thread Martin Gartner
Martin Gartner wrote: Dear Rpad-users, currently I am setting up a web page using Rpad (www.rpad.org). But I have a problem with generating dynamic html-output in the Rpad chunk. Here an example of my problem: I have the following index.html file: example rpadHideSource

[R] Rpad - avoid removal of manually created html-tags in R chunk

2009-06-06 Thread Martin Gartner
Dear Rpad-users, currently I am setting up a web page using Rpad (www.rpad.org). But I have a problem with generating dynamic html-output in the Rpad chunk. Here an example of my problem: I have the following index.html file: example rpadHideSource="true"> x <- "AB

[R] Rpad installation help wanted (from NEWBIE)

2009-04-29 Thread Tena Sakai
Hi, I need a bit of help installing Rpad. My host runs redhat linux and I followed the instruction given in http://www.rpad.org/Rpad/ServerNote.html. I was clear for the most part. But I don't know what's going on with the last step: To update the javascript database for the R keyword sear

[R] Rpad vs. Rapache

2009-04-14 Thread Vince Fulco
Dear R-experts- I'm attempting to evaluate Rpad and Rapache with the former already installed. When I run the latter using VMware, it tries to run on the default IP address assigned to Rpad. Not being facile in Apache, I am considering running both in parallel for a time and my question is do an

[R] Rpad sever version

2009-02-20 Thread Paul Schmidt
Hello, I have a poblem with the Rpad server version. I've created a three-step-calculation with Rpad. It consists of three .Rpad pages linked to each other. It works perfect on he local version, because on every page Rpad is communicating with the same R process. So all the variables are sti

Re: [R] Rpad graphics

2008-12-14 Thread David Winsemius
I realize that the attached tiff file demonstrating that the Rpad server in question *does* display graphical output (the lognormal density and a green Kiwi volcano that the default code on teh server input boxes) will be scrubbed by the mail server, but it should end up intact at Zahn's i

Re: [R] Rpad graphics

2008-12-14 Thread Ista Zahn
Thanks so much for responding. I should have replied to myself and reported my solution to the problem. For some reason Rpad was looking for the image files in Rpad/Rpad/server/ddxx when it should have been looking in Rpad/server/ddxx. I fixed it just by soft linking the Rpad into itself so

Re: [R] Rpad graphics

2008-12-14 Thread Paul Hiemstra
Ista Zahn schreef: I'm not sure this is the appropriate forum--please let me know if I should post somewhere else. I have Rpad version 1.3.0 set up on my webserver. It works, except that graphics are not displayed. They are created (i.e., when I run the example I see that graphics files are crea

[R] Rpad graphics

2008-12-13 Thread Ista Zahn
I'm not sure this is the appropriate forum--please let me know if I should post somewhere else. I have Rpad version 1.3.0 set up on my webserver. It works, except that graphics are not displayed. They are created (i.e., when I run the example I see that graphics files are created in Rpad/server/xx

[R] Rpad textarea handling

2007-10-05 Thread Tim Bergsma
Hi. I'm trying to write an Rpad that edits scripts. Textarea seems like an obvious tool, but unlike other input elements, it seems that the contents are not sent to R on 'calculate'. To illustrate using the page below: load, F9, edit text, F9. The original contents of 'script' are restored.