Search Discussions
-
Hello, I used a mac G5, R.2.1.1, and G77 3.4.4 and I would like to use and call a fortran subroutine. The trouble is that it seems I am not able to correctly load the compiled code. Here is what I ...
Sébastien Durand
Aug 3, 2005 at 8:29 pm
Aug 5, 2005 at 10:52 pm -
I've just implemented a generalization of R's text connections, to also support reading/writing raw binary data. There is very little new code to speak of. For input connections, I wrote code to ...
Dhinds
Aug 22, 2005 at 11:34 pm
Sep 3, 2005 at 9:38 pm -
Hello to everyone! I use .Call to call a C function without arguments wich calls a fortran optimization package. My C function uses others C and Fortran functions and it works fine when I call it ...
Ricardo Luiz Andrade Abrantes
Aug 26, 2005 at 10:08 pm
Sep 4, 2005 at 8:01 pm -
--WWm7B+u2U4 Content-Type: text/plain; charset=us-ascii Content-Description: message body text Content-Transfer-Encoding: 7bit G'day all, I believe that this is related to PR#1717 (filed under ...
Berwin
Aug 27, 2005 at 2:10 pm
Aug 31, 2005 at 9:33 am -
Hi I'm having a problem with model.frame, encapsulated in this example: y1 <- matrix(c(3,1,0,1,0,1,1,0,0,0,1,0,0,0,1,1,0,1,1,1), nrow = 5, byrow = TRUE) y1 <- as.data.frame(y1) rownames(y1) <- ...
Gavin Simpson
Aug 16, 2005 at 3:15 pm
Aug 18, 2005 at 1:22 pm -
I think I am using objects according to the man page. This seems to be a valid regular expression. But whether I know what I'm doing or no, it still shouldn't be doing what valgrind seems to be ...
Charlie
Aug 1, 2005 at 9:25 pm
Aug 4, 2005 at 7:41 pm -
I am assisting in the purchase of 64-bit Windows XP system for researchers who run R. These systems will have AMD Opteron processors and at least 4GB of RAM. I'd appreciate advice on whether there is ...
Milton Lopez
Aug 30, 2005 at 11:27 pm
Sep 2, 2005 at 9:55 pm -
I am trying to adapt boxplot.formula (in graphics) to accept an additional parameter, weights. I already managed to adapt boxplot.default to do this. boxplot.formula prepares the data for a call to ...
Erich Neuwirth
Aug 22, 2005 at 9:39 pm
Aug 23, 2005 at 11:16 am -
Full_Name: G?ran Brostr?m Version: R-2.1.1, 2.2.0 OS: Debian unstable Submission from: (NULL) (213.65.9.59) Some BLAS routines call xerbla for error messages, which results in a message like "LAPACK ...
Gb
Aug 28, 2005 at 11:58 am
Aug 29, 2005 at 10:48 am -
Hi, I've spotted a possible memory leakage/violation in the latest R v2.1.1 patched and R v2.2.0dev on Windows XP Pro SP2 Eng. I first caught it deep down in a nested svd algorithm when subtracting a ...
Henrik Bengtsson
Aug 26, 2005 at 3:55 pm
Aug 27, 2005 at 10:38 am -
This segfaults on OS X (10.4) on both X11 and quartz devices. Seems a problem with lattice but I cannot test on other platforms stefano Begin forwarded message:
Stefano iacus
Aug 29, 2005 at 8:12 am
Sep 7, 2005 at 9:21 pm -
G'day all, After reading through "Writing R Extensions", Version 2.1.1 (2005-06-20), I thought the the following points might need clarifications or corrections. (I checked that these comments also ...
Berwin A Turlach
Aug 27, 2005 at 12:04 pm
Sep 6, 2005 at 1:54 am -
Hi, I built R with Portland Group compiler, but I noticed one thing that when I ran configure for the first time on AMD machine, I got the following error: checking whether the C compiler works.. ...
Jennifer Lai
Aug 31, 2005 at 9:28 pm
Aug 31, 2005 at 10:19 pm -
Hi, Can anyone advise me on how to compile R with Portland Group compiler on a Opeteron machine with Red Hat Enterprise Linux WS release 4 installed? I've edit config.site file to pick portland group ...
Jennifer Lai
Aug 23, 2005 at 5:59 pm
Aug 30, 2005 at 4:23 pm -
Ok, here's another best practices question - let's say I'm writing a package and I want to use a function name that is already claimed by a function in the base R packages. For the sake of argument, ...
Hadley wickham
Aug 23, 2005 at 2:58 am
Aug 26, 2005 at 3:45 pm -
Several times my packages have fallen foul of the latex check at the uploading-to-CRAN stage, creating extra work for Kurt Hornik. I've never bothered trying to get latex working on my own packages ...
Mark Bravington
Aug 23, 2005 at 5:23 am
Aug 24, 2005 at 7:54 pm -
Hi it says in R-exts that A method must have all the arguments of the generic, including ... if the generic does. A method must have arguments in exactly the same order as the generic. A method ...
Robin Hankin
Aug 31, 2005 at 7:09 am
Aug 31, 2005 at 8:06 am -
Hello! I have writen some subrutines in Free-form Fortran. I would like to includ them in a package, which I would like to build on WinXP. I have all suggested tools/programs for bulding R packages ...
Aleą ®iberna
Aug 26, 2005 at 2:36 pm
Aug 27, 2005 at 8:36 am -
I believe your understanding of the English language is different from the author here, who is English. (You on the other hand seem to think there is no need to give your country in your address when ...
Ripley
Aug 24, 2005 at 4:30 pm
Aug 25, 2005 at 1:07 pm -
Dear R-devel list members: I have two internationalization questions, related to questions that I posed previously. These pertain to Windows (I've tried under Win XP but assume the issue is more ...
John Fox
Aug 22, 2005 at 1:00 am
Aug 22, 2005 at 1:11 pm -
Full_Name: Paul Mosquin Version: 2.1.1 OS: Windows XP Submission from: (NULL) (24.225.66.48) I just don't understand this: [1] FALSE or [1] FALSE
Pmosquin
Aug 16, 2005 at 10:12 pm
Aug 17, 2005 at 4:01 am -
Can someone confirm the following as a problem: R setClass("Foo", representation(.handle = "externalptr")) R object.size(new("Foo")) Error in object.size(new("Foo")) : object.size: unknown type 22 R ...
Paul Roebuck
Aug 4, 2005 at 5:29 am
Aug 5, 2005 at 1:46 pm -
Dear List, A few weeks ago a discussion took place regarding Fedora Core 4 and compiling R on that platform using the new version 4 of gcc and its gfortran compiler. gcc was recently updated to 4.0.1 ...
Gavin Simpson
Aug 1, 2005 at 5:04 pm
Aug 3, 2005 at 12:55 am -
I find it a bit peculiar that a package skeleton created with a utils function package.skeleton() fails subsequent R CMD check. I do understand that the function is intended to produce only a ...
Jari Oksanen
Aug 31, 2005 at 8:58 am
Aug 31, 2005 at 9:42 am -
Hello all, I am writing an R interface to some C++ files which make use of std::wstring classes for internationalization. Previously (when I wanted to make R strings from C++ std::strings), I would ...
James Bullard
Aug 26, 2005 at 10:56 pm
Aug 30, 2005 at 6:39 am -
Hi, I'm sure that this question has come up many times before. When I load an R extension dll I've built with the Microsoft compiler, I get the warning: Warning message: DLL attempted to change FPU ...
Chris Paulse
Aug 29, 2005 at 2:52 pm
Aug 29, 2005 at 6:16 pm -
Full_Name: Somkiat Apipattanavis Version: 2.1.1 OS: Windows Submission from: (NULL) (128.138.44.123) Bug found in predict.locfit for density estimation # Example of bug found in prdict.locfit ...
Apipatta
Aug 8, 2005 at 7:27 pm
Aug 25, 2005 at 9:35 pm -
A package that I develop (xcms) sometimes needs to read and process vectors several hundreds of megabytes in size. (They only represent parts of a large data sets which can approach nearly 100GB.) ...
Colin A. Smith
Aug 20, 2005 at 6:38 am
Aug 25, 2005 at 6:04 am -
Hi, I am facing one problem of fetching R warning messages in Java Code using Rserve. It is easier to trap R Error messages by using catching RSrvException. I came to know one way of fetching R ...
Nikhil Shah
Aug 22, 2005 at 3:26 pm
Aug 23, 2005 at 9:00 am -
A recent thread on R-help reminded me of some questions I have regarding the path separator on Windows. The thread: [R] using paste and "\" to create a valid filename The question: What are the ...
Seth Falcon
Aug 20, 2005 at 2:07 pm
Aug 20, 2005 at 3:51 pm -
[1] "R version 2.1.1, 2005-06-20" ---------------------------------------------------------- SIGSIG -- signature too long (core dumped)
Paul Roebuck
Aug 14, 2005 at 6:19 pm
Aug 15, 2005 at 3:32 pm -
Hi, I have query regarding R & Rserve. In Rserve, there is a way to capture Errors by RSrvException class, but is there any way to capture warning messages? I have found that there is "warnings()" ...
Nikhil Shah
Aug 12, 2005 at 10:30 am
Aug 13, 2005 at 6:14 pm -
Can someone explain what the problem is when I use the generating function? And how to get debug() to stop in the Superclass initialize method? ---- source ----- setClass("Superclass", ...
Paul Roebuck
Aug 5, 2005 at 8:09 am
Aug 5, 2005 at 7:18 pm -
If I have an S4 object, and I make a copy, changes to the original aren't reflected in the copy: An object of class "foo" Slot "slot": [1] 1 This is as it should be. However, if I call the slot ...
Murdoch
Aug 31, 2005 at 6:48 pm
Sep 2, 2005 at 3:33 am -
Full_Name: D Kreil Version: 2.1.1 OS: HP-UX B.11.23 U ia64 0029870451 unlimited-user license Submission from: (NULL) (62.178.15.60) When the dependency readline is installed in a non-standard ...
Rbug05
Aug 29, 2005 at 7:54 pm
Aug 29, 2005 at 9:03 pm -
That confuses me. My R installation (R-devel of yesterday) is compiled against ATLAS BLAS (from Debian-unstable). Why, then, is xerbla from R sources used anyway? G?ran
Göran Broström
Aug 29, 2005 at 1:34 pm
Aug 29, 2005 at 2:41 pm -
Hello, I am getting a compile warning when building R from source. I am building on a AMD64 Opteron system with gcc (GCC) 3.3.3 (SuSE Linux) The warning is: unique.c: In function `cshash' ...
Harris, Michael (NIH/NCI) [E]
Aug 29, 2005 at 2:24 pm
Aug 29, 2005 at 2:37 pm -
I want to use the R functionalities in my Java program. I found the Rserve that appear to suite my requirements but I'm facing some configuration problems. I' following the web page tutorial ...
Joelarrais
Aug 29, 2005 at 10:04 am
Aug 29, 2005 at 1:45 pm -
[I'm CC-ing to r-devel, please post follow-ups there] What version of lattice are you using? Please use the latest one, in which histogram is an S3 generic, with only one argument, formula. The ...
Deepayan Sarkar
Aug 25, 2005 at 5:05 pm
Aug 26, 2005 at 10:17 am -
Full_Name: Leo van Romunde Version: 2, 1, 0 OS: Win XP prof. sp1 Submission from: (NULL) (81.58.34.90) When we type the following R gives an error: Error in list(a, b) : invalid 'envir' argument When ...
Lvr
Aug 25, 2005 at 2:56 pm
Aug 25, 2005 at 4:04 pm -
Full_Name: Dirk Koschuetzki Version: 2.1.1 OS: source code Submission from: (NULL) (194.94.136.34) Hello, ****************************** cor.test.default <- function(x, y, alternative = ...
Dkoschuetzki
Aug 18, 2005 at 11:43 am
Aug 24, 2005 at 4:55 pm -
OK. I give up. I'll ask a stupid question. How do I get the $!#@*$ signif stars line printed by summaries to not look extremely bizarre in the latex produced by Sweave? For example, see p. 7 of ...
Charles Geyer
Aug 21, 2005 at 11:55 pm
Aug 22, 2005 at 11:57 pm -
Hello Group, I could use an advice on how SEXP handles work. My aim is to implement a system where I initially set a few global variables that are used for communication between C and R code. Then I ...
Markku Mielityinen
Aug 17, 2005 at 6:48 am
Aug 17, 2005 at 7:50 am -
Full_Name: Chris Paulse Version: 2.1.1 OS: WinXP Submission from: (NULL) (129.98.60.134) This seems strange. I have a small block of code that repeatedly calls rbinom. I put a break in there in case ...
Cpaulse
Aug 16, 2005 at 7:11 pm
Aug 16, 2005 at 7:53 pm -
Full_Name: Jan Bentlage Version: 2.1.1 OS: Windows Submission from: (NULL) (212.62.93.226) I loaded a huge database (textfile, semikolon seperated) by read.csv2. The data already appeared in the list ...
Gemachtenest
Aug 15, 2005 at 1:36 pm
Aug 15, 2005 at 3:04 pm -
When parse():ing R code from *file* with a unclosed string, that is, a string that has an open quoation mark, but not a ending one, the string seems to be closed automagically. Is this a "bug"? ...
Henrik Bengtsson
Aug 14, 2005 at 9:42 am
Aug 15, 2005 at 11:44 am -
I had promised to report on tests of gcc-4.0.1, and have now tracked down all the outstanding issues. I am comparing gcc3 (gcc-3.4.4 including g77) and gcc4 (gcc-4.0.1 including gfortran) on FC3, ...
Prof Brian Ripley
Aug 5, 2005 at 8:01 pm
Aug 6, 2005 at 1:08 pm -
What is the best code available for simple general purpose manipulation of tree (and/or directed graph) data structures in R? Looking through CRAN, I see a bunch of packages for stastical regression ...
Andrew Piskorski
Aug 3, 2005 at 9:38 am
Aug 3, 2005 at 9:48 am -
Are there any plans to support fifo on Windows? On my XP system ("R version 2.1.1, 2005-06-23") R capabilities("fifo") gives FALSE. Note that Windows does support named pipes as shown in the ...
Gabor Grothendieck
Aug 1, 2005 at 5:10 pm
Aug 1, 2005 at 7:19 pm
Group Overview
group | r-devel |
categories | r |
discussions | 118 |
posts | 369 |
users | 110 |
website | r-project.org |
irc | #r |
110 users for August 2005
Archives
- June 2016 (34)
- May 2016 (174)
- April 2016 (105)
- March 2016 (133)
- February 2016 (127)
- January 2016 (93)
- December 2015 (92)
- November 2015 (80)
- October 2015 (164)
- September 2015 (133)
- August 2015 (120)
- July 2015 (110)
- June 2015 (165)
- May 2015 (242)
- April 2015 (131)
- March 2015 (212)
- February 2015 (147)
- January 2015 (117)
- December 2014 (118)
- November 2014 (201)
- October 2014 (146)
- September 2014 (162)
- August 2014 (217)
- July 2014 (153)
- June 2014 (195)
- May 2014 (193)
- April 2014 (231)
- March 2014 (270)
- February 2014 (107)
- January 2014 (186)
- December 2013 (122)
- November 2013 (156)
- October 2013 (215)
- September 2013 (248)
- August 2013 (239)
- July 2013 (167)
- June 2013 (151)
- May 2013 (223)
- April 2013 (278)
- March 2013 (229)
- February 2013 (254)
- January 2013 (201)
- December 2012 (207)
- November 2012 (154)
- October 2012 (203)
- September 2012 (175)
- August 2012 (209)
- July 2012 (180)
- June 2012 (148)
- May 2012 (241)
- April 2012 (215)
- March 2012 (343)
- February 2012 (248)
- January 2012 (242)
- December 2011 (201)
- November 2011 (328)
- October 2011 (262)
- September 2011 (221)
- August 2011 (239)
- July 2011 (248)
- June 2011 (283)
- May 2011 (367)
- April 2011 (393)
- March 2011 (284)
- February 2011 (344)
- January 2011 (212)
- December 2010 (274)
- November 2010 (300)
- October 2010 (280)
- September 2010 (322)
- August 2010 (303)
- July 2010 (248)
- June 2010 (187)
- May 2010 (231)
- April 2010 (284)
- March 2010 (287)
- February 2010 (329)
- January 2010 (258)
- December 2009 (353)
- November 2009 (496)
- October 2009 (367)
- September 2009 (461)
- August 2009 (353)
- July 2009 (269)
- June 2009 (329)
- May 2009 (354)
- April 2009 (354)
- March 2009 (535)
- February 2009 (351)
- January 2009 (324)
- December 2008 (226)
- November 2008 (315)
- October 2008 (301)
- September 2008 (208)
- August 2008 (309)
- July 2008 (246)
- June 2008 (265)
- May 2008 (399)
- April 2008 (515)
- March 2008 (314)
- February 2008 (345)
- January 2008 (324)
- December 2007 (324)
- November 2007 (272)
- October 2007 (272)
- September 2007 (265)
- August 2007 (260)
- July 2007 (280)
- June 2007 (246)
- May 2007 (389)
- April 2007 (410)
- March 2007 (371)
- February 2007 (298)
- January 2007 (385)
- December 2006 (293)
- November 2006 (389)
- October 2006 (487)
- September 2006 (455)
- August 2006 (111)
- July 2006 (397)
- June 2006 (367)
- May 2006 (413)
- April 2006 (441)
- March 2006 (381)
- February 2006 (349)
- January 2006 (390)
- December 2005 (261)
- November 2005 (318)
- October 2005 (528)
- September 2005 (369)
- August 2005 (369)
- July 2005 (274)
- June 2005 (410)
- May 2005 (331)
- April 2005 (465)
- March 2005 (276)
- February 2005 (291)
- January 2005 (272)
- December 2004 (199)
- November 2004 (388)
- October 2004 (318)
- September 2004 (273)
- August 2004 (298)
- July 2004 (267)
- June 2004 (286)
- May 2004 (168)
- April 2004 (268)
- March 2004 (316)
- February 2004 (271)
- January 2004 (292)
- December 2003 (164)
- November 2003 (249)
- October 2003 (311)
- September 2003 (262)
- August 2003 (305)
- July 2003 (170)
- June 2003 (271)
- May 2003 (239)
- April 2003 (273)
- March 2003 (155)
- February 2003 (1)
- January 2003 (1)
- December 2002 (1)
- October 2002 (1)
- September 2002 (1)
- August 2002 (1)
- July 2002 (1)
- June 2002 (1)
- April 2002 (2)
- March 2002 (1)
- February 2002 (1)
- January 2002 (1)
- December 2001 (1)
- November 2001 (1)
- October 2001 (1)
- September 2001 (1)
- August 2001 (1)
- July 2001 (1)
- June 2001 (1)
- May 2001 (1)
- April 2001 (1)
- March 2001 (1)
- February 2001 (1)
- January 2001 (1)
- December 2000 (1)
- November 2000 (1)
- October 2000 (1)
- September 2000 (1)
- August 2000 (1)
- July 2000 (1)
- May 2000 (2)
- April 2000 (1)
- March 2000 (1)
- February 2000 (1)
- January 2000 (1)
- December 1999 (1)
- November 1999 (1)
- October 1999 (1)
- September 1999 (1)
- August 1999 (1)
- July 1999 (1)
- June 1999 (1)
- May 1999 (1)
- March 1999 (2)
- February 1999 (1)
- January 1999 (1)
- December 1998 (1)
- November 1998 (1)
- October 1998 (1)
- September 1998 (1)
- August 1998 (1)
- July 1998 (1)
- June 1998 (1)
- May 1998 (1)
- April 1998 (1)
- March 1998 (1)
- February 1998 (1)
- January 1998 (1)
- December 1997 (1)
- November 1997 (1)
- October 1997 (1)
- September 1997 (1)
- August 1997 (1)
- July 1997 (1)
- June 1997 (1)
- May 1997 (1)
- April 1997 (1)