Displaying 20 results from an estimated 1300 matches similar to: "New version of Rpad"
2007 Feb 14
0
How to use Rpad
I am a beginner and I don't know how to use Rpad package.
I installed it and opened the following example .Rpad page in Internet
Explorer.
When I clicked "Calculate" button, nothing seems to happen. Can anyone tell
me how to use Rpad?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<!-- by Tom Short, EPRI, tshort at epri.com
(c) Copyright 2005 by
2004 Sep 17
0
Announcing Rpad, a web-based workbook-style interface for R
Rpad is an interactive, web-based analysis system. Rpad pages are
interactive workbook-type sheets based on R. Rpad is an analysis package, a
web-page designer, and a gui designer all wrapped in one. Rpad pages are
run from the browser and connect to R running on the server (the same
server that hosts the web pages).
Rpad includes the R package "RpadUtils", which adds convenient code
2004 Sep 17
0
Announcing Rpad, a web-based workbook-style interface for R
Rpad is an interactive, web-based analysis system. Rpad pages are
interactive workbook-type sheets based on R. Rpad is an analysis package, a
web-page designer, and a gui designer all wrapped in one. Rpad pages are
run from the browser and connect to R running on the server (the same
server that hosts the web pages).
Rpad includes the R package "RpadUtils", which adds convenient code
2009 Apr 30
0
Rpad installation help wanted (from NEWBIE)
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
search page (SearchRKeywords.html), source makeHelpTemplate.R
from within R in the main Rpad
2006 Nov 10
1
Rpad
I've just compiled and installed Rpad from the sources under *nix
(freeBSD 6.1) and R 2.4.0, and followed the suggested procedure to
setup an Rpad server step by step.
Now when I try to execute whatever
.Rpad example file the IE browser hangs endlessly with a "loading page"
pop-up and the following errors show up at the end of the html page:
2009 Jul 31
0
Rpad Web Programmer Wanted Immediately
Rpad Web Programmer needed to provide an R dynamic workbook through a web browser.
Needs to be experienced with to using R drill down dashboards with a webserver to serve Rpad pages to diverse educational users.
This job has been funded to begin in mid-August.
Please call Olympic Behavior Labs in Port Angeles WA 360-928-1139 (lab) or 360-460-8043 (cell) or email steve_trubow at
2006 Nov 20
1
website with graphics from all packages?
I thought I came across a site that had graphics from all CRAN packages, but
I can't find it.
Anyone know of such a site? (I don't mean this:
http://addictedtor.free.fr/graphiques/)
- Tom
Tom Short
EPRI Solutions, Inc.
--
View this message in context: http://www.nabble.com/website-with-graphics-from-all-packages--tf2666416.html#a7436096
Sent from the R help mailing list archive at
2006 Nov 30
1
bug in acosh (win32) (PR#9403)
Full_Name: Tom Short
Version: 2.4.0
OS: Windows XP
Submission from: (NULL) (68.236.159.227)
It looks like there's a bug in acosh with complex number in windows:
> acosh(2)
[1] 1.316958
> acosh(2+0i)
[1] 0+NaNi
This happens for me on Windows XP with the following versions:
R version 2.2.0, 2005-10-06, i386-pc-mingw32
R version 2.4.0 (2006-10-03) i386-pc-mingw32
It works fine with
2007 May 26
1
Rpad examples having problems with local server
Hi, this is Charlie. I have installed the Rpad on my server (using Fedora
Core 6 with httpd2.24-2, mod_perl 2.0.2-6.1, perl 5.8.8 from RPM). When I
access to the Rpad (through http://localhost/Rpad/basehtml), it shows me the
main page as normal, however, problems occurs when I am testing the
examples. It shows me a long message like:
-----------------------------------------
#!/usr/bin/perl -w
2012 Jul 24
1
getting error in Rpad::json()
Hi,
I am trying to convert an R object to JSON, using Rpad::json. I get the
following error when there is an empty vector in there.
Using R version 2.15.0 (2012-03-30) on OpenSUSE 11.4 on an Intel machine;
Rpad - 1.3.0
>Rpad::json(numeric(0))
> class(Rpad::json(numeric(0)))
[1] "json"
> Rpad::json(list(x=numeric(0)))
Error in res[i] <- json(x[[i]]) : replacement has
2006 Jun 03
1
HTML masked (due to Rpad?)
With an older verion of R (I think 2.2.0) and an older version of Rpad I
used to use HTML(go, collapse=false) where go is list of objects returned by
a function and this worked great. Now that I have done some upgrading (to R
2.3.1 and Rpad 1.1.0) its not working right. I also get a warning when I
start R that HTML is masked. And when I do ?HTML R tells me that HTML shows
up in to places, Rpad
2006 Jun 17
1
Having a go at Rpad
Context: FreeBSD 6.1on a pentium 4; apache 2 server up & running; mod_perl
installed; java & php 4 working.
Willing to use Rpad on an office intranet, I installed the Rpad package
(R2HTML was still there) and carefully read the instructions to set up a
server.
Now, on the server I can start the http://localhost/Rpad homepage, I can
click on and browse the three examples
2009 Nov 07
2
Rpad and R 2.10.0
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
2006 Feb 08
1
How to install the server version of rpad
Hi,
How can I install the server version of rpad on a website. I have read
the instructions in http://www.rpad.org/Rpad/ServerNotes.html, but
could not figure out how. Do I have to have something like Apache on
the website? Is there any instructions in addition to those on
http://www.rpad.org/Rpad/.
Thanks,
- Reza
2009 Jun 06
1
Rpad - avoid removal of manually created html-tags in R chunk
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:
<html>
<head>
<title>example</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
2006 Jul 07
1
Rpad Server Installation on Windows XP
Hello,
I have a question about Rpad Server Installation on Windows XP.
Here is a guide
http://www.rpad.org/Rpad/ServerNotes.html
and I have been reading this more than ten times to figure this out, but
still having trouble executing a Rpad website properly.
Problem: for example, if I go to http://loclhost/Rpad/example1.rpad,
I can see the whole website with the page loading sign staying on
2006 Sep 15
2
FW: R Reference Card and other help (especially useful for Newbies)
Hi all:
Newbies (and others!) may find useful the R Reference Card made available by
Tom Short of EPRI Solutions at http://www.rpad.org/Rpad/Rpad-refcard.pdf or
through
the "Contributed" link on CRAN (where some other reference cards are also
linked). It categorizes and organizes a bunch of R's basic, most used
functions so that they can be easily found. For example,
2007 Oct 05
0
Rpad textarea handling
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. Furthermore, I can't eliminate the leading and trailing
whitespace in the
2008 Dec 13
1
Rpad graphics
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/xxxxxxxxx) but they don't appear on the web page.
Everything else seems to be working. Any help
2005 May 10
1
wish: print.condition and html (PR#7848)
Full_Name: Tom Short
Version: 2.1.0
OS: Win2000
Submission from: (NULL) (68.236.159.160)
print.condition prints out error messages enclosed in angle brackets as in:
> simpleError("Sigh, yet another error...")
<simpleError: Sigh, yet another error...>
If R is used to generate HTML output (R2HTML or Rpad), then the error messages
get hidden because browsers will skip right