Displaying 20 results from an estimated 700 matches similar to: "[ANNOUNCE] mod_R: The R/Apache Integration Project"
2012 Jan 19
1
RApache installation problems
Hi all
I was trying to isntall RApache last week but ran into strnge problems that no one else seems to be experiencing. At least I couldn't find anything after extensive googling.
First off, the machine I'm installing on looks like this:
Dell Optiplex 745
32 bit
2GB RAM
Fedora 15
httpd -v
Server version: Apache/2.2.21 (Unix)
Server built: Sep 13 2011 13:46:23
R:
R-2.14.0-3.fc15.i686
2006 Feb 03
2
Infinite loop running Mod_R/Rapache
I installed mod_r according to the specifications, and have been trying
to get the demo script to work correctly. I am running debian, the
latest build of R, apache 2 with prefork mpm, and the latest mod_r. Is
anyone else using this module successfully? I added:
LoadModule R_module mod_R.so
<Location /test/hello>
SetHandler r-handler
Rsource /var/www/html/test.R
RreqHandler
2007 May 01
1
Embedding R and registering routines
Hello,
The use of .Call and the like all depend on loading shared libraries and
registering routines from it. Also, .Primitive and .Internal depend on
routines being registered in the R binary. And applications that embed R
can override routines declared in Rinterfac.h, but is there a way for an
application embedding R to register other routines defined in the
application without loading a
2007 Sep 28
5
R-Server remotecontrolled via browser-GUI
dear r-community,
currently i have a workflow as following:
data in online-MYSQL-database via .csv into R for analysis, results
back to mysql.
generating graphics for reports also.
that's ok, but i need some process-optimization.
i'd like to run r directly on the webserver. analysis should work
automatically, after the appropriate r-script was selected in a
browser-gui for R.
until
2007 Sep 26
0
R on webserver with browser-gui
hi everyone,
i know r since last summer and i love it. i'm studying economics and
use it for econometrical tasks at university. besides that in a
private project a buddy of mine and me do some economic evaluation
with data stored in a MYSQL-database. we export the values from our
online MYSQL database to analyse them offline with r. the results then
also hav to be stored in the mysql.
so far
2004 Aug 18
3
R as shared library
Hello folks,
I'm embarking on a project to embed R into the Apache web server, and
I'd like your help. Currently, I'm looking for a way for R code to call
back into a shared library from which the R shared library was loaded.
Essentially, apache starts and loads mod_R.so which runs an
initialization routine which calls Rf_initEmbeddedR() and the following
code:
/* override to
2012 Jan 11
1
Rook: software and specification for R web applications and servers
Dear ?useRs,
Rook version 1.0-3 has been submitted to CRAN. In the mean time you
can get it here:
https://github.com/jeffreyhorner/rRack/blob/master/Rook_1.0-3.tar.gz
The latest release contains support for deployment with rApache. Please see
3.6.5 and 3.6.6 under section 'Configuring rApache' in the manual:
http://www.rapache.net/manual.html#Configuring_rapache
What is Rook? A
2012 Jan 11
1
Rook: software and specification for R web applications and servers
Dear ?useRs,
Rook version 1.0-3 has been submitted to CRAN. In the mean time you
can get it here:
https://github.com/jeffreyhorner/rRack/blob/master/Rook_1.0-3.tar.gz
The latest release contains support for deployment with rApache. Please see
3.6.5 and 3.6.6 under section 'Configuring rApache' in the manual:
http://www.rapache.net/manual.html#Configuring_rapache
What is Rook? A
2011 Apr 25
0
Rook: software and specification for R web applications and servers
Dear useRs,
Rook is a new package that does three things:
- It provides a way to run R web applications on your desktop with the
new internal R web server named Rhttpd. Please see the Rhttpd help page.
- It provides a set of reference classes you can use to write you R
web applications. The following help pages provide more information:
Brewery, Builder, File, Middleware, Redirect,
2011 Apr 25
0
Rook: software and specification for R web applications and servers
Dear useRs,
Rook is a new package that does three things:
- It provides a way to run R web applications on your desktop with the
new internal R web server named Rhttpd. Please see the Rhttpd help page.
- It provides a set of reference classes you can use to write you R
web applications. The following help pages provide more information:
Brewery, Builder, File, Middleware, Redirect,
2011 Jun 30
6
ayuda con la instalación de R-Apache
Hola qué tal nuevamente pidiendo un poco de ayuda, esta vez quiero utilizar R en la web y me he puesto a instalarlo y no puedo.
Yo estoy trabajando sobre Ubuntu Lucid y creo tengo que configurarlo de una manera específica Ya instalé Apache y la librería libapreq2... vamos he seguido los pasos de instalación del manual
pero no más no jala alguien podría decirme cómo???
[[alternative HTML version
2005 Jan 21
2
Struggling with S3/S4 interface issues and External Pointers
I'm currently working on embedding R into the Apache2 webserver (with
some positive results...), but I'm struggling to identify the best way
to expose the apache data and functions to R.
A couple of thoughts:
In light of the recent discussion on "S3/S4 classes performance
comparson", I'm leaning toward implementing the interface with S3 style
classes. I appreciate
2011 Nov 11
1
When collected warnings exceeds 50
Hi,
I've been tracking down a memory leak in an rApache application,
http://data.vanderbilt.edu/rapache/bbplot. The code was deployed in
2007 and has survived numerous upgrades of both R and rApache
(including upgrades and bugs in RMySQL). It's written in such a way so
that web crawlers will download every possible URL the app will
create. It's not a high-traffic app, but just about
2009 Apr 29
1
Dynamic visualisation of R data using Adobe FLEX
Hi useRs,
I had posted about Adobe FLEX talking to R for rich visualisation.
Reply from Jeffery Horner contained links to the
revolution-computing.com webpage which had information pertaining to
the Bay Users R group Meetup on Web Dashboards with R.
I have a very specific project that I need to implement.
I wish to use the graphics capabilities provided by Adobe FLEX to
visualise outputs from R.
2008 Sep 02
1
Unable to compile mod_jk on Centos 5.2 64-bit
Hi Friends,
I am trying to compile mod_jk on Centos 5.2 64-bit but I am getting
apxs not found. Whereas apxs is already there on the server
type apxs
apxs is /usr/sbin/apxs
./configure CFLAGS=' -arch x86_64 ' APXSLDFLAGS=' -arch x86_64 '
--with-apxs=/usr/sbin/apxs
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
2014 Jan 14
1
libapreq2
Is there no package for libapreq2 anymore? Im trying to get netdisco setup
on a new centos 6.5 server and cant find any package that provides this
module.
ddh
--
Dwayne Hottinger
Network Administrator
Harrisonburg City Public Schools
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
2010 Dec 11
1
Rapache on windows
Hello all,
I searched on the www but could not find installation instructution for
rapache on windows. The page says that the release runs on UNIX/Linux and
Mac OS X operating systems.
Has anyone been able to configure it on windows? Any idea how to go about
it?
Thank you.
2012 Feb 06
2
R-RApache to develop Knowledge Base
Hi all,
I need your opinion about using R-Rapache to build a knowlegde base to
bioinformatics field.
I have copious amount of genotype information (some few million records)
and would like to store it in MySQL database. Then, using RMySQL connector
I would like to use it for further analysis using R over a web interface.
The web interface which I am thnking off, just does not serve the purose of
2008 Jul 24
0
ANNOUNCE: rapache 1.1.0 release
Hello,
First presented at DSC2005, rapache is a project supporting web
application development using the R statistical language and environment
and the Apache web server. The current release runs on UNIX/Linux and
Mac OS X operating systems.
http://biostat.mc.vanderbilt.edu/rapache/
rapache 1.1.0 now supports Apache threaded web servers, but the Apache
Prefork Multi-Processing Module is