rapache
rapache copied to clipboard
R embedded inside Apache
When navigation to the "SetHandler r-info" handler, apache throws the following in the error logs: [Thu Oct 21 21:08:15.133206 2021] [:error] [pid 11] [client 172.17.0.1:59310] rApache Notice! Error in textConnection("stt",...
As from http://biostat.mc.vanderbilt.edu/wiki/pub/Main/RApacheProject/presentation.pdf, This config file should work, ``` SetHandler r-handler Rsource /home/vds/www/api.grendel.no/R/api.R RreqHandler handler ``` but apachectl says `Invalid command 'Rsource', perhaps misspelled or defined by a module not...
To reproduce, get rApache to run a script with the following: ```R mailR::send.mail( from = '', to = "", replyTo = "", subject = "Subject of the email", body =...
Running Ubuntu 16.04 with `r-cran-java`. Loading `rJava`in the console works fine, but when loading it inside `rApache` on the same machine gives: ``` .onLoad failed in loadNamespace() for 'rJava', details:...
Using Rapache (1.2.5) I am trying to read an excel file with a Δ character in it. I then write the content back out to csv but end up with...
How do you install third party R packages needed by the scripts I want to run from rApache?
After updating to rApache 1.2.5, almost all of the redundant messages are gone from the apache `error.log`. However, there is still one problem remaining: a bunch of errors with an...
Hi! Thanks for providing an rApache RPM! I appreciate your [nice note to the community](https://groups.google.com/d/msg/rapache/l7mK-ZjhtfY/QavRlXoD5XIJ). I noticed that [rapache 1.2.8](https://github.com/jeffreyhorner/rapache/releases/tag/v1.2.8) has been released but the RPM spec file is still...
On Debian Jessie: ``` bash mod_R.c: In function 'RApache_getServer': mod_R.c:2125:4: warning: implicit declaration of function 'ap_get_server_port' [-Wimplicit-function-declaration] INTMBR("port",ap_get_server_port(MR_Request.r)); ``` On Fedora 21: ``` bash od_R.c: In function 'ReadRequestBody': mod_R.c:792:41: warning:...
Using ``` SetHandler r-info ``` on recent versions of Fedora and CentOS gives: ``` Error in if (is.na(st)) return("NA") : argument is of length zero In addition: Warning message: In...