similar to: stateful computation for web-based R across HTTP requests

Displaying 20 results from an estimated 4000 matches similar to: "stateful computation for web-based R across HTTP requests"

2006 May 30
6
Why would I choose RoR over Turbogears
I''m trying to get some answers as to why I (my company actually) would go with RoR over TurboGears. The developer staff is fluent in both Ruby and Python so that is not an issue. Rails is well into its release cycle whereas Turbogears won''t be at 1.0 until later this week. They both do essentially the same thing and they both have cool features unique to themselves
2006 Jul 25
3
Task scheduler
Does anyone know if there exists a Task Scheduler module in Ruby on Rails like in TurboGears below? http://www.turbogears.org/preview/docs/scheduler.html I''m using Ruby on Rails for a multiplayer online game and I want to set checks at regular intervals to see if users are still logged in etc. Thanks in advance -- Posted via http://www.ruby-forum.com/.
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
2006 Apr 20
5
Toolbox
Hello my friends Today at FISL (International Forum of Free Software), I''ve had the opportunity to watch a Turbogears presentation. The framework, itself is really weak in comparison to rails, but... When the guy who was making the presentation show the NEW 0.9 TurboGears Toolbox I''ve though: - Isn''t something like that in Rails? Well, after a little googleing
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 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:
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
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
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 Jun 15
2
S/R/RWeb/ODBC
I'm looking for an optimal approach to access Oracle databases via RWeb applications. I'm new to R but familiar with programming functions and web pages for the S+ Statserver. I'm now going through the motions of migrating S+/Statserver applications to R/RWeb as a feasability exercise. I can access databases using ODBC directly in R or S, and using Statserver, but I have not succeeded
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
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
2008 Oct 21
3
code works in R desktop but not iin RWeb - How do I modify to get it working in RWeb, please?
Hi, How are you? I have a quick question.... I have code that works perfectly with R desktop, but does not work with RWeb. Could you please tell me how to modify the code below so it will work with RWeb? #Read in txt file happyguys<-read.table("c:/test8.txt", header=TRUE, row.names=1) #Subset the txt file to only include certain values test<-subset(happyguys, GRADE == 7
2000 Jan 12
1
Rweb
Hi folks, Could you tell me (a) good newsgroup/s or mailing lists concerning (1) Rweb in general (2) Rweb and Java, please. Cheers, Michael Wisnewski -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the
2003 Nov 21
2
Who can provide me RWeb installation
Hi, RWeb web site is down past couple days, I am insterested in this project and want to try it for my projects. Deos anyone have this installation and user guide? Thanks! Best Regards, WeiQiang Li
1999 Apr 22
1
SUMMARY Re: 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. > ooops, he is not a consultant, he is a full time
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
2010 May 19
4
R in sandbox/jail (long question)
Hello, I have a setup similar to Rweb ( http://www.math.montana.edu/Rweb/ ): I get R scripts from users and need to execute them in in a safe manner (they are executed automatically, without human inspection). I would like to limit the user's script to reading from STDIN and writing to STDOUT/ERR. Specifically, preventing any kind of interaction with the underlying operating system (files,
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
2015 Oct 19
1
Linking to documentation from a vignette using markdown?
Hi, Duncan: On 10/18/2015 8:18 PM, Duncan Murdoch wrote: > On 18/10/2015 5:51 PM, Spencer Graves wrote: >> Hello: >> >> >> What's the preferred way to link to package documentation from a >> vignette using markdown? >> >> >> My current draft includes >>