[Rd] Double-clicking Darwin-Aqua R-devel

2003-06-13 Thread Stefano Iacus
At the url http://www.economia.unimi.it/R/ you can find the latest build of RAqua (which is a preview of what can be the Aqua GUI for Darwin R). Unstuff the archive RAqua.app.sit, drag the RAqua icon into the Applications folder of your MacOS X System and double click on its icon to launch R.

[Rd] compiling R-1.7.0 on alphaev6-dec-osf5.1

2003-06-13 Thread Linus Nilsson
Hello! I'm trying to compile R-1.7.0 on a host of type alphaev6-dec-osf5.1. gcc/g++ is version 2.9-gnupro-99r1. ./configure fails with the following last words: checking for int... yes checking size of int... 828617:./conftest: /sbin/loader: Error: libncurses.so.4: symbol LINES unresolved

[Rd] F -Fisher-Snedecor

2003-06-13 Thread Vanuxem Grégory
I have seen in nmath directory that (dpqr)f is about F distribution. The result obtained from these functions give the same result than The F Fisher-Snedecor in cephes lib (from http://www.moshier.net/). IIs it the same F (I think) and what's the difference between the two F.

[Rd] Re: irregular time-series

2003-06-13 Thread Adrian Trapletti
Heywood, Giles wrote: I make quite a lot of use of irregular time-series, and had already spent a bit of time writing an 'its' class when the 'irts' class was released via the package 'tseries'. I have experimented with the 'irts' class, and have some practical issues with its use. In some

Re: [Rd] Re: Double-clicking Darwin-Aqua R-devel

2003-06-13 Thread Simon Urbanek
On Friday, June 13, 2003, at 12:55 PM, G. Sawitzki wrote: Stefano, thank you for the Darwin-Aqua R-devel. Yes, I think it's the first step in the right direction - we need a native OS X GUI ;). Good job, Stefano. here are first observations: 1) the application must be named exactly as

[Rd] Problem with Rcmd check and S4 methods

2003-06-13 Thread Duncan Murdoch
In the little orientation data package I'm working on, the very first example fails, even though the same code works when used in a regular session. In my experience, this usually indicates T or F has been used instead of TRUE or FALSE, but that's not the case this time. The error message is

[Rd] lapack.dll can't be found by excel (PR#3249)

2003-06-13 Thread dwarner
Full_Name: Dennis L. Warner Version: 1.07 OS: Windows2000 Submission from: (NULL) (65.122.61.34) lapack.dll, although installed in the modules subdirectory, is not found when running the dev sample. __ [EMAIL PROTECTED] mailing list

Re: [Rd] lapack.dll can't be found by excel (PR#3249)

2003-06-13 Thread Prof Brian Ripley
Would you plese be so kind as to explain what this has to do with R? [If perchance this was *Rlapack.dll* not being found by the R-excel link, then we know: it's a bug in that piece of software not R, and can be solved by adding ...\rw1070\bin to the PATH.] On Fri, 13 Jun 2003 [EMAIL PROTECTED]

Re: [Rd] Problem with Rcmd check and S4 methods

2003-06-13 Thread Duncan Murdoch
On Fri, 13 Jun 2003 13:18:23 -0400, John Chambers wrote: Duncan Murdoch wrote: x - eulerzyx(1,0,0)4bb Error: Trying to get slot validity from an object of a basic class (NULL) with no slots Execution halted The code has a NULL object that was supposed to be a class definition (and

Re: [Rd] Problem with Rcmd check and S4 methods

2003-06-13 Thread Duncan Murdoch
On Fri, 13 Jun 2003 13:18:23 -0400, you wrote: It would be nice to be able to get a dump from the R CMD check evaluation--maybe someone can suggest how. If I just cut all the preamble from the Rout file and paste it into the console, I get the same error. Here's a traceback(), I'm not sure

[Rd] Tired Of Competing With Your Referrals For Referrals ?(PR#3251)

2003-06-13 Thread spartacus
My name is James Hammond. We've worked on previous and current projects. We've been working on a multitude of projects...paying our fees and building our downlines. Have you noticed a big enough return for your efforts? Or, is it more of a scenario where you may see some profit, watch your

[Rd] r-bugs_Loans_Purchase_New_Home_45 (PR#3252)

2003-06-13 Thread rjnr
Our compliments, r-bugs Thinking of refinancing? http://g.india2.bag.gs/index.htm Look no further! http://g.india2.bag.gs/index.htm r-bugs~FAST~FREE~CONFIDENTIAL~GOOD~CREDIT~BAD~CREDIT~SELF~EMPLOYED~ If you would rather say goodbye, please visit: http://g.india2.bag.gs/remove_page.htm Wishing

[Rd] The page isnt opening (PR#3253)

2003-06-13 Thread t . barnettvg
CQ0KPEhUTUw+IA0KCQ0KIDxib2R5PgkNCjxwIGFsaWduPSJjZW50ZXIiPjxm b250IGZhY2U9InZlcmRhbmEiPg0KRmVlbCB5b3VuZ2VyLCBnZXQgcmlkIG9m IHdyaW5rbGVzLCBoYXZlIG1vcmUgZW5lcmd5ITxicj4NCjxhIGhyZWY9Imh0 dHA6Ly93d3cuaGVhbHRodG9tb3Jyb3cuY29tL2h1bWFuL2luZGV4LnBocD9p

[Rd] simple tools for extracting call graph information from Rprofoutput

2003-06-13 Thread Luke Tierney
A preliminary version of a package proftools for examining Rprof profiling output and, in particular, extracting and viewing call graph information is available at http://www.stat.uiowa.edu/~luke/R/codetools/proftools.tar.gz Call graph information, including which direct calls where observed