r.r.p.vannooyen at tudelft.nl
2007-May-23 13:34 UTC
[Rd] When loading evir after evd, dgumbel gives an error (PR#9704)
Full_Name: Ronald van Nooijen Version: 1.4.1 and 1.5.0, evd 2.2-3 OS: windows xp Submission from: (NULL) (130.161.12.43) In an empty workspace first load package evd, then load package evir. a call to any of the routines dgumberl, qgumbel etcetera will now result in an error message of the form Error in qgev(p, loc = loc, scale = scale, shape = 0, lower.tail = lower.tail) : unused argument(s) (loc = 0, scale = 1, shape = 0, lower.tail = TRUE) (It seems that evir::dgev masks evd::dgev and that the different parameter names create a problem in the implementation of dgumbel)>From andrew.zachary at yahoo.com Thu May 24 23:44:33 2007X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on hypatia.math.ethz.ch X-Spam-Level: ** X-Spam-Status: No, score=2.8 required=5.0 tests=FORGED_YAHOO_RCVD,NO_REAL_NAME autolearn=no version=3.1.8 Received: from slim.kubism.ku.dk (slim.kubism.ku.dk [192.38.18.21]) by hypatia.math.ethz.ch (8.13.6/8.13.6) with ESMTP id l4OLiW8s011180 for <r-devel at stat.math.ethz.ch>; Thu, 24 May 2007 23:44:32 +0200 Received: from slim (slim.kubism.ku.dk [192.38.18.21]) by slim.kubism.ku.dk (Postfix) with ESMTP id 02AC4474B1 for <r-devel at stat.math.ethz.ch>; Thu, 24 May 2007 23:44:31 +0200 (CEST) From: andrew.zachary at yahoo.com To: r-devel at stat.math.ethz.ch Subject: Problem with mtrace(mvbutils) (PR#9709) Cc: R-bugs at biostat.ku.dk X-Loop: R-bugs at biostat.ku.dk Message-Id: <20070524214431.02AC4474B1 at slim.kubism.ku.dk> Date: Thu, 24 May 2007 23:44:31 +0200 (CEST) X-Virus-Scanned: by amavisd-new at stat.math.ethz.ch Full_Name: Andrew Zachary Version: 2.5.0 OS: XP SP2 Submission from: (NULL) (69.182.9.186) When using mtrace under R 2.5.0, I consistently get the error: Error in all.levs[[jj]]: Subscript out of bounds. The routine is currently unusable.
Prof Brian Ripley
2007-May-28 12:00 UTC
[Rd] When loading evir after evd, dgumbel gives an error (PR#9704)
Please do not - report on ancient versions of R. - use R-bugs for reports on contributed packages. It is hard to see why you think this is a bug, but you could ask the authors of the two packages to work together to avoid this (or add namespaces to protect the packages against this). On Wed, 23 May 2007, r.r.p.vannooyen at tudelft.nl wrote:> Full_Name: Ronald van Nooijen > Version: 1.4.1 and 1.5.0, evd 2.2-3 > OS: windows xp > Submission from: (NULL) (130.161.12.43) > > > In an empty workspace first load package evd, then load package evir. > a call to any of the routines dgumberl, qgumbel etcetera will now result in an > error message of the form > > Error in qgev(p, loc = loc, scale = scale, shape = 0, lower.tail = lower.tail) : > > unused argument(s) (loc = 0, scale = 1, shape = 0, lower.tail = TRUE) > > (It seems that evir::dgev masks evd::dgev and that the different parameter names > create a problem in the implementation of dgumbel)[part of another report deleted.] -- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595