similar to: R hosting

Displaying 20 results from an estimated 700 matches similar to: "R hosting"

2003 Jul 30
1
Rcgi
I am keen to look at Rcgi as I want to put up some simple bits of R to do prescribed tasks on HTML form input. Rweb is overkill and worryingly flexible for what I want and it sounds as if Rcgi is more what I need. However, I can't get any of the URLs I've found for it to work over the last few days. Does anyone have a recent copy they could Email me or a working URL for it? TIA,
2002 May 23
1
now available: RwebWin
I ported Jeff Banfield's Rweb (http://www.math.montana.edu/Rweb/) to Windows. In the process, I dropped some things (non-JavaScript version, Rweb modules and data sets), but also simplified the installation process by removing the dependency on NetPBM. A Ghostscript dependency remains, however. See http://www.liquidmarkets.com/m.php?m=News&file=article&sid=6 for up-to-date
2000 Aug 12
1
Batch Execution of R
R Team: This is most likely a trivial question, but after searching docs for several weeks and digging through Rweb and RCGI, I could not clearly identify the method to call an R method from Linux or Win32 systems and send the output to a file. I would like to implement R as part of an online client-server application for a geographically spaced engineering team an would like to know how to run
2004 May 06
0
Re: R web interfaces
cashaw at bcm.tmc.edu, youngas7 at yahoo.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Hi, First, does anyone think it is a good idea to put up a web server site similar to Phillippe Grosjean's site for GUIs? To answer foobar's question- There are a several web 'interfaces', with different focuses and degrees of sophistication. Apologies to the
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
2004 Sep 08
1
Feil i websider (PR#7216)
Warnings about /metno/internweb/fouweb/htdocs/teknisk/verktoy/R/faq.html BAD LINK: http://stat.ethz.ch/R/manual/ BAD LINK: http://nlme.stat.wisc.edu/MEMSS/ BAD LINK: http://stats.mth.uea.ac.uk/Rcgi/ BAD LINK: http://software.biostat.washington.edu/statsoft/ess/ ------------------------------------------------------------ Warnings about
2001 Oct 05
4
non-interactive R usage...
Take a look at Rweb from Jeff Banfield (http://www.math.montana.edu/Rweb/) or Rcgi which is a CGI WWW interface to R by Mark J Ray. This information is also mention in the FAQ. "Chris Milkosky"
2000 Nov 13
0
Rcgi mailing list
Rcgi is a CGI WWW interface to R. Recent versions have the ability to use "embedded code": you can mix user input and code, allowing the HTML author to do anything from load in data sets to enter most of the commands for users without writing CGI scripts. Graphical output is possible in PostScript or GIF formats and the executed code is presented to the user for revision.
2004 Sep 20
2
R/web interface
I am trying to develop an interactive software and would like to know how I can hook up R to the web. Thanks Joe Warfield
1998 Nov 30
0
Rcgi announcement
Dear All, I am writing to ask if you would please test our first public release of Rcgi, a CGI WWW interface to R. We've added a few new tricks to what has gone before, the most interesting of which is the ability to use "embedded code": you can mix user input and code, allowing the HTML author to do anything from load in data sets to enter most of the commands for users without
1998 Dec 03
0
Rweb ... Using R over the Web
Over the past year I have been working on a Web interface to R, Rweb. Anyone that is interested in trying it out can point their browser at: http://www.math.montana.edu/Rweb The main Rweb page provides access to three versions of Rweb. A simple text entry form that returns output and graphs, a more sophisticated Javascript version that provides a multiple window environment, and a set of point
2008 Oct 23
1
code works in R desktop but not iin RWeb - I got it working
Hi, I got this working. i had to get rid of an underscore in one of my variable names to work on RWeb. Thanks for your help though!! Natalie __________________ I think you have to be either honest or careful, since the code you submitted to Rweb is different with your former code! Why the condition was changed from "test<-subset(X, GRADE == 7 & Y_Q10A < 9)" to
2015 Dec 01
1
Package Dependency
Lately, I see a dependency problem with R-3.2 systems. install.packages allows dependencies, but they are not installed so the install fails. I see this a lot with students who are able to install packages like ggplot2 but then can't load it because a dependency "stringi" is missing. Those students are generally using Windows, but today I reproduced the same on RedHat Linux with
2011 Jan 16
0
(OT) System admin of Rweb at Tama University
Hi, Sorry to bother all, but recently I found an interesting application of Rweb (although there are many other fancier web applications of R). We can submit some simple code to Rweb to create an HTML page containing animations. Most of Rweb servers I can find are still using very old versions of R, and the one at Tama University is an exception (it is using R 2.12.1):
2011 Oct 05
2
Question about Rweb
Greetings, I am working on creating an interactive website that will generate R-code for users based in the information they input on the site. Currently, the R-code can be generated and downloaded to be run locally on a computer with R. However, I have noticed a number of applications out there that instead submit the code directly to an R-web server. Some examples seem to be:
2005 Oct 13
2
SRPMS for kernel with centos 4.2
Where can I download the source for the kernel? http://mirrors.jtlnet.com/centos/4.2/os/i386/ I dont see it in the above mirror? THanks,
2012 May 08
1
what folder to run write_PACKAGES in?
I set up a local repo for testing packages. My packages are not showing up from the repository when viewed by Linux clients. I suspect this is a web administrator/firewall issue, but it could be I created the repo wrongly. I am supposed to run write_PACKAGES separately in each R-version folder. Right? Maybe other novices can use these scripts, if they are not wrong :) Here's the file
2011 Apr 04
1
loading R object files on an RWeb server
Hello list: I have some R code/data sets that i'd like to make available to others through RWeb server use.  The code/data were saved via "save.image" and should be made available by the following command sequence: con <- url("https:// ....") load(con) close(con) However, this is where the problem starts... For one thing, i am using google docs to host the R object
2003 Nov 17
2
Rweb: how to use source()
I cannot discover how to set or find the working directory in Rweb, so that I can source() a file from the server. The file I source() must refer to a data file in its directory. setwd() does not do anything, and getwd() says that the working directory is in /var/www/cgi-bin/ (on Linux). (I have a student who installed R on her own computer and analyzed half of her data, and then her computer
1999 Apr 22
2
R compiling on SOLARIS 2.6
We here at HGSI have a consultant doing some statistical work for us. HGSI bought and installed SAS, but our consultant insists that R and Rweb is a better solution. I do not know either package so I do not know, hence we are ditching SAS for R and Rweb. Any comments on this are welcom. Now for the real problem. Rweb is very expensive (time wise). The number of prereqs is way more than I thought