rApache is a project supporting web application development using the R statistical language and environment and the Apache web server
0
votes
0answers
3 views
How to flush current output in RApache?
I'm testing using RApache as an SSE (Server Sent Events) and similar (long poll, comet, etc.) back-end. I seem to be stuck on how to flush my output. Is it possible?
Here is my test R script:
...
0
votes
0answers
4 views
How to configure RApache to use one file per URL
With say, PHP, configured to use the "test" directory, http://localhost/test/a.php will open and run the file "test/a.php" and http://localhost/test/b.php will open and run the file "test/b.php". How ...
0
votes
0answers
31 views
Rapache brew not outputting javascript
As per the googleVis tutorial, I am attempting to dynamically embed a chart into my web page using Brew as follows:
html:
<div class="sixteen columns" id="plot">
<% ...
9
votes
1answer
207 views
Are compiled R packages backward compatible?
The new R 3.0.0 requires that all contributed packages are reinstalled. Two questions:
Does this also mean that software that calls R, e.g. rapache, need to be recompiled after R has been upgraded?
...
0
votes
1answer
39 views
RApache server downloads *.rhtml files, instead of execute it
I'm developing an R web application using RApache.
I have finished all the application and it runs correctly in my local server. But I have a problem when I port it to the university's server: the ...
0
votes
1answer
44 views
Error attempting to use rJava from a web application
I am using R version 2.15.2 on Ubuntu 11.04. JAVA_HOME variable is set to
/usr/lib/jvm/jdk1.6.0_21.
To be able to use load rJava from R I have to set JAVA_HOME to $JAVA_HOME/jre.
However, I am ...
0
votes
1answer
94 views
I want to send variables to R and then R sends image to browser
I'm working on a web application that uses R enviroment with RApache. I have used the AJAX.updater function to send a couple of variables to an R-script an then this returns to the browser a ...
0
votes
0answers
45 views
rApache windows OS
rapache does seem to work in Linux/unix os. is there any latest version which can work on windows Os. Kindly suggest any alternate suggestions.
rapache does seem to work in Linux/unix os. is there any ...
0
votes
2answers
77 views
Fetch Dropdown menu list dynamically from OpenCpu server
I need to implement a drop-down menu in my HTML page which has over 2000 firm names.Embedding such a huge list in the html page will make it huge and slow to load.So wanted to know if there is an ...
1
vote
0answers
77 views
RApache qplot not working while plot does
RApache seems not to work properly in combination with ggplot2 (while working properly with plot) on my Linux SuSE 12.2 server
When one does http://claree.univ-lille1.fr/R/brew/rapacheggplot which ...
0
votes
0answers
43 views
“.postForm” missing in opencpu.demo->markdown app [closed]
i installed opencpu.demo and run the markdown app example, it gives an error that no ".postform" method available. how do i fix this on my local opencpu server ?
do i fix this on the server side ...
1
vote
1answer
79 views
R packages inaccessible via “opencpu knitr app”
I started playing with OpenCPU a couple of weeks back and am getting hooked to it. I was able to succesfully install the "knitr" and "opencpu.demo" apps. The issue I am running into is when I try to ...
0
votes
1answer
79 views
Memory requirements when hosting R in the cloud
What is the minimal size server we need to run opencpu, if we expect 100,000 hits a month?
I think opencpu is an exciting project, but need to know about memory usage when opencpu is deployed, since ...
2
votes
1answer
132 views
R interactive and batch mode and the heIp browser
When running R in 'batch mode', the interactive flag is set to false, which prevents any sort of user prompts that would interrupt the process in the context of an embedded/batch setting. See:
R -e ...
0
votes
0answers
161 views
Errors in Deploying Rapache and Rook
I am trying to create a web application using R and Rook.
I saw this example http://www.road2stat.com/cn/r/rook.html and I have been able to replicate it in my command line (Calling it from inside ...
0
votes
1answer
30 views
making the Makefile of rApache gives me errors
Apologize in advance, I am a newbie in Linux and these stuffs.
I have to install rApache 1.2.0, but when I write on the terminal:
make -f ~/Makefile.am
it gives me many errors, such as:
make: *** ...
0
votes
1answer
41 views
How to retrieve a cookie in R Apache
How do I get the cookie's value in R-Apache?
I set the cookie in my html code using brew
:
setCookie(name="ID",value=paste(sample(1:9999,1)))
My page has a form that sends post data to my R code. ...
1
vote
0answers
78 views
Connecting to MSSQL server using RJDBC in Rapache
I have a problem connecting to an MSSQL server using rApache. I use the addon-package "RJDBC" to connect to this server. In the R-Console I can connect fine and access the server but when I try to ...
0
votes
2answers
163 views
RJDBC not loading as a library in Rapache
So I need to get access to an MSSQL server in my Rapache program and when I try to load RJDBC as a library in my Rapache code I get server error. In the logs it looks like this:
referer: ...
0
votes
1answer
176 views
How do I output more than one graph using R-Apache
Below is my R code for graphing a function using quantmod, However the limit of this is that i can output only one graph. Is there a way to have your function output more than one graph, Say by ...
2
votes
1answer
79 views
How do I plot a function formatted as a string in R
I am building an application with RApache and my code in R is receiving POST data. One of the post datas is POST$f which is a string- say "sin(x)". Is there any way to put this into the plot function ...
0
votes
1answer
110 views
RApache does not find correct paths to packages
I am trying to configure Apache on my Linux system, but it does not find the correct paths to R packages (and so it does not find the brew package).
I install R packages in ~/R/libs and, when running ...
0
votes
2answers
177 views
How RApache force a pdf download by using R
i'm trying to using R and RApache to download pdf file with no success.
Here's my code
#R-Downwload pdf
#---------------------------------------------
pdf("/public_html/upload/rpdf.pdf")
...
0
votes
1answer
152 views
Rapache brew is generating dark graphs
I finally figured out rapahce brew. It works without but, when I load the http:localhost/test.brew file, my browser displays a dark square. When I look at the file in the location, it is there.
Has ...
0
votes
2answers
268 views
Unable to brew using R
httpd.conf file config for brew is this:
<Directory /usr/local/apache2/htdocs/brew>
SetHandler r-script
RHandler brew::brew
DefaultType text/html
</Directory>
...
0
votes
1answer
111 views
R apache errors
I did search and couldn't find an answer. If anybody could glance at this and shares the what I am doing wrong, I'd really appreciate it:
This is what I have in my httpd.conf file:
<Directory ...
3
votes
1answer
313 views
What's the intention of opencpu.org compared to other approaches?
Lately I was pointed to http://opencpu.org/ . Nifty website, but after browsing for a little while I wasn't so sure where it is located in the R landscape compared to e.g. rApache or RPy2.
After ...
1
vote
1answer
586 views
cannot open file 'Rplots.pdf' using rapache
I am trying to generate a pie chart on my browser using rApache
my R code is this
library(MASS)
school = painters$School
school.freq = table(school)
pie(school.freq)
when i ...
2
votes
1answer
278 views
R with CGI Web Interface - Most flexible option
I have been exploring some options for implementing an R Web interface where users will have the option of selecting certain criteria, for eg., date ranges, plot type, etc. The issue is that a number ...
7
votes
1answer
240 views
How can I allow rapache/brew to securely connect to a MySQL database?
I'm developing a web application using rapache and brew. Within the R code, I want to use the RMySQL package to query a MySQL database, but I am questioning the best way to access the login details ...
3
votes
1answer
549 views
RApache Configure Does Not Recognize R Installed with Shared Library
All: Apologies in advance for what I hope is an easy question. It's been many years since I've worked in a Unix(-like) environment...
I'm trying to install RApache on a web server running the RHEL5 ...
0
votes
1answer
152 views
Rapache, can not use passed argument
i used boxcox transformation and got a numeric variable lambda,
but i can not read it in the next page,
if i do:
lambda<-GET$lambda
i can not later read the variable "lambda"
important to mention ...
0
votes
1answer
319 views
How write to file using rapache?
We are trying some tables data to a file with no success.
using write.csv.
Here is some example code that we try:
> <%
>
> X<-c(1:666)
>
> print(X)
>
> ...
0
votes
1answer
254 views
Problems creating plot with boxcox using rapache module function
I'm trying to create a plot using boxcox function from package MASS.
but it's creating an rapache error.
The r code:
<%
csvDF<- read.csv(GET$name1, header=TRUE)
...
0
votes
1answer
128 views
What is the right way to pass value from php to r
I'm trying to pass a variable value from my php code to the r processing environment.
for example:
<?php
$val=5;
?>
<%
print (val)
%>
Obviously this doesn't work.
What is the ...
51
votes
1answer
546 views
controlling the output with RApacheOutputErrors
I have activated ROutputErrors in r.conf and it works as is suppose to
do.
When I have an error I get this:
Oops!!! rApache has something to tell you. View source and read the
HTML comments at ...
3
votes
1answer
239 views
lattice levelplot only fails under RApache
I'm working on a PHP web app that calls R through curl and RApache. Most things work fine. But one lattice plot throws this error:
RApache Warning/Error!!!Error in uy +
c(-1, 1) : non-numeric ...
4
votes
1answer
786 views
Rscript + PHP exec() command vs rapache
Say I want to have a simple web app that takes some user input, performs a quick calculation in some predefined R script, and returns some cool looking graphic with say ggplot. One way to do this ...
1
vote
1answer
235 views
RApache config problem
My sysadmin installed RApache for me on our 64 bit Solaris box. I can access the RApacheInfo page here, indicating that the module was successfully installed. There is the following entry in the ...
1
vote
3answers
197 views
How do I uninstall rapache?
I want to uninstall rapache, make uninstall doesn't seem to do anything and a look at the rapache documentation and a google search turns up nothing. Any help would be great
2
votes
1answer
375 views
Problem Configuring RApache on OS X 10.5.8
I've been trying to get RApache set up properly on my Macbook Pro running OS X 10.5.8. After installing RApache successfully (I think), I added the following to the httpd.conf file as suggested in ...