CRAN Package Check Results for Package poissonMT

Last updated on 2024-03-12 07:50:03 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3-5 5.67 52.84 58.51 ERROR
r-devel-linux-x86_64-debian-gcc 0.3-5 4.17 43.49 47.66 OK
r-devel-linux-x86_64-fedora-clang 0.3-5 72.40 ERROR
r-devel-linux-x86_64-fedora-gcc 0.3-5 72.45 OK
r-devel-windows-x86_64 0.3-5 6.00 68.00 74.00 OK
r-patched-linux-x86_64 0.3-5 9.53 55.02 64.55 OK
r-release-linux-x86_64 0.3-5 4.52 54.78 59.30 OK
r-release-macos-arm64 0.3-5 37.00 OK
r-release-macos-x86_64 0.3-5 46.00 OK
r-release-windows-x86_64 0.3-5 8.00 73.00 81.00 OK
r-oldrel-macos-arm64 0.3-5 32.00 OK
r-oldrel-windows-x86_64 0.3-5 8.00 78.00 86.00 OK

Check Details

Version: 0.3-5
Check: whether package can be installed
Result: WARN Found the following significant warnings: flang-new: warning: argument unused during compilation: '-Wall' [-Wunused-command-line-argument] See ‘/home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/poissonMT.Rcheck/00install.out’ for details. * used C compiler: ‘Debian clang version 18.1.0 (rc4-1)’ * used Fortran compiler: ‘Debian flang-new version 18.1.0 (rc4-1)’ Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.3-5
Check: examples
Result: ERROR Running examples in ‘poissonMT-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: glmrobMT > ### Title: Robust Fitting of Poisson Generalized Linear Models using MT > ### robust method > ### Aliases: glmrobMT > ### Keywords: robust regression nonlinear > > ### ** Examples > > data(epilepsy) > Efit1 <- glm(Ysum ~ Age10 + Base4*Trt, family=poisson, data=epilepsy) > > x <- model.matrix( ~ Age10 + Base4*Trt, data=epilepsy) > poissonMTsetwd(tempdir()) > Efit2 <- glmrobMT(x=x, y=epilepsy$Ysum) Computing initial estimate Floating point exception Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.3-5
Check: examples
Result: ERROR Running examples in ‘poissonMT-Ex.R’ failed The error most likely occurred in: > ### Name: glmrobMT > ### Title: Robust Fitting of Poisson Generalized Linear Models using MT > ### robust method > ### Aliases: glmrobMT > ### Keywords: robust regression nonlinear > > ### ** Examples > > data(epilepsy) > Efit1 <- glm(Ysum ~ Age10 + Base4*Trt, family=poisson, data=epilepsy) > > x <- model.matrix( ~ Age10 + Base4*Trt, data=epilepsy) > poissonMTsetwd(tempdir()) > Efit2 <- glmrobMT(x=x, y=epilepsy$Ysum) Computing initial estimate Flavor: r-devel-linux-x86_64-fedora-clang