Path to this page:
./
math/R-bdsmatrix,
Routines for Block Diagonal Symmetric Matrices
Branch: CURRENT,
Version: 1.3.7,
Package name: R-bdsmatrix-1.3.7,
Maintainer: pkgsrc-usersThis is a special case of sparse matrices, used by coxme.
Master sites: (Expand)
Version history: (Expand)
- (2024-10-30) Updated to version: R-bdsmatrix-1.3.7
- (2023-06-15) Updated to version: R-bdsmatrix-1.3.6
- (2022-05-21) Package added to pkgsrc.se, version R-bdsmatrix-1.3.4 (created)
CVS history: (Expand)
2024-10-29 23:50:02 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(math/R-bdsmatrix) Updated 1.3.6 to 1.3.7, make test passed with one Warn
(R CMD Rd2txt `find R-bdsmatrix/work/bdsmatrix/ -name NE\*` | head -30)
NEWS file for the bdsmatrix package
Changes in version 1.3.7:
* Remove a call to is.R()
|
2023-06-15 12:39:51 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(math/R-bdsmatrix) Updated 1.3.4 to 1.3.6
Changes in version 1.3.6:
* Change lines with "if (class(x) == 'bsdmatrix')" to use
inherit()
Changes in version 1.3.5:
* Remove Sint C type, per request from CRAN
* The internal ismat() function had an if (condition) where the
condition was length 2. Fixed
|
2022-05-21 15:39:34 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
math/R-bdsmatrix: import R-bdsmatrix-1.3.4
This is a special case of sparse matrices, used by coxme.
|