similar to: Rcgi mailing list

Displaying 20 results from an estimated 1600 matches similar to: "Rcgi mailing list"

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
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,
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
2000 Oct 24
0
R: R-1.1.1 for Debian 2.2
>MJ Ray <mjr at stats.mth.uea.ac.uk> writes: > >> Griffith Feeney <gfeeney at hawaii.edu> writes: >> > I couldn't get 'apt-get install r-base' to work at step 2: it installs the >> > older version of R rather than 1.1.1 and complains incessantly about not >> > being able to stat source package list. This apt-get command did result in
2000 Feb 11
2
Compilation Failure on Linux/Intel (PR#434)
Full_Name: MJ Ray Version: 0.99.0a OS: Linux 2.2.13 Slackware 7.0 Submission from: (NULL) (195.7.239.50) I consistently get a sig11 on one file: gcc -I. -I../include -I../../src/include -I../../src/include/R_ext -DHAVE_CONFIG_H -mieee-fp -g -O2 -c fft.c -o fft.o gcc: Internal compiler error: program cc1 got fatal signal 11 make[3]: *** [fft.o] Error 1 However, other files and parts of the
2007 Sep 18
0
[LLVMdev] 2.1 Pre-Release Available (testers needed)
On Saturday 15 September 2007, Tanya Lattner wrote: > 2) Download llvm-2.1, llvm-test-2.1, and the llvm-gcc4.0 source. > Compile everything. Run "make check" and the full llvm-test suite > (make TEST=nightly report). I tried to do this, but ran into trouble. LLVM itself compiled fine. GCC compilation is broken when Java support is enabled. I can file a detailed bug report
2000 Oct 25
4
png output in batch
I'm trying to use R in a cgi script to produce graphics files in png format, and I'm having a problem. My shell command line looks like this: R </usr/dfs/auction/eligibility.R --no-save >/tmp/R.out and the line in the R script looks like this: png ("foo.png", pointsize=18) If I run outside the cgi context, it runs great. When run as in a cgi script, I get this error
2005 Nov 04
1
t test on data frame
Hi, I have constructed a dataframe as follows: Oil <- rep(c("Oil1","Oil2","Oil3"),8) Comp <- rep(rep(c("C1","C2"),c(4,4)),3) Mth <- rep(c("M1","M1","M2","M2"),6) Meas <- rep(c(1,2),12) Result <- rnorm(24,mean=100, sd=5) df <- data.frame(Oil, Comp, Mth, Meas, Result) The same compound
2008 Jan 16
2
old master.pid prevents dovecot startup
Summary ======= After an unclean shutdown the file /var/run/dovecot/master.pid remained behind. This prevented dovecot from starting, and gave a misleading error message. To be more resilient and fault-tolerant, I recommend that dovecot also check the validity of the PID in /var/run/dovecot/master.pid in order to determine whether or not another dovecot process is running. Detail ====== In
2000 Dec 31
4
R as a daemon?
I have a GNU/Linux / Unix application in which I'd like to have an R process running in a persistant state, while receiving instructions (and data) from another process, and returning results to this process. My initial thoughts are to set something up with named pipes or such, but I believe that the R process will terminate when it reads EOF (^D) from the input pipe. The client process is
2013 Apr 06
1
Replace missing values within a group with the non-missing value
I have a large dataset organised in choice groups see below. Each choice represents a separate occasion with 1 product chosen out of the 6 offered.            +-------------------------------------------------------------------------------------------------+      | dn   obs   choice      acid   br                 date       cdate   situat~n   mth   year   set |     
2007 Apr 23
1
How to get LSMEANS from linear mixed model?
Hi there, I am trying to run simulations using R with linear mixed model (lme). There are two factors in my fixed effect model, educ (treatment and control) and mth (visit 1, 2, and 3). What I want to obtain is the estimated treatment difference (treatment - control) at visit 3, plus the standard error and p-value. This can be easily obtained in SAS using lsmeans or estimate statements, but I
2013 Apr 06
2
Replace missing value within group with non-missing value
Dear List members I have a large dataset organised in choice groups see sample below +-------------------------------------------------------------------------------------------------+ | dn obs choice acid br date cdate situat~n mth year set |
2010 Aug 28
1
star models
Hi, I am traying to implement an STAR model, but I have some problems. I am following the instruction of the model, that they are in: http://bm2.genes.nig.ac.jp/RGM2/R_current/library/tsDyn/man/star.html that they are from: http://bm2.genes.nig.ac.jp/RGM2/pkg.php?p=tsDyn The model is: star(x, m=2, noRegimes, d = 1, steps = d, series, rob = FALSE, mTh, thDelay, thVar, sig=0.05, trace=TRUE,
2015 Jul 08
2
mjr to opus audio conversion - corrupted results
Hi, In our project we use janus-gateway (http://janus.conf.meetecho.com/) as a webRTC gateway and also as a stream recorder. We are on the tests stage of our project, and after very long development time we have ecountered a bug that is a blocker for whole project. After real tests of recording streams using janus we realized that audio and video are out of sync in recordings, despite of fact,
2001 Jan 06
2
Linux Install
Dear Help: I have a recent version of Red Hat(Version 6) Linux (One Year Old). When I tried to invoke the rpm --install I got the following: [root at localhost /root]# rpm --install R-base-1.2.0-3.alpha.rpm only packages with major numbers <= 3 are supported by this version of RPM error: R-base-1.2.0-3.alpha.rpm cannot be installed What to do? Kirk
1998 Mar 02
0
R-beta: "out of virtual memory"
Hi, We just ran up against a "Memory exhausted" error trying to manipulate a 7Mb data file on R 0.61.1 FreeBSD-2.2.5, so I checked the manpage and discovered the "-v" option. However, I can only run "R -v 11". Anything higher gives the following: > R -v 12 R : Copyright 1998, Robert Gentleman and Ross Ihaka Version 0.61.1 Alpha (January 12, 1998) [...startup
2002 Sep 12
1
Problem with indexing
Dear List I am having a bit of a problem getting a program to work. For each of i=1 to n persons I have a matrix (different for each person) with m rows. What I want to do, is create m new data sets such that the first is made up of the first row for each person from the original matrices, the second contains the second row for each person from the original matrices etc etc up to the mth
2002 Mar 17
1
R hosting
Hi, I am thinking about setting a service to provide R hosting on Linux. Would anyone be interested? The idea is that a machine would be available that would provide R, Apache, MySQL, Java, Perl, PHP, and Python. Users could remotely login to use R directly or could use it to develop applications that use R. Also, this would save people the trouble of installing and upgrading R. This
2013 Jan 29
3
NA and Character(0) in List Element
Hi, This is probably a small query but one I'm struggling with: I have a list in which I had elements which were NA, I removed them, by doing: list2 <- lapply(list, na.omit), However this leaves the element there with 'character(0)' in place as well as attributes: e.g. [[978]] character(0) attr(,"na.action") [1] 1 attr(,"class") [1] "omit" I want