similar to: Linux Install

Displaying 20 results from an estimated 10000 matches similar to: "Linux Install"

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
2000 Dec 05
6
R or Splus?
It's been suggested I use R, I suppose because my employer is too skint to pay for a copy of Splus. But.... it doesn't seem to be stable. I was trying to do some ordinary regression and stepping through a model. I was trying to set up a model ('kitchen_sink') in which to put all my model parameters. Then I wanted to use step() to see what it would reduce the model to. I
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
2000 Oct 17
5
R for Debian 2.2
I've recently installed Debian/GNU Linux 2.2. The R package on the debian website and Official CD is 0.90.x, so I checked cran for a more recent deb package, with the following result. homebrew:~# apt-get install r-base Reading Package Lists... Done Building Dependency Tree... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you
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
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
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,
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 |
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
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
2006 Mar 10
2
unload memdisk+FreeDOS => local boot
Sensei H. Peter Anvin, I have successfully modified/enhanced memdisk so that one can chainload a local operating system after running diskless FreeDOS. I would like your advice regarding the appropriate interface for invoking this functionality. In addition, I would like to know what steps to take so that you feel comfortable considering including this in the standard syslinux distribution.
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 |     
2001 Jul 03
1
WINE game compatability and "DOSe"?
After using a dual-boot system for a while (Win98 + Mandrake) on my home machine, I've decided to go for Linux only on my new (well, used) notebook (Latitude PII 266 w/ 128 MB RAM). In any case, I don't really use any Windows programs except a few games (well, I use office tools and programming environments, but there are plenty of good ones in Linux as is), so I'm looking into using
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
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
2007 Feb 19
4
kernel-smp-2.6.9-48
Hello all, There is kernel-smp-2.6.9-48 from Jason Baron at http://people.redhat.com/~jbaron/rhel4/ Can anyone advice where I can find RPMs of this kernel version for CentOS 4.4 ? Or how it can be created... -- Best regards, Maxim mailto:maxim at osetia.org
2001 Jan 05
2
Why doesn't as.vector() return a vector?
I use as.vector() on a data frame and I get a data frame in return. No warning. I have to use as.matrix() first. Why is that? Doesn't make sense to me. I'm using R 1.2.0 on Linux. > F <- data.frame(a = c(1,2,3), b = c(4,5,6)) > F a b 1 1 4 2 2 5 3 3 6 > V <- as.vector(F) > V a b 1 1 4 2 2 5 3 3 6 > attributes(V)
2006 Mar 02
2
keeppxe - documentation recommendation
Summary ======= I have a recommendation for a minor documentation change regarding 'keeppxe'. I lost some time on this and think that a clarification could save other people time in the future. pxelinux.doc should be tweaked to explicitly say that the "keeppxe" option should be given on the kernel command line through the APPEND statemen Detail ====== pxelinux.doc line 356
2007 Sep 15
22
[LLVMdev] 2.1 Pre-Release Available (testers needed)
LLVMers, The 2.1 pre-release (version 1) is available for testing: http://llvm.org/prereleases/2.1/version1/ I'm looking for members of the LLVM community to test the 2.1 release. There are 2 ways you can help: 1) Download llvm-2.1, llvm-test-2.1, and the appropriate llvm-gcc4.0 binary. Run "make check" and the full llvm-test suite (make TEST=nightly report). 2) Download
2003 Nov 07
4
Smoother bandwidth limiting
Skipped content of type multipart/signed-------------- next part -------------- -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html