Changes in version 1.3.7 o Remove a call to is.R() Changes in version 1.3.6 o Change lines with "if (class(x) == 'bsdmatrix')" to use inherit() Changes in version 1.3.5 o Remove Sint C type, per request from CRAN o The internal ismat() function had an if (condition) where the condition was length 2. Fixed Changes in version 1.3.3 o Change base:::backsolve to base::backsolve per request from CRAN o Add modern declarations of internal symbols, e.g. R_CMethodDef, R_CallMethodDef, RuseDynamicSymbols to the init routine. Changes in version 1.3.2 o Fix an inconsistency between the COPYRIGHT and DESCRIPTION files Changes in version 1.3.1 o Fix an inconsistency between the COPYRIGHT and DESCRIPTION files o Avoid a "not initialized" compiler warning in gchol_bds.c Changes in version 1.3 (2012-07-17) o Make backsolve an S4 generic instead of S3. The documentation file for chol in the Matrix package was a big help in sorting out how to make the CMD check process content. Changes in version 1.2 (2011-12-06) o Add the backsolve method for ghcol and gchol.bdsmatrix objects.