Path to this page:
./
math/R-Formula,
Extended model formulas
Branch: CURRENT,
Version: 1.2.5,
Package name: R-Formula-1.2.5,
Maintainer: pkgsrc-usersInfrastructure for extended formulas with multiple parts on the
right-hand side and/or multiple responses on the left-hand side (see
<DOI:10.18637/jss.v034.i01>).
Required to run:[
math/R]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Version history: (Expand)
- (2023-06-17) Updated to version: R-Formula-1.2.5
- (2020-10-25) Updated to version: R-Formula-1.2.4
- (2019-07-31) Package added to pkgsrc.se, version R-Formula-1.2.3 (created)
CVS history: (Expand)
2023-06-17 12:39:50 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(math/R-Formula) Updated 1.2.4 to 1.2.5, make test also passed
# Formula 1.2-5
* Improve `dot` handling in `model.matrix()` method when setting up the
terms (reported by Kevin Tappe).
|
2021-10-26 12:56:13 by Nia Alarie | Files touched by this commit (458) |
Log message:
math: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:28:36 by Nia Alarie | Files touched by this commit (458) |
Log message:
math: Remove SHA1 hashes for distfiles
|
2020-10-25 04:19:22 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.2.4
Upstream changes:
Formula 1.2-4
model.part() method tries to avoid calling has_dot() by checking the data \
attributes first. This can greatly improve speed when there are lots of \
variables in a model part that is actually not of interest.
|
2019-08-08 21:53:58 by Brook Milligan | Files touched by this commit (189) | |
Log message:
Update all R packages to canonical form.
The canonical form [1] of an R package Makefile includes the
following:
- The first stanza includes R_PKGNAME, R_PKGVER, PKGREVISION (as
needed), and CATEGORIES.
- HOMEPAGE is not present but defined in math/R/Makefile.extension to
refer to the CRAN web page describing the package. Other relevant
web pages are often linked from there via the URL field.
This updates all current R packages to this form, which will make
regular updates _much_ easier, especially using pkgtools/R2pkg.
[1] http://mail-index.netbsd.org/tech-pkg/2019/08/02/msg021711.html
|