[Rd] issue with parallel package

2014-05-21 Thread Josef Leydold
65387 language R version.string R version 3.1.0 (2014-04-10) nickname Spring Dance best whishes Josef -- ----- Josef Leydold Institute for Statistics and Mathematic

Re: [Rd] possible bug in formals

2010-05-24 Thread Josef Leydold
at 03:52:00PM +0100, Prof Brian Ripley wrote: > Documented too: from ?NumericConstants > > Note that a leading plus or minus is not regarded by the parser as > part of a numeric constant but as a unary operator applied to the > constant. > > > > On Sun, 2

[Rd] possible bug in formals

2010-05-23 Thread Josef Leydold
formals(f)$b) [1] "call" Josef -- ----- Josef Leydold | WU (Vienna University of Economics and Business) | Institute for Statistics and Mathematics - Augasse 2-6 | Tel. +43 1 31336 4695

[Rd] Buglet in qbeta?

2009-10-07 Thread Josef Leydold
language R version.string R version 2.11.0 Under development (unstable) (2009-10-07 r49963) p.s. there are similar results for R-2.9.2 in Windows (with different round-off errors). -- ----- Josef Leydold | WU (Vienna

[Rd] Warning from R CMD build

2008-12-09 Thread Josef Leydold
Hi, I wonder about the reason for the following lines: $ diff ~/local/lib64/R/bin/build /usr/lib64/R/bin/build 40c40 < my $revision = ' $Rev: 46832 $ '; --- > my $revision = ' $Rev: 45803 $ '; 576,579d570 < if(-r "Makevars") { < $makefiles .= " -f Makevars"; <

[Rd] dchisq hangs in infinite loop (PR#13309)

2008-11-21 Thread josef . leydold
Full_Name: Josef Leyold Version: 2.9.0 (2008-11-20 r46997) OS: Linux Submission from: (NULL) (137.208.56.12) Hi, the command dchisq(x=Inf,df=10,ncp=1) causes R to hang in an (almost?) infinite loop. It also happens for x=1.e50. Josef p.s. the problem also occurs in version 2.7.2 > R.versi

[Rd] bug in sockconn.c: invalid memory allocation (PR#11565)

2008-06-03 Thread leydold
Dear R developers, The following patch should fix a memory allocation bug: Index: src/modules/internet/sockconn.c === --- src/modules/internet/sockconn.c (revision 45828) +++ src/modules/internet/sockconn.c (working copy) @@

[Rd] Interface for package supplied random number generator

2006-08-31 Thread Josef Leydold
ble. However, it is a little bit too long (239 lines) to be posted here. Of course suggestions for an alternative approach are welcome. Josef -- - Josef Leydold | Vienna University of Economics and Business Administration | Department of Statistics and Mat

[Rd] S4 classes and methods with optional arguments

2006-02-14 Thread Josef Leydold
Hi, i have used S4 classes to implement a unified access to random number generators (package rstream on CRAN). I have used a construct to allow optional arguments: if(!isGeneric("rstream.sample")) setGeneric("rstream.sample", function(stream,...) standardGeneric("rstream.sample")) set