I found what seems to be a glaring bug in nls when using
constraints, but it is so glaring that I'm a bit nervous
about having been stupid. I have (1) tried to make sure
I'm up to date:
platform i486-pc-linux-gnu
arch i486
os linux-gnu
system i486, linux-gnu
status
major2
min
Full_Name: Jonathan Paisley
Version: 2.2.0
OS: Mac OS X 10.4.3
Submission from: (NULL) (81.178.69.159)
I am sending commands to R via AppleScript (specifically, from SubEthaEdit to
instruct it to source the file I'm currently editing). R doesn't respond tothe
AppleScript until I move the mouse ov
Thanks, Jonathan! I have now committed a slight variation of your
patch in the current Mac-GUI.
Cheers,
Simon
On Dec 16, 2005, at 7:30 AM, [EMAIL PROTECTED] wrote:
> I am sending commands to R via AppleScript (specifically, from
> SubEthaEdit to instruct it to source the file I'm currently
This ancient bug was tracked to the acepack library, line 556 in line
src/avas.f
The troublesome line is:
if (x(n).gt.x(1)) go to 30
Since the input arguments are empty, referencing x(1) and x(n) cause
a Segmentation fault, and cause R to crash. Acepack author and
maintainer R
library(help=acepack) says
Maintainer:Thomas Lumley <[EMAIL PROTECTED]>
and I doubt if sending Rob Tibshirani mail to an address he left a decade
ago for a package he does not maintain is going to help resolve the bug.
The issue is not knowing what the bug is, but getting the maintainer to