CRAN Package Check Results for Maintainer ‘Hiroyuki Okamura <okamu at hiroshima-u.ac.jp>’

Last updated on 2022-09-11 12:56:51 CEST.

Package ERROR OK
deformula 13
mapfit 1 12

Package deformula

Current CRAN status: OK: 13

Package mapfit

Current CRAN status: ERROR: 1, OK: 12

Additional issues

rchk

Version: 0.9.9
Check: examples
Result: ERROR
    Running examples in ‘mapfit-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: mapfit.group
    > ### Title: MAP fitting with grouped data
    > ### Aliases: mapfit.group
    >
    > ### ** Examples
    >
    >
    > ## load trace data
    > data(BCpAug89)
    > BCpAug89s <- head(BCpAug89, 50)
    >
    > ## make grouped data
    > BCpAug89.group <- hist(cumsum(BCpAug89s),
    + breaks=seq(0, 0.15, 0.005),
    + plot=FALSE)
    >
    > ## MAP fitting for general MAP
    > (result1 <- mapfit.group(map=map(2),
    + counts=BCpAug89.group$counts,
    + breaks=BCpAug89.group$breaks))
    Error in asMethod(object) :
     matrix is not symmetric; consider forceSymmetric() or symmpart()
    Calls: mapfit.group ... map -> as -> asMethod -> as -> .class1 -> as -> asMethod
    Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc