[Rd] Typo in 2.10.0 NEWS file (PR#14054)

2009-11-10 Thread whorfin
Full_Name: Rick Sayre Version: 2.10.0 OS: linux/windows/os x Submission from: (NULL) (138.72.146.168) Man, it feels ungrateful to report this, but it looks like in the process of having my wish PR#13758 fulfilled, a typo snuck in to the "NEWS" releasenotes: o New as.raw() method for "tclOb

[Rd] Wishlist: as.raw [or similar] support for tcl strings (PR#13758)

2009-06-16 Thread whorfin
Full_Name: Rick Sayre Version: 2.9.0 OS: windows, os x, linux Submission from: (NULL) (138.72.153.236) if a tcl "string" contains binary data, there is a problem getting this data to R, since there appears to be no way to get "raw" data without NULL interpretation. Here is a simple example. The

[Rd] qr.coef and complex numbers - still busted for non-square case? (PR#13305)

2008-11-19 Thread whorfin
Full_Name: Rick Sayre Version: 2.8.0 OS: windows, linux, os x Submission from: (NULL) (138.72.153.166) PR#8476 and PR#8478 http://bugs.r-project.org/cgi-bin/R/Models-fixed?id=8478 http://bugs.r-project.org/cgi-bin/R/Models-fixed?id=8476 discuss fixing qr.coef to handle complex matrices correctly

[Rd] Bug in TAB handling for Win32 Rterm and Rgui (PR#9820)

2007-08-01 Thread whorfin
Full_Name: Rick Sayre Version: 2.5.1 OS: Windows XP Pro Submission from: (NULL) (138.72.131.190) I floated this to r-help a few days ago just to see if i was off-base. Here we go: Before I start, i want to first extend thanks for the big improvements in integration of command completion for the

[Rd] Makevars PKG_LIBS ignored by SHLIB (PR#9473)

2007-01-27 Thread whorfin
Full_Name: Rick Sayre Version: 2.4.0 OS: Windows Submission from: (NULL) (138.72.27.164) PKG_LIBS works fine on *nix on windows, it seems to be ignored by the "SHLIB" script so, R CMD SHLIB blah properly uses PKG_CPPFLAGS and PKG_CFLAGS from Makevars, but PKG_LIBS is ignored