similar to: embed in webpage

Displaying 20 results from an estimated 3000 matches similar to: "embed in webpage"

2009 Apr 29
1
Newbie R question PART2
Hi Tena, I recommend rapache for building websites with R. See http://biostat.mc.vanderbilt.edu/rapache/ -Ista > ---------- Forwarded message ---------- > From: "Tena Sakai" <tsakai at gallo.ucsf.edu> > To: <ted.harding at manchester.ac.uk>, <r-help at r-project.org> > Date: Tue, 28 Apr 2009 15:04:53 -0700 > Subject: Re: [R] Newbie R question PART2 >
2009 Aug 25
2
how to pass user input to a function?
Hi everyone, I'm building a website (http://yourpsyche.org) using Jeffrey Horner's awesome Rapache module. I want to take user input, and pass it to an R script. At first I was simply using if else statements, but after a while I had so many nested if else's in my code that my head was spinning. So then I started using cat() and source() to write temporary files and read them back in
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 Aug 02
0
[ANNOUNCE] mod_R: The R/Apache Integration Project
What is it? ----------- mod_R is a project dedicated to embedding the R interpreter inside the Apache 2.0 (and beyond) web server for the purpose of writing web applications in R. It's composed of three parts: mod_R: the Apache 2.0 module that implements the glue to load the R interpreter. RApache: the R package that provides the API for programming web applications
2005 Aug 02
0
[ANNOUNCE] mod_R: The R/Apache Integration Project
What is it? ----------- mod_R is a project dedicated to embedding the R interpreter inside the Apache 2.0 (and beyond) web server for the purpose of writing web applications in R. It's composed of three parts: mod_R: the Apache 2.0 module that implements the glue to load the R interpreter. RApache: the R package that provides the API for programming web applications
2005 Jul 25
0
New version of Rpad
Announcing release 0.9.6 of Rpad. This version provides bug fixes and some improved HTML handling. This is also the first widespread release that supports Rpad as an installed package within 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
2005 Jul 25
0
New version of Rpad
Announcing release 0.9.6 of Rpad. This version provides bug fixes and some improved HTML handling. This is also the first widespread release that supports Rpad as an installed package within 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
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
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
2008 May 27
1
error: C stack usage is too close to the limit.
I am trying to set up a RApache server on my Ubuntu 8.04. I have installed apache2, R-2.7.0, and the RApache plugin. Both Apache and R seem to work fine, but whenever i try to use the plugin i get this error: C stack usage is too close to the limit. I have tried to recompile apache2, R, and RApache, but i keep getting the error. The weird thing is, i had exactly the same problem when i installed
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
2010 Mar 24
0
R-help ordinal regression
Dear colleagues, i am carrying out an ordinal regression model. I try it on SPSS but I "flirt" with R as well. I have a few questions. 1. What is the most reliable/tested/trusted package for ordinal regression in the R world? 2. Also, I have a statistical question. What is the danger of having to many 'empty cells' in ordinal regression? How many empty cells are too many? Do
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 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
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