similar to: tiny bug in R installation (redhat)

Displaying 20 results from an estimated 4000 matches similar to: "tiny bug in R installation (redhat)"

2004 Mar 19
0
Fwd: osx/fink: cannot do "R INSTALL" (library mixup)
Begin forwarded message: > From: Dan Kelley <Dan.Kelley at Dal.Ca> > Date: March 19, 2004 12:00:01 PM AST > To: Don MacQueen <macq at llnl.gov> > Subject: Re: [R] osx/fink: cannot do "R INSTALL" (library mixup) > > That works perfectly! THanks. I did > 524 export PKG_LIBS="-L/usr/local/lib -L/sw/lib" > 525 R INSTALL pspline > and
2000 Feb 14
0
a nls(~...) question for R-0.90.1 (redhat-linux)
Please excuse a question from somebody who is new to R. I'm using R version 0.90.1 (from an RPM package for redhat-linux) and am running into difficulties with code that looks like: nls(~ relative.error(..., x, y),data,start=list(...)) I've taken this code, which attempts to do a nonlinear curve-fit with weighted deviations, from section 10.3 of the book 'Statistical models in
2006 Mar 13
0
R_alloc problem (Mac OSX)
Hello. I'm having difficulties getting R_alloc() to work. The test platform is a 64-bit Mac running R 2.2.1 installed via a .dmg file obtained from the R site. Details are given below, in a level of detail that I hope is appropriate. My eye was particularly drawn to line #2 in the gdb 'where' output, but line #1 seems sensible so I may just be displaying my ignorance by
2010 Mar 18
2
recommendations on use of -> operator
I have never used -> but I noticed at http://github.com/jiho/r-utils/blob/master/beamer_colors.R that some people do. In fact, the above-named code has a sort of elegance about it (except for the use of "=" for assignment...). To my eye, -> calls to mind a type of assignment that is meant to stand out. For example, perhaps it would make sense to use -> to assign
2005 May 06
1
R on Macintosh OSX Tiger
Hi. I'm not having any luck installing the binary for the new Macintosh OS called "Tiger". I get error messages as below. Can anyone offer me some advice? (PS: I checked the bug list first but a search on "Tiger" turned up nothing so I hope it's OK to post here.) Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared
2006 May 28
1
cartograms in R?
Q: Has anyone implemented cartograms [**] in R? A search on the R site turned up https://stat.ethz.ch/pipermail/r-sig-geo/2005-December/000698.html which led to http://www.okada.jp.org/RWiki/index.php?cmd=read&page=Rmap%A4%F2%BB% C8%A4%C3%A4%BF%C3%CF%BF%DE%C9%BD%BC%A8&word=Rmap#content_1_35 which has (one form of) a cartogram as a PNG, but which doesn't seem to have code. (The
2004 Mar 19
0
osx/fink: cannot do "R INSTALL" (library mixup)
Hello friends. I've just switched from linux to osx, and I'm liking it, except now that I'm getting down to brass tacks, and needing to install some R packages, I'm at a roadblock. I'm hoping someone can help. My R is installed from a .dmg, and resides as follows: $ which R /usr/local/bin/R The problem is that I cannot build packages. For example, see the below (which
2005 Dec 10
0
package building fails on OSX 10.4 with (lcc_dynamic error)
I have a package that contains some fortran code. It has been built in the past, but now I have an updated Apple OSX 10.4 (Tiger) system, and it fails. The behaviour is as follows $ R CMD CHECK oce ,,, gcc-3.3 -bundle -flat_namespace -undefined suppress -L/usr/local/lib -o oce.so geoddist.o ocecp.o rho.o spice.o strho.o theta.o tsrho.o -
2007 Oct 22
1
question on axis box with asp=1
I've been using (and loving) R for quite a while now, but I have to admit that something simple is still stumping me. The question is how I can control the box within which a plot is drawn, in cases where I'm controlling the aspect ratio with the "asp" argument. The problem comes up in pdf() and png() output formats, but also with interactive windows, and so I'll
2000 Mar 14
1
boxplots of 1 datum AND comparing rank and boolean
Q: When R does 'plot()' in a context that yields boxplots, is there a way to force it to draw something even if there are only 1 or two data in the category? I'd like for it to draw the data, perhaps using the outlier symbols. My code is (*** marks the line in question) is the following, for R-1.0.0: d <- read.table("nserc-results-pgsb", header=FALSE,
2000 Feb 24
2
(-1 as index) OR (envelope for QQ)
I'm new to R (and to S) and am wondering about code from pages 72 and 83 of MASS (Venables+Ripley, 3rd edition), to draw an envelope on a QQ plot. Copying from the book, I've got: #... code whose gist is "a.fit <- nls(..." num.points <- length(resid(a.fit)) qqnorm(residuals(a.fit)) # illustrate data-model residuals qqline(residuals(a.fit)) samp <-
2009 Oct 20
2
Created a DVD from Gnome Desktop -CentOS-5.3
I am trying to put the dvd iso image of CentOS-5.4 onto a DVD. I have an LG multi-writer installed. I have used this device on this host to created CDs in the past but this is my first attempt at creating a dvd. When I put a blank DVD-R media in the drive then I see a desktop icon for "CD-ROM Disc" created. When I open the bittorent folder and click on the iso image
2000 Jun 03
4
How to do linear regression with errors in x and y?
QUESTION: how should I do a linear regression in which there are errors in x as well as y? SUPPLEMENT: I've seen folks approach this problem by computing eigenvectors of the covariance matrix, and that makes sense to me. But I'm wondering if this has a "pedigree" (i.e. if it makes sense to folks on this list, and if it's something that has been published, so I can refer to
2000 Nov 04
1
Beginner's Stumbling Blocks
Others have commented on the usefulness of adding an explicit list of what should be included in the kernel. I second that. There''s another thing that''s tripped me up: While iproute2 compiles and installs easily (on a Red Hat 6.1 box), the documentation is in a format that - while not obscure to old Unix hands - requires compilation, which requires: "To make documentation,
2008 Mar 11
2
R-Latex question
Hi, maybe my question is not typical. I want to make R table-kind output to be readable immediately in Latex but I am struggling with symbol '\' needed for instance in '\hline'. For example when 'Table' is a matrix class object: cat("&",Table[1,1], "&",Table[1,2], "\n");flush.console() cat("\hline \n");flush.console()
2000 Apr 13
1
Can we get rid of && and ||?
At 12:24 PM 13/4/2000 +0200, GB wrote: > >I have some doubts about the implementation of the operators '&&' and >'||'. I only discuss '&&' here. The reason: One of my students tried >(slightly simplified here) > >> x <- c(0.5, 1.2, -0.8, 0.7) >> y <- x[(x > 0) && (x < 1)] >> y >[1] 0.5 1.2 -0.8
2004 Aug 10
2
Browsing problem with duplicate domains
I have this problem with Samba: "create_workgroup: workgroup name PRAISENET is too long. Truncating to PRAISENET 2004/08/10 21:47:08, 0] nmbd/nmbd_workgroupdb.c:create_workgroup(68)" There are many lines like this in my logs, for every workgroup when its master browser is a Samba 3. Moreover there are duplicate domains (for the same domain) on the network Workgroup
2008 Feb 07
5
wav to flac corruption
I have exactly the same problem. I encoded a BWF file to flac and then then decoded back to wav, using --keep-foreign-metadata, and I ended up with a bit-perfect copy of the original BWF. So I was fairly confident that the flac encoding is working correctly, the problem definitely appears to be with the flac players. Unfortunately it seems that the majority of flac players cannot play 24bit
2003 Nov 19
2
Correction for first order autocorrelation in OLS residuals
Hi there fellow R-users, Can anyone tell me if there exits an R package that deals with serial correlation in the residuals of an lm model. Perhaps, using the Cochrane Orcutt or Praise Wilson methods? Thanks, Wayne Dr Wayne R. Jones Senior Statistician / Research Analyst KSS Limited St James's Buildings 79 Oxford Street Manchester M1 6SS Tel: +44(0)161 609 4084 Mob: +44(0)7810 523 713
2013 Oct 10
1
cached message size errors
Hello, We recently moved from courier to dovecot, and I'm seeing a handful of errors that prevent people from retrieving email. Below is a snippet of the log sequence I see when this happens: Oct 10 13:44:24 mbox dovecot: imap(xxx at bway.net): Error: Cached message size smaller than expected (1759 < 1830) Oct 10 13:44:24 mbox dovecot: imap(xxx at bway.net): Error: Maildir filename has