Commit graph

8 commits

Author SHA1 Message Date
nia
414fc7869d math: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
2021-10-26 10:55:21 +00:00
nia
3c576fbd23 math: Remove SHA1 hashes for distfiles 2021-10-07 14:27:43 +00:00
mef
c4a0da2758 (math/R-pbkrtest) Fix build, +DEPENDS+= R-knitr 2021-09-21 22:35:16 +00:00
mef
806663d565 (math/R-pbkrtest) Updated 0.4.7 to 0.5.1
pbkrtest v0.5.1 (Release date: 2021-03-09)
============================================

Changes

* Improved documentation

pbkrtest v0.5-0.0 (Release date: 2020-08-04)
============================================

Changes

* Satterthwaite approximation added via the SATmodcomp function.

* Checks for models being nested is not performed for parametric
  bootstrap any longer. Reason is that the simr package use parametric
  bootstrap for testing variance components being zero.

* doi added to DESCRIPTION file


pbkrtest v0.4-8.6 (Release date: 2020-02-20)
============================================

Bug fixes:

* documentation fixed ddf_Lb is now exported

* mclapply issue for windows fixed

* vcovAdj.lmerMod is exported to make emmeans work. Contact Russ Lenth
  to make emmeans used generic function vcovAdj.


pbkrtest v0.4-8 (Release date: 2020-02-20)
==========================================

Bug fixes:

  * Issue related to class() versus inherits() fixed.

Changes:

  * NEWS file added
  * NAMESPACE file is now generated automatically
2021-09-19 02:32:27 +00:00
brook
93e94bec97 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
2019-08-08 19:53:36 +00:00
brook
ed4216dff1 R-pbkrtest: update to canonical form of an R package.
Update to the canonical form of an R package and fix the LICENSE
field.
2019-07-31 20:09:59 +00:00
brook
d1d2bdf864 Remove MASTER_SITES= from individual R package Makefiles.
Each R package should include ../../math/R/Makefile.extension, which also
defines MASTER_SITES.  Consequently, it is redundant for the individual
packages to do the same.  Package-specific definitions also prevent
redefining MASTER_SITES in a single common place.
2018-07-28 14:40:42 +00:00
wen
b9d72c1479 Import pbkrtest-0.4.7 as math/R-pbkrtest.
Test in linear mixed effects models. Attention is on linear mixed
effects models as implemented in the lme4 package. The package
implements a parametric bootstrap test. The package implements a
Kenward-Roger modification of F-tests.
2018-01-22 06:19:48 +00:00