diff options
author | Johannes Ranke <johannes.ranke@jrwb.de> | 2025-09-12 22:16:13 +0200 |
---|---|---|
committer | Johannes Ranke <johannes.ranke@jrwb.de> | 2025-09-12 22:16:13 +0200 |
commit | 17af45b984d348505527140470c7fff204748ea6 (patch) | |
tree | 4a7409236626c86e07746f7dfc736745f83a99d6 /log/check.log | |
parent | 3ae975f6039da0edc3ae6298bcac388e7346e73f (diff) |
Facilitate centering covariates
The motivation for this is to obtain confidence intervals for
covariate dependent parameters that are valid for a median/mean
value of the covariate.
Implementation by adding an argument to the 'saem' function, and
adapting the relevant functions working with 'saem' objects.
Vignettes, the template and tests were updated to use the new functionality.
Diffstat (limited to 'log/check.log')
-rw-r--r-- | log/check.log | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/log/check.log b/log/check.log index d036724d..94fd8095 100644 --- a/log/check.log +++ b/log/check.log @@ -1,15 +1,15 @@ * using log directory ‘/home/jranke/git/mkin/mkin.Rcheck’ -* using R version 4.5.0 (2025-04-11) +* using R version 4.5.1 (2025-06-13) * using platform: x86_64-pc-linux-gnu * R was compiled by - gcc (Debian 12.2.0-14) 12.2.0 - GNU Fortran (Debian 12.2.0-14) 12.2.0 -* running under: Debian GNU/Linux 12 (bookworm) + gcc (Debian 12.2.0-14+deb12u1) 12.2.0 + GNU Fortran (Debian 12.2.0-14+deb12u1) 12.2.0 +* running under: Debian GNU/Linux 13 (trixie) * using session charset: UTF-8 * using options ‘--no-tests --as-cran’ * checking for file ‘mkin/DESCRIPTION’ ... OK * checking extension type ... Package -* this is package ‘mkin’ version ‘1.2.10’ +* this is package ‘mkin’ version ‘1.2.11’ * package encoding: UTF-8 * checking CRAN incoming feasibility ... OK * checking package namespace information ... OK @@ -60,12 +60,12 @@ * checking sizes of PDF files under ‘inst/doc’ ... OK * checking installed files from ‘inst/doc’ ... OK * checking files in ‘vignettes’ ... OK -* checking examples ... [11s/11s] OK +* checking examples ... [13s/13s] OK * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... SKIPPED * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK -* checking re-building of vignette outputs ... [13s/11s] OK +* checking re-building of vignette outputs ... [15s/11s] OK * checking PDF version of manual ... OK * checking HTML version of manual ... OK * checking for non-standard things in the check directory ... OK |