[Rd] error in install.packages() (PR#14042)

2009-11-04 Thread michael . m . spiegel
Full_Name: Michael Spiegel Version: 2.10 OS: Windows Vista Submission from: (NULL) (76.104.24.156) The following error is produced when attempting to call install.packages. Here is the results of the traceback: source('http://openmx.psyc.virginia.edu/getOpenMx.R') Error in f(res) : invalid

[Rd] c() poor error reporting (PR#13917)

2009-08-29 Thread michael . m . spiegel
Full_Name: Michael Spiegel Version: 2.9.1 OS: linux Submission from: (NULL) (137.54.6.192) The function c() gives a cryptic error message if an empty argument is accidentally passed to the function. The expression c(,,,) yields the error message argument is missing, with no default. For

[Rd] diag() has a bug (PR#13702)

2009-05-14 Thread michael . m . spiegel
Full_Name: Michael Spiegel Version: 2.9.0 OS: linux Submission from: (NULL) (204.111.252.142) The diag() function appears to reject the first argument when it is a matrix, and nrow and ncol arguments are also provided. foo - matrix(c(1:4),2,2) foo [,1] [,2] [1,]13 [2,]24

[Rd] build-aux missing in 2.9.0 packages (PR#13668)

2009-04-22 Thread michael . m . spiegel
Full_Name: Michael Spiegel Version: 2.9.0 OS: linux Submission from: (NULL) (128.143.137.189) I think something was changed in the handling of the build-aux directory when installing R packages. The directory is no longer copied into the installation directory. I believe it was not on the list