CRAN Package Check Results for Package BivRegBLS

Last updated on 2019-05-19 15:47:48 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.0 8.03 43.87 51.90 OK
r-devel-linux-x86_64-debian-gcc 1.0.0 6.88 33.13 40.01 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.0 66.96 OK
r-devel-linux-x86_64-fedora-gcc 1.0.0 61.74 OK
r-devel-windows-ix86+x86_64 1.0.0 17.00 56.00 73.00 OK
r-patched-linux-x86_64 1.0.0 8.08 43.71 51.79 OK
r-patched-solaris-x86 1.0.0 78.90 OK
r-release-linux-x86_64 1.0.0 6.79 44.32 51.11 OK
r-release-windows-ix86+x86_64 1.0.0 18.00 68.00 86.00 OK
r-release-osx-x86_64 1.0.0 OK
r-oldrel-windows-ix86+x86_64 1.0.0 14.00 75.00 89.00 OK
r-oldrel-osx-x86_64 1.0.0 OK

Additional issues

OpenBLAS

Check Details

Version: 1.0.0
Check: examples
Result: ERROR
    Running examples in ‘BivRegBLS-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: DR
    > ### Title: Deming Regression
    > ### Aliases: DR
    > ### Keywords: Deming Regression confidence interval confidence region
    > ### ellipse confidence bands
    >
    > ### ** Examples
    >
    > library(BivRegBLS)
    > data(SBP)
    > res.DR=DR(data=SBP,xcol=c("J1","J2","J3"),ycol=8:10)
    > res.DR$Estimate.DR
     H0 Estimate Lower 95%CI
    Intercept (approximate) 0 21.2303257159297 2.66212144060081
    Slope (exact) 1 0.955962539396039 0.81451528223186
    Slope (approximate) 1 0.955962539396039 0.810609426336659
    Joint (0,1)
     Upper 95%CI pvalue
    Intercept (approximate) 39.7985299912586 0.0255398407713474
    Slope (exact) 1.11075685579696
    Slope (approximate) 1.10131565245542 0.548422499912307
    Joint 0
    > data(Aromatics)
    > res.DR=DR(data=Aromatics,xcol=3,ycol=4,ratio.var=2)
    Error in solve.default(cov_matrix_DR) :
     system is computationally singular: reciprocal condition number = 0
    Calls: DR -> solve -> solve.default
    Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc