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
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
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
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
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";
<
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
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)
@@
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
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