similar to: Announcing R_PHP_Online package

Displaying 20 results from an estimated 8000 matches similar to: "Announcing R_PHP_Online package"

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/
2002 Apr 21
0
New R CGI gateway: TKU-Stat
Hi boys and girls, This is to let you know that I am writing a new R CGI gateway: TKU-Stat which has its page on http://tkustat.stat.tku.edu.tw (There is an "English" option on main menu) It's based on PHP language, but it's NOT a R <-> PHP API (I am not a good C programmer :( ) It's just a CGI. Basically, I use PHP and some template engine to get inputs/selections
2002 May 05
0
Announce: My arma_scan.R for ARIMA
Hellow all R fans, I wrote a R program for SCAN: Smallest CANonical Correlation Method for ARIMA(p,d,q) identification. (by Tsay and Tiao (1985)) I don't know if there is already one for this, but since I was unable to find one, so I did it. It's ready to download at the following page http://netstat.stat.tku.edu.tw/download.php I've tested the program and comared the results
2010 Mar 20
1
About new CRAN mirror site application
Hi all, I couldn't find other appropriate place to ask this question, so I am posting the message to R-help mailling list. Our department had set up a new CRAN mirror site and is working fine so far. According CRAN mirror Howto, I sent an email to cran at r-project.org about 5 days ago to sumit our new CRAN site, but got no response at all. I sent out another email yesterday, but still no
2013 Dec 14
2
Postfix + Dovecot & mail-stack-delivery Outlook Problem
Hello all readers of the list, I wish to get Microsoft Outlook 2010 workin with mail-stack-delivery setup. Logs when trying to setup accaunt in Microsoft Outlook 2010: ec 14 22:38:31 ip-172-31-7-147 dovecot: imap-login: Disconnected: Too many invalid commands (no auth attempts): rip=2001:470:28:743:4923:c01c:c89a:567a, lip=2001:470:1f08:ddd::2 Dec 14 22:38:31 ip-172-31-7-147 dovecot:
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
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:
2012 Mar 29
0
[LLVMdev] Announcing 3.1 Release Branch Date!
> By the way, we are looking for ARM testers. There was a lot of interest in the 3.0 release for an ARM release. We will try to do one this release on a trial basis. We are looking for ARMv7 cortex-a8 and cortex-a9 on Linux. We have two pandard board (ARMv7 cortex-a9) and perhaps one ARMv6 4-cores board. Do we do a native compile or cross compile for the ARM platform? Regards, chenwj --
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
2012 Mar 30
1
[LLVMdev] Announcing 3.1 Release Branch Date!
> > My personal preference is to prioritize qualifying as a cross compiler first and a hosted compiler second. I have no problems with doing both other than the additional testing resources required, though. > > > I agree with Jim. While having a native ARM compiler might be nice, it's not something I want to embark on for this release. From James's experience, a native
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
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
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 Sep 15
0
[AsiaBSDCon] Announcing the USENIX AsiaBSDCon and its Request for Papers
Dear Recipients: We are happy to announce that the USENIX AsiaBSDCon 2004 will take place at Academia Sinica, Taipei, Taiwan between March 13 2004 and March 15 2004. We would like to invite all whom are interested in BSD and their applications (including but not limited to: bioinformatics, scientific computing, e-commerce, operating systems, etc.) to submit papers to the conference. The RFP is