Grokbase Groups R r-devel July 2004
FAQ

Search Discussions

109 discussions - 267 posts

  • Hi all, I am not able to access cvs via rsync today. Is the service down? Thanks, Marc Schwartz
    Marc SchwartzMarc Schwartz
    Jul 19, 2004 at 7:15 pm
    Jul 20, 2004 at 4:17 am
  • I believe it's Uwe that's been providing the Windows binaries for packages. [The reason for cc to R-devel:] Would it make sense to have platform specific packages in a separate area on CRAN? I don't ...
    Liaw, AndyLiaw, Andy
    Jul 21, 2004 at 3:39 pm
    Jul 27, 2004 at 11:05 am
  • There was a discussion on r-help of getting the output from print.packageInfo into a file. Spencer and I have added a file= argument to print.packageInfo for consideration in R. Had this been ...
    Gabor GrothendieckGabor Grothendieck
    Jul 26, 2004 at 1:16 am
    Aug 2, 2004 at 4:07 pm
  • I'm only now realizing that we have severe problems with R on our AMD 'Opteron' and 'Athlon64' clients running Redhat Enterprise with all 64-bit libraries (AFAICS). The Lapack problem happens for ...
    Martin MaechlerMartin Maechler
    Jul 27, 2004 at 12:51 pm
    Jul 28, 2004 at 10:18 am
  • The help file for "vector" in R 1.9.1 for Windows includes the following: x <- c(a = 1, b = 2) is.vector(x) as.vector(x) all.equal(x, as.vector(x)) ## FALSE I ran this just now and got TRUE. Should I ...
    Spencer GravesSpencer Graves
    Jul 21, 2004 at 2:46 pm
    Jul 23, 2004 at 4:45 pm
  • # Your mailer is set to "none" (default on Windows), # hence we cannot send the bug report directly from R. # Please copy the bug report (after finishing it) to # your favorite email program and send ...
    RmhRmh
    Jul 10, 2004 at 11:28 pm
    Jul 11, 2004 at 5:07 pm
  • Rd.sty defines \newlength{\middle} which seems to be in conflict with the my latex installation. Here is a minimal example: \documentclass{article} \newlength{\middle} \begin{document} \end{document} ...
    Na LiNa Li
    Jul 1, 2004 at 5:15 pm
    Jul 2, 2004 at 10:15 am
  • I am trying to assign the values in a matrix to an object whose name is created dynamically, i.e., using eval-parse-text-paste sequence. It seems that only the very last value in the matrix is ...
    CliffCliff
    Jul 27, 2004 at 9:47 pm
    Jul 27, 2004 at 10:09 pm
  • [moved the thread to R-devel....] Yes. That's the ideal solution. Anyway, these days you still need perl, and what happens if you have got some C or Fortran sources? Additionally, we can never do all ...
    Uwe LiggesUwe Ligges
    Jul 12, 2004 at 4:27 pm
    Jul 13, 2004 at 7:47 pm
  • # Your mailer is set to "none" (default on Windows), # hence we cannot send the bug report directly from R. # Please copy the bug report (after finishing it) to # your favorite email program and send ...
    RmhRmh
    Jul 9, 2004 at 9:28 pm
    Jul 11, 2004 at 4:09 pm
  • Hi, I am not sure if this is a bug or a non-implement feature of text-drawing functions with TeX-style expression, but hat() and some of its equals does not get the right "bounding boxes" if they are ...
    Henrik BengtssonHenrik Bengtsson
    Jul 27, 2004 at 7:12 pm
    Sep 19, 2004 at 11:11 pm
  • [Moving this thread to R-devel instead] I suspect your "random" results are due to a bug in gsub(). On my R v1.9.0 (Rterm and Rgui) R crashes when I do % R --vanilla it works as expected. So there is ...
    Henrik BengtssonHenrik Bengtsson
    Jul 17, 2004 at 1:59 am
    Jul 26, 2004 at 7:23 pm
  • Full_Name: Karel 'Clock' Kulhavy Version: 1.9.0 OS: GNU/Linux Submission from: (NULL) (212.71.168.94) par(mfrow=c(2,1) is ignored by filled.contour().
    ClockClock
    Jul 19, 2004 at 12:58 pm
    Jul 19, 2004 at 5:16 pm
  • I notice that this function is available after Dr. Murdoch's post at R-GUI. I am further wondering how to use "Process" and "ProcessID" two choices. Suppose I created more than one 'Document' windows ...
    Peng LiuPeng Liu
    Jul 15, 2004 at 10:13 pm
    Jul 19, 2004 at 3:27 pm
  • This is completely undocumented use of options, but it does cause a segfault with r-patched and r-devel on Linux: options(list('digits', 'scipen')) Strangely enough, options(list('digits')) and ...
    DeepayanDeepayan
    Jul 12, 2004 at 5:46 am
    Jul 12, 2004 at 7:35 pm
  • The Hmisc package has in its .First.lib function a verbose argument, which I thought was the way to allow users to suppress certain messages, by issuing library(Hmisc, verboseúLSE). But I see that ...
    Frank E Harrell JrFrank E Harrell Jr
    Jul 11, 2004 at 1:07 pm
    Jul 11, 2004 at 8:09 pm
  • Brian Ripley stated that in the future it will not be a good idea to have top-level code in R packages other than assignments. There is one important exception, though it leads instantly to an ...
    Frank E Harrell JrFrank E Harrell Jr
    Jul 3, 2004 at 5:16 am
    Jul 3, 2004 at 7:30 pm
  • 1. R-devel on OS X aborts when the code below is run after spitting out the message Loading required package: MASS Parameter 5 to routine DSTEIN was incorrect Mac OS BLAS parameter error in DSTEIN, ...
    Jan de LeeuwJan de Leeuw
    Jul 3, 2004 at 9:24 am
    Jul 3, 2004 at 6:59 pm
  • I tried to compile R (current R-patched to be more precise) with gcc 3.5 by Apple (which will be probably shipped with Tiger) and here's how far I got: 1) compilation itself was fine except for one ...
    Simon UrbanekSimon Urbanek
    Jul 11, 2004 at 7:13 pm
    Aug 1, 2004 at 11:21 am
  • Dear R-develers, I have been seraching in vain for an example of source-code, using .Call, to call an R-function from within C. Am also wondering i this .Call command works for all functions, say if ...
    Freja VamborgFreja Vamborg
    Jul 30, 2004 at 2:07 pm
    Jul 30, 2004 at 5:28 pm
  • Full_Name: Tanya Logvinenko Version: 1.7.0 OS: Windows 2000 Submission from: (NULL) (132.183.156.125) For unbalanced design, I ran into problem with ANOVA (aov function). The sum of squares for only ...
    TlogvinenkoTlogvinenko
    Jul 29, 2004 at 10:43 pm
    Jul 30, 2004 at 7:07 am
  • I have an S-Plus library that I would like to port to R. The library sends a mix of static and dynamic output to an html file. For example cat(" ... Big block of HTML formatting code ... ") ...
    Kevin WrightKevin Wright
    Jul 29, 2004 at 12:09 am
    Jul 29, 2004 at 9:45 am
  • Full_Name: Rob Strawderman Version: 1.9.1 OS: red hat linux 8 Submission from: (NULL) (128.253.217.211) The following demonstrates the basic problem: [martingale <99 ]% rm .RData rm: remove regular ...
    Rls54Rls54
    Jul 28, 2004 at 6:08 pm
    Jul 28, 2004 at 9:19 pm
  • Experimenting a bit further, I've "found" the following 1) the problem seems only gsub(), not sub() NULL 2) only if perl = TRUE, not otherwise 3) Also modifying the replacement string only slightly ...
    MaechlerMaechler
    Jul 17, 2004 at 12:15 pm
    Jul 26, 2004 at 6:17 pm
  • Error in .C("RTcl_ActivateConsole", PACKAGE = "tcltk") : C function name not in DLL for package tcltk platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 1 minor 9.1 year ...
    JoehlJoehl
    Jul 16, 2004 at 5:09 pm
    Jul 26, 2004 at 11:54 am
  • hello, my name is Roman Pahl and recently i tried to build a package under Windows. I created the skeleton and did alle the documentation stuff. As i wanted to check it using the 'R CMD CHECK ...
    Roman PahlRoman Pahl
    Jul 20, 2004 at 1:25 pm
    Jul 20, 2004 at 2:21 pm
  • Full_Name: Richard Mott Version: 1.9.0 OS: Windows XP Submission from: (NULL) (81.178.233.208) Shouldn't these give the same answer? [1] 1.996145e-16
    Richard MottRichard Mott
    Jul 16, 2004 at 4:30 pm
    Jul 17, 2004 at 1:21 pm
  • I have a naive question here, but only because I've managed to screw this up twice in the last week. What is the correct way to reply to a bug report? Should r-bugs be in the To: or Cc: fields? I ...
    Roger D. PengRoger D. Peng
    Jul 16, 2004 at 10:13 pm
    Jul 17, 2004 at 12:36 pm
  • # Your mailer is set to "none" (default on Windows), # hence we cannot send the bug report directly from R. # Please copy the bug report (after finishing it) to # your favorite email program and send ...
    RmhRmh
    Jul 14, 2004 at 9:33 pm
    Jul 16, 2004 at 4:37 am
  • Full_Name: Elliot Williams Version: 1.9.1 OS: Linux Submission from: (NULL) (146.142.53.18) Hi, The usual configure/make procedure hangs when there is a space in the pathname. For instance, I had R ...
    Williams ElliotWilliams Elliot
    Jul 8, 2004 at 1:50 am
    Jul 8, 2004 at 3:58 pm
  • Full_Name: Theodosios Theodosiou Version: 1.9.1 OS: MAC OS X (10.3.4) Submission from: (NULL) (193.62.199.161) dyld: /usr/bin/open version mismatch for library: /usr/local/lib/libxml2.2.dylib ...
    TheodosTheodos
    Jul 7, 2004 at 12:41 pm
    Jul 8, 2004 at 3:37 pm
  • Full_Name: Stephen Weigand Version: 1.9.0 OS: Mac OS X 10.3.4 Submission from: (NULL) (68.115.89.235) When running an iteratively reweighted least squares program R crashes and the following is ...
    Weigand StephenWeigand Stephen
    Jul 3, 2004 at 5:09 am
    Jul 7, 2004 at 5:48 am
  • Bug in "SOM" package in R. This simple code withot for loop runs:-------simple.r-------- library(som) A <- as.matrix(read.table("C:/code/h.txt", sep="\t", header=TRUE, row.names=1)) ...
    NikhilgNikhilg
    Jul 1, 2004 at 9:25 am
    Jul 1, 2004 at 7:12 pm
  • This probably should go to Duncan Murdoch ... The following reliably crashes R Version 1.9.1 on Win2000: winDialogString(paste(sample(letters,500,rep=TRUE), collapse=""),default="") (presumably ...
    Gunter BertonGunter Berton
    Jul 28, 2004 at 8:22 pm
    Aug 4, 2004 at 4:07 pm
  • Dear R Development Team, I compile R-1.9.1 on AIX 5.2 under 2.9-aix51-020209, and xlf 7.1. In order to let R compile successfully under gcc 2.9, I have to change one C statement of ...
    Liao, KexiaoLiao, Kexiao
    Jul 30, 2004 at 3:03 pm
    Aug 2, 2004 at 12:34 am
  • Hi, is there are reason for not supporting NULL or "NULL" values for argument colClasses in read.table(), much like you can use NULL values for argument 'what' in scan()? This would help quite a bit ...
    Henrik BengtssonHenrik Bengtsson
    Jul 28, 2004 at 9:11 pm
    Jul 28, 2004 at 10:12 pm
  • Using R 2.0.0 of July 20 2004 train, test, and cl as defined in example(knn), we have [1] ".GlobalEnv" "package:methods" "package:stats" "package:graphics" [5] "package:utils" "Autoloads" ...
    Vincent Carey 525-2265Vincent Carey 525-2265
    Jul 26, 2004 at 9:48 pm
    Jul 26, 2004 at 10:07 pm
  • I the course of cleaning up the build for OS X I wondered why R requires zlib 1.2.1+. Is there any specific reason for that? OS X comes with zlib 1.1.4, so I wonder if using the system library has ...
    Simon UrbanekSimon Urbanek
    Jul 20, 2004 at 2:44 pm
    Jul 26, 2004 at 9:40 pm
  • (Moved from r-help) Yes, I've seen that, but I never knew what it meant, and so it didn't give me confidence in the installation. (Did I make the right choice? How would I know if I didn't?) We don't ...
    Duncan MurdochDuncan Murdoch
    Jul 16, 2004 at 3:50 am
    Jul 26, 2004 at 6:07 pm
  • I'm not looking to start a discussion of the GPL on R-devel; I'm just giving a reference because the subject of the GPL, the license under which R is issued, has been brought up on this list. If you ...
    Douglas BatesDouglas Bates
    Jul 22, 2004 at 2:43 pm
    Jul 22, 2004 at 3:18 pm
  • <<insert bug report here --please do not edit the information below-- Version: platform = powerpc-apple-darwin6.8 arch = powerpc os = darwin6.8 system = powerpc, darwin6.8 status = major = 1 minor = ...
    JohnmJohnm
    Jul 22, 2004 at 2:11 am
    Jul 22, 2004 at 1:19 pm
  • Full_Name: david stoffer Version: 1.9.0 OS: win xp pro Submission from: (NULL) (67.165.78.88) spec.pgram is supposed to plot the periodogram values in dB, i.e., 10log10(.). the value on the graph ...
    StofferStoffer
    Jul 22, 2004 at 12:47 am
    Jul 22, 2004 at 8:55 am
  • Full_Name: Adriano Azevedo Filho Version: 1.9.1 OS: Windows, Linux Submission from: (NULL) (200.171.246.212) R-squared and Adjusted R-squared appear to be wrong when the formula in lm() is specified ...
    AdrianoAdriano
    Jul 22, 2004 at 5:22 am
    Jul 22, 2004 at 5:22 am
  • I like to request that the an argument/option to rank numbers in decreasing order, i.e. largest number first, be added to rank(). Currently I am using the following construct, which can get a bit ...
    Adaikalavan RamasamyAdaikalavan Ramasamy
    Jul 21, 2004 at 5:06 pm
    Jul 21, 2004 at 6:08 pm
  • as.matrix.data.frame() issues a spurious warning for POSIXt columns in R-1.9.1: R x <- data.frame(date=as.POSIXct("2004-07-20")) R as.matrix(x) date 1 "2004-07-20" Warning message: longer object ...
    David BrahmDavid Brahm
    Jul 21, 2004 at 1:36 am
    Jul 21, 2004 at 11:51 am
  • Full_Name: Sanford Weisberg Version: 1.9.1 OS: Win XP Submission from: (NULL) (160.94.148.2) Min. 1st Qu. Median Mean 3rd Qu. Max. 0.222 4.780 7.550 7.780 10.200 21.600 The mean of this variable DOES ...
    SandySandy
    Jul 20, 2004 at 3:54 pm
    Jul 20, 2004 at 4:13 pm
  • Full_Name: Ju-Sung Lee Version: 1.9.1 OS: Windows XP Submission from: (NULL) (128.2.79.102) The following commands causes R to crash: a = array(1:3) dimnames(a)[[1]] = c('1','2','3') ...
    JusungJusung
    Jul 19, 2004 at 11:13 pm
    Jul 20, 2004 at 3:51 pm
  • Full_Name: Karel 'Clock' Kulhavy Version: 1.9.0 OS: GNU/Linux Submission from: (NULL) (212.71.168.94) persp() graphing function ignores par(cex).
    ClockClock
    Jul 19, 2004 at 12:57 pm
    Jul 19, 2004 at 1:04 pm
  • Full_Name: Karel 'Clock' Kulhavy Version: 1.9.0 OS: GNU/Linux Submission from: (NULL) (212.71.168.94) par(annúLSE) is ignored by image() graphics function.
    ClockClock
    Jul 19, 2004 at 12:52 pm
    Jul 19, 2004 at 1:00 pm
  • Full_Name: Karel Kulhavy Version: 1.9.0 OS: GNU/Linux Submission from: (NULL) (212.71.168.94) plot(function(x){x^2}, 1, 10) doesn't react to par(xlog=TRUE).
    ClockClock
    Jul 19, 2004 at 12:28 pm
    Jul 19, 2004 at 12:50 pm
Group Navigation
period‹ prev | Jul 2004 | next ›
Group Overview
groupr-devel @
categoriesr
discussions109
posts267
users88
websiter-project.org
irc#r

88 users for July 2004

Ripley: 30 posts Martin Maechler: 28 posts Uwe Ligges: 21 posts Duncan Murdoch: 13 posts Deepayan: 8 posts Simon Urbanek: 8 posts Marc Schwartz: 7 posts Rmh: 7 posts Rpeng: 7 posts A.J. Rossini: 6 posts Clock: 5 posts Douglas Bates: 5 posts Gabor Grothendieck: 5 posts Peter Dalgaard: 5 posts Dirk Eddelbuettel: 4 posts Henrik Bengtsson: 4 posts Cliff: 3 posts Frank E Harrell Jr: 3 posts Jan de Leeuw: 3 posts Kurt Hornik: 3 posts
show more
Archives