similar to: Invoking R from PHP/Mysql environment

Displaying 20 results from an estimated 800 matches similar to: "Invoking R from PHP/Mysql environment"

2003 Jun 12
2
R_PHP_Online version 0.2 with Security Fix
Hi all, Thanks to Dr Paul Murrell in New Zealand to remind me of security consideration. I am releasing version 0.2 with security fix. This version will allow you to add banned R function names in a list. R_PHP_Online is a PHP CGI web interface to run R programs online, with the capability to show graphics online. You can get current version of R_PHP_Online from http://steve-chen.net/R_PHP/
2009 Mar 24
3
r online
Hi, I'd like to execute simple commands and functions in R through a website, is there any service like this somewhere? I only found http://www.osvisions.com/r-online/ but it does not work (last update 2003) and the links to releated websites only give errors (if I calculate 7+3). Thanks for help & hints, Thomas
2012 Jul 27
1
an optimization problem and installation of the package Rcplex
Hello, I am an R user who wants to solve an optimization problem. To do so, I tried to install the package Rcplex on my computer (Windows7-64), so I did the same as installation Instructions<http://www.geeklog.net/docs/english/install.html> and edited the file "Makevars.win" by adding the path "C:/Program Files/IBM/ILOG/CPLEX_Studio_Preview124/cplex/include" (where the
2003 Jun 11
0
Announcing R_PHP_Online package
Hi all, I am releasing version 0.1 of my R_PHP_Online package. This is an online CGI package for running R programs via Web interface like RWeb, but it's written in PHP and it can show graphic outputs. The R_PHP_Online can be found at http://steve-chen.net/R_PHP/ or at http://steve.stat.tku.edu.tw/R_PHP/ and you can use the demo or download version 0.1 there. Regards, Steve Chen,
1998 Nov 17
1
NT4 SP4
Is anybody running SAMBA with NT4 SP4 clients ? -- +-------------------------------------------------+ | Milan Bednar mxb@inel.gov 208-526-8640 | | MAILSTOP EROB M/S 3640 | | | | "FACT times IMPORTANCE equals NEWS!" | +-------------------------------------------------+
2006 May 27
4
gnome 2.12 via yum?
Hello, I was asked a question regarding centos that i do not know the answer. I don't use gnome or x on any box i deploy for production use so haven't checked in to this. CentOS4 comes with gnome 2.8 from what i was told, the question is is it possible to do an update rpmwise to gnome 2.12 via yum? If so, what repositories do i need to enable to pull this off and what if any
2006 Jan 09
6
allowing users to install printers
What is the easiest way to allow normal users to install printers (which are available through a Samba server)? Normally, Windows 2000 and XP need to have a printer installed by the admin first on a given workstation - only the it can be used by the user. I want to allow the user to install own printers. Now, when one trises to right click on a printer on a server and "connect", he
2013 Feb 16
7
Passing R code from webpage
Hi all, Is there a way to pass R code from web page (html file) to do some statistics and than plot the output in web browser. I am looking forever at this, and cant find a way. Regards,m -- View this message in context: http://r.789695.n4.nabble.com/Passing-R-code-from-webpage-tp4658800.html Sent from the R devel mailing list archive at Nabble.com.
2006 Jun 21
3
png() or jpeg() in a php script
Hello, I've got a problem with a PHP script, in which I call the system function (to call another processes). The call is : system("R --slave --vanilla < path/to/source/source.R"); if in this R file, I've got the lines: pdf(file="/path/to/file/file.pdf") commands dev.off() the pdf file is perfectly created but if I change the lines to:
2006 Jul 10
5
Hosting
Hi I am using Centos 4.3 to host various web sites that I maintain. I am finding that I am getting more and more, and I have thought of setting up a hosting server to make things quicker for my self. I have setup webmin with virtualmin and it seems to work fine so far. What is everyone else using. I don't want to invest alot of money, but would like some thing that is quick and easy to
2007 Apr 03
0
invoking ebtables with tc
Hi all, Is it possible to invoke an ebtables target from tc? Ie we can use the ''action ipt'' to invoke an IPTables target, but I was wanting to use an ebtables target instead. Is this possible? Regards, Leigh Leigh Sharpe Network Systems Engineer Pacific Wireless Ph +61 3 9584 8966 Mob 0408 009 502 Helpdesk 1300 300 616 email lsharpe@pacificwireless.com.au web
2008 Oct 31
0
R help for invoking nmmin()
My code is as follows: #include <iostream> #include <cmath> using namespace std; #define MATHLIB_STANDALONE 1 extern "C" { #include "R_ext/Applic.h" } typedef struct TT{ double ** tempX; double * tempY; int tempN; } TT, *MM; double fn(int N, double * beta, void * ex){ double total = 0; int i = 0,j = 0; double * betaFn = new double[N]; MM tmp = (MM)ex;
2002 Nov 10
1
graphics window closes after invoking
Hi, I hope this is my last stupid question for this project. I run (WinXP) Rcmd* BATCH ToDo.R and want the produced graph to be seen on the display. But after a part of a second the graphics window is closed again. I suppose, because Rcmd does not work interactive, there will be no command like "wait for key pressed" or similar. Is there a possibility to let the window open as long
2010 May 04
0
Error when invoking x11()
I'm running an instance of R under Solaris 10.(sun4u sparc). When I invoke the x11() interface, I get the following error: > x11() Error in x11() : X11 module cannot be loaded In addition: Warning message: In x11() : unable to load shared library '/usr/local/lib/R/modules//R_X11.so': ld.so.1: R: fatal: libpangocairo-1.0.so.0: open failed: No such file or directory) The module
2011 Apr 20
1
invoking python from R
Dear colleagues, I was wondering whether anyone may give me some help on a python issue in R. I tried to invoke Python from R, but failed. I have set up a system path to call python: "C:\python27" in path file. In addition, I have confirmed python interpreter properly. The code I used is typical for checking, which is as follows: x <- .Python("listdir", "/tmp",
2011 Sep 13
1
Invoking host system's programs with code running under Wine
Hi everyone! Recently I've made up my mind to code together a small plug-in for foobar2000 so it would go better with Mac OS X (Growl notifications, Adium statuses etc.). For that I need a method of running the AppleScript interpreter 'osascript' from inside the plugin. I wonder if Wine provides its own way to do that, or at least allows to call fork()?
2009 Apr 09
0
Invoking bond_prices function of termstrc package
Hi, I'm trying to invoke the function bond_prices from termstrc package. Here is the code snippet: library(termstrc) data(eurobonds) b <- matrix(rep(c(0,0,0, 1),1),nrow=1,byrow=TRUE) group<-c("GERMANY") colnames(b) <- c("beta0","beta1","beta2","tau1") germaturities<-create_maturities_matrix(eurobonds$GERMANY)
2006 Oct 23
0
Invoking a remote (AJAX) action via double click
I have a list of images on one of my pages, and I would like for the act of double-clicking on any of them to do a remote request to an action. In this case, I''d like to pop up a redbox that is a dialog about the item I clicked on. I found some example code like this: <%= image_tag "image.jpg", :class => "image", :ondblclick =>
2014 May 15
0
Re: Invoking virsh console from Java
On 05/15/2014 11:34 AM, Nagaraj Mandya wrote: > Hello, > I have a Java application from which I am invoking the "virsh console" > command to access the console of a VM. I invoke the virsh command using > ProcessBuilder.start(). However, I am unable to communicate with the stdin > of the VMs console through the OutputStream of the Process object. > > When I
2018 Sep 06
0
Any tips on invoking notmuch cli securely? (pre-ANN yet another web client)
Daniel Barlow <dan at telent.net> writes: > There are a number of ways this is currently insecure but the particular > one I want to ask about today is running the notmuch cli commands with > user-supplied arguments and whether there are any particular gotchas in > doing so? I am reasonably sure that my code to invoke notmuch(1) is > calling execve(2) without invoking