Last updated on 2023-08-25 07:53:40 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.8.0 | 67.43 | 142.47 | 209.90 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.8.0 | 54.80 | 104.12 | 158.92 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.8.0 | 282.30 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.8.0 | 293.07 | ERROR | |||
r-devel-windows-x86_64 | 0.8.0 | 55.00 | 144.00 | 199.00 | ERROR | |
r-patched-linux-x86_64 | 0.8.0 | 76.50 | 135.05 | 211.55 | ERROR | |
r-release-linux-x86_64 | 0.8.0 | 70.31 | 136.97 | 207.28 | ERROR | |
r-release-macos-arm64 | 0.8.0 | 82.00 | OK | |||
r-release-macos-x86_64 | 0.8.0 | 137.00 | OK | |||
r-release-windows-x86_64 | 0.8.0 | 73.00 | 179.00 | 252.00 | ERROR | |
r-oldrel-macos-arm64 | 0.8.0 | 74.00 | OK | |||
r-oldrel-macos-x86_64 | 0.8.0 | 93.00 | OK | |||
r-oldrel-windows-x86_64 | 0.8.0 | 69.00 | 155.00 | 224.00 | ERROR |
Version: 0.8.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [11s/14s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(mcglm)
----------------------------------------------------------------------
mcglm: Multivariate Covariance Generalized Linear Models
For support, collaboration or bug report, visit:
mcglm.leg.ufpr.br
mcglm version 0.8.0 (build on 2022-09-15) is now loaded.
----------------------------------------------------------------------
>
> test_check("mcglm")
[1] "Running test_mc_build_C.R"
[1] "Testing covariance identity"
[1] "OK"
[1] "Testing covariance inverse"
[1] "OK"
[1] "Testing covariance expm"
[1] "OK"
[1] "Checking computations"
[1] "Testing variance function: tweedie"
[1] "OK"
[1] "Testing variance function: binomialP"
[1] "OK"
[1] "Checking Poisson-Tweedie derivatives"
[1] "Checking binomiaPQ derivatives"
[1] "test_mc_build.C - OK"
[1] "test_mc_build_omega.R"
[1] "test_mc_build_omega.R - OK"
[1] "test_mc_build_sigma.R"
[1] "test_mc_build_sigma.R - OK"
[1] "test_mc_build_sigma_between.R"
[1] "test_mc_build_sigma_between.R-OK"
[1] "Testing link functions ..."
[1] "Testing link functions - Part II"
[1] "Testing link functions - Part II"
[1] "Testing Matrix linear predictor..."
[1] "Testing Matrix linear predictor... OK"
[1] "Testing variance function ..."
[1] "Testing variance function ... OK"
[ FAIL 10 | WARN 0 | SKIP 0 | PASS 360 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_mc_build_C.R:537:5'): Checking inverse and derivatives - Bivariate case + identity ──
solve(Sigma) not equal to actual$inv_C.
Attributes: < Names: 1 string mismatch >
Attributes: < Length mismatch: comparison on first 7 components >
Attributes: < Component "class": 1 string mismatch >
Attributes: < Component "i": Numeric: lengths (110, 200) differ >
Attributes: < Component "p": Mean relative difference: 1.121212 >
Attributes: < Component 7: Modes: character, numeric >
Attributes: < Component 7: Lengths: 1, 200 >
Attributes: < Component 7: target is character, current is numeric >
── Failure ('test_mc_build_C.R:622:5'): Checking inverse and derivatives - Bivariate case + identity + inverse ──
solve(Sigma) not equal to actual$inv_C.
Attributes: < Names: 1 string mismatch >
Attributes: < Length mismatch: comparison on first 7 components >
Attributes: < Component "class": 1 string mismatch >
Attributes: < Component "i": Numeric: lengths (110, 200) differ >
Attributes: < Component "p": Mean relative difference: 1.121212 >
Attributes: < Component 7: Modes: character, numeric >
Attributes: < Component 7: Lengths: 1, 200 >
Attributes: < Component 7: target is character, current is numeric >
── Failure ('test_mc_build_C.R:684:5'): Checking derivatives with respect to beta - tweedie + identity ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:726:5'): Checking derivatives with respect to beta - binomialP + identity ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:769:5'): Checking derivatives with respect to beta - binomialPQ + identity ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:816:5'): Checking derivatives with respect to beta - poisson_tweedie + identity ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:858:5'): Checking derivatives with respect to beta - tweedie + inverse ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:905:5'): Checking derivatives with respect to beta - binomialP + inverse ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:953:5'): Checking derivatives with respect to beta - binomialPQ + inverse ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:1009:5'): Checking derivatives with respect to beta - poisson_tweedie + inverse ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
[ FAIL 10 | WARN 0 | SKIP 0 | PASS 360 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.8.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [8s/13s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(mcglm)
----------------------------------------------------------------------
mcglm: Multivariate Covariance Generalized Linear Models
For support, collaboration or bug report, visit:
mcglm.leg.ufpr.br
mcglm version 0.8.0 (build on 2022-09-15) is now loaded.
----------------------------------------------------------------------
>
> test_check("mcglm")
[1] "Running test_mc_build_C.R"
[1] "Testing covariance identity"
[1] "OK"
[1] "Testing covariance inverse"
[1] "OK"
[1] "Testing covariance expm"
[1] "OK"
[1] "Checking computations"
[1] "Testing variance function: tweedie"
[1] "OK"
[1] "Testing variance function: binomialP"
[1] "OK"
[1] "Checking Poisson-Tweedie derivatives"
[1] "Checking binomiaPQ derivatives"
[1] "test_mc_build.C - OK"
[1] "test_mc_build_omega.R"
[1] "test_mc_build_omega.R - OK"
[1] "test_mc_build_sigma.R"
[1] "test_mc_build_sigma.R - OK"
[1] "test_mc_build_sigma_between.R"
[1] "test_mc_build_sigma_between.R-OK"
[1] "Testing link functions ..."
[1] "Testing link functions - Part II"
[1] "Testing link functions - Part II"
[1] "Testing Matrix linear predictor..."
[1] "Testing Matrix linear predictor... OK"
[1] "Testing variance function ..."
[1] "Testing variance function ... OK"
[ FAIL 10 | WARN 0 | SKIP 0 | PASS 360 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_mc_build_C.R:537:5'): Checking inverse and derivatives - Bivariate case + identity ──
solve(Sigma) not equal to actual$inv_C.
Attributes: < Names: 1 string mismatch >
Attributes: < Length mismatch: comparison on first 7 components >
Attributes: < Component "class": 1 string mismatch >
Attributes: < Component "i": Numeric: lengths (110, 200) differ >
Attributes: < Component "p": Mean relative difference: 1.121212 >
Attributes: < Component 7: Modes: character, numeric >
Attributes: < Component 7: Lengths: 1, 200 >
Attributes: < Component 7: target is character, current is numeric >
── Failure ('test_mc_build_C.R:622:5'): Checking inverse and derivatives - Bivariate case + identity + inverse ──
solve(Sigma) not equal to actual$inv_C.
Attributes: < Names: 1 string mismatch >
Attributes: < Length mismatch: comparison on first 7 components >
Attributes: < Component "class": 1 string mismatch >
Attributes: < Component "i": Numeric: lengths (110, 200) differ >
Attributes: < Component "p": Mean relative difference: 1.121212 >
Attributes: < Component 7: Modes: character, numeric >
Attributes: < Component 7: Lengths: 1, 200 >
Attributes: < Component 7: target is character, current is numeric >
── Failure ('test_mc_build_C.R:684:5'): Checking derivatives with respect to beta - tweedie + identity ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:726:5'): Checking derivatives with respect to beta - binomialP + identity ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:769:5'): Checking derivatives with respect to beta - binomialPQ + identity ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:816:5'): Checking derivatives with respect to beta - poisson_tweedie + identity ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:858:5'): Checking derivatives with respect to beta - tweedie + inverse ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:905:5'): Checking derivatives with respect to beta - binomialP + inverse ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:953:5'): Checking derivatives with respect to beta - binomialPQ + inverse ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:1009:5'): Checking derivatives with respect to beta - poisson_tweedie + inverse ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
[ FAIL 10 | WARN 0 | SKIP 0 | PASS 360 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.8.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [15s/18s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(mcglm)
----------------------------------------------------------------------
mcglm: Multivariate Covariance Generalized Linear Models
For support, collaboration or bug report, visit:
mcglm.leg.ufpr.br
mcglm version 0.8.0 (build on 2022-09-15) is now loaded.
----------------------------------------------------------------------
>
> test_check("mcglm")
[1] "Running test_mc_build_C.R"
[1] "Testing covariance identity"
[1] "OK"
[1] "Testing covariance inverse"
[1] "OK"
[1] "Testing covariance expm"
[1] "OK"
[1] "Checking computations"
[1] "Testing variance function: tweedie"
[1] "OK"
[1] "Testing variance function: binomialP"
[1] "OK"
[1] "Checking Poisson-Tweedie derivatives"
[1] "Checking binomiaPQ derivatives"
[1] "test_mc_build.C - OK"
[1] "test_mc_build_omega.R"
[1] "test_mc_build_omega.R - OK"
[1] "test_mc_build_sigma.R"
[1] "test_mc_build_sigma.R - OK"
[1] "test_mc_build_sigma_between.R"
[1] "test_mc_build_sigma_between.R-OK"
[1] "Testing link functions ..."
[1] "Testing link functions - Part II"
[1] "Testing link functions - Part II"
[1] "Testing Matrix linear predictor..."
[1] "Testing Matrix linear predictor... OK"
[1] "Testing variance function ..."
[1] "Testing variance function ... OK"
[ FAIL 10 | WARN 0 | SKIP 0 | PASS 360 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_mc_build_C.R:537:5'): Checking inverse and derivatives - Bivariate case + identity ──
solve(Sigma) not equal to actual$inv_C.
Attributes: < Names: 1 string mismatch >
Attributes: < Length mismatch: comparison on first 7 components >
Attributes: < Component "class": 1 string mismatch >
Attributes: < Component "i": Numeric: lengths (110, 200) differ >
Attributes: < Component "p": Mean relative difference: 1.121212 >
Attributes: < Component 7: Modes: character, numeric >
Attributes: < Component 7: Lengths: 1, 200 >
Attributes: < Component 7: target is character, current is numeric >
── Failure ('test_mc_build_C.R:622:5'): Checking inverse and derivatives - Bivariate case + identity + inverse ──
solve(Sigma) not equal to actual$inv_C.
Attributes: < Names: 1 string mismatch >
Attributes: < Length mismatch: comparison on first 7 components >
Attributes: < Component "class": 1 string mismatch >
Attributes: < Component "i": Numeric: lengths (110, 200) differ >
Attributes: < Component "p": Mean relative difference: 1.121212 >
Attributes: < Component 7: Modes: character, numeric >
Attributes: < Component 7: Lengths: 1, 200 >
Attributes: < Component 7: target is character, current is numeric >
── Failure ('test_mc_build_C.R:684:5'): Checking derivatives with respect to beta - tweedie + identity ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:726:5'): Checking derivatives with respect to beta - binomialP + identity ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:769:5'): Checking derivatives with respect to beta - binomialPQ + identity ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:816:5'): Checking derivatives with respect to beta - poisson_tweedie + identity ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:858:5'): Checking derivatives with respect to beta - tweedie + inverse ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:905:5'): Checking derivatives with respect to beta - binomialP + inverse ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:953:5'): Checking derivatives with respect to beta - binomialPQ + inverse ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:1009:5'): Checking derivatives with respect to beta - poisson_tweedie + inverse ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
[ FAIL 10 | WARN 0 | SKIP 0 | PASS 360 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.8.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [13s/17s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(mcglm)
----------------------------------------------------------------------
mcglm: Multivariate Covariance Generalized Linear Models
For support, collaboration or bug report, visit:
mcglm.leg.ufpr.br
mcglm version 0.8.0 (build on 2022-09-15) is now loaded.
----------------------------------------------------------------------
>
> test_check("mcglm")
[1] "Running test_mc_build_C.R"
[1] "Testing covariance identity"
[1] "OK"
[1] "Testing covariance inverse"
[1] "OK"
[1] "Testing covariance expm"
[1] "OK"
[1] "Checking computations"
[1] "Testing variance function: tweedie"
[1] "OK"
[1] "Testing variance function: binomialP"
[1] "OK"
[1] "Checking Poisson-Tweedie derivatives"
[1] "Checking binomiaPQ derivatives"
[1] "test_mc_build.C - OK"
[1] "test_mc_build_omega.R"
[1] "test_mc_build_omega.R - OK"
[1] "test_mc_build_sigma.R"
[1] "test_mc_build_sigma.R - OK"
[1] "test_mc_build_sigma_between.R"
[1] "test_mc_build_sigma_between.R-OK"
[1] "Testing link functions ..."
[1] "Testing link functions - Part II"
[1] "Testing link functions - Part II"
[1] "Testing Matrix linear predictor..."
[1] "Testing Matrix linear predictor... OK"
[1] "Testing variance function ..."
[1] "Testing variance function ... OK"
[ FAIL 10 | WARN 0 | SKIP 0 | PASS 360 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_mc_build_C.R:537:5'): Checking inverse and derivatives - Bivariate case + identity ──
solve(Sigma) not equal to actual$inv_C.
Attributes: < Names: 1 string mismatch >
Attributes: < Length mismatch: comparison on first 7 components >
Attributes: < Component "class": 1 string mismatch >
Attributes: < Component "i": Numeric: lengths (110, 200) differ >
Attributes: < Component "p": Mean relative difference: 1.121212 >
Attributes: < Component 7: Modes: character, numeric >
Attributes: < Component 7: Lengths: 1, 200 >
Attributes: < Component 7: target is character, current is numeric >
── Failure ('test_mc_build_C.R:622:5'): Checking inverse and derivatives - Bivariate case + identity + inverse ──
solve(Sigma) not equal to actual$inv_C.
Attributes: < Names: 1 string mismatch >
Attributes: < Length mismatch: comparison on first 7 components >
Attributes: < Component "class": 1 string mismatch >
Attributes: < Component "i": Numeric: lengths (110, 200) differ >
Attributes: < Component "p": Mean relative difference: 1.121212 >
Attributes: < Component 7: Modes: character, numeric >
Attributes: < Component 7: Lengths: 1, 200 >
Attributes: < Component 7: target is character, current is numeric >
── Failure ('test_mc_build_C.R:684:5'): Checking derivatives with respect to beta - tweedie + identity ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:726:5'): Checking derivatives with respect to beta - binomialP + identity ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:769:5'): Checking derivatives with respect to beta - binomialPQ + identity ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:816:5'): Checking derivatives with respect to beta - poisson_tweedie + identity ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:858:5'): Checking derivatives with respect to beta - tweedie + inverse ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:905:5'): Checking derivatives with respect to beta - binomialP + inverse ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:953:5'): Checking derivatives with respect to beta - binomialPQ + inverse ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:1009:5'): Checking derivatives with respect to beta - poisson_tweedie + inverse ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
[ FAIL 10 | WARN 0 | SKIP 0 | PASS 360 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.8.0
Check: tests
Result: ERROR
Running 'testthat.R' [6s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(mcglm)
----------------------------------------------------------------------
mcglm: Multivariate Covariance Generalized Linear Models
For support, collaboration or bug report, visit:
mcglm.leg.ufpr.br
mcglm version 0.8.0 (build on 2022-09-15) is now loaded.
----------------------------------------------------------------------
>
> test_check("mcglm")
[1] "Running test_mc_build_C.R"
[1] "Testing covariance identity"
[1] "OK"
[1] "Testing covariance inverse"
[1] "OK"
[1] "Testing covariance expm"
[1] "OK"
[1] "Checking computations"
[1] "Testing variance function: tweedie"
[1] "OK"
[1] "Testing variance function: binomialP"
[1] "OK"
[1] "Checking Poisson-Tweedie derivatives"
[1] "Checking binomiaPQ derivatives"
[1] "test_mc_build.C - OK"
[1] "test_mc_build_omega.R"
[1] "test_mc_build_omega.R - OK"
[1] "test_mc_build_sigma.R"
[1] "test_mc_build_sigma.R - OK"
[1] "test_mc_build_sigma_between.R"
[1] "test_mc_build_sigma_between.R-OK"
[1] "Testing link functions ..."
[1] "Testing link functions - Part II"
[1] "Testing link functions - Part II"
[1] "Testing Matrix linear predictor..."
[1] "Testing Matrix linear predictor... OK"
[1] "Testing variance function ..."
[1] "Testing variance function ... OK"
[ FAIL 10 | WARN 0 | SKIP 0 | PASS 360 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_mc_build_C.R:537:5'): Checking inverse and derivatives - Bivariate case + identity ──
solve(Sigma) not equal to actual$inv_C.
Attributes: < Names: 1 string mismatch >
Attributes: < Length mismatch: comparison on first 7 components >
Attributes: < Component "class": 1 string mismatch >
Attributes: < Component "i": Numeric: lengths (110, 200) differ >
Attributes: < Component "p": Mean relative difference: 1.121212 >
Attributes: < Component 7: Modes: character, numeric >
Attributes: < Component 7: Lengths: 1, 200 >
Attributes: < Component 7: target is character, current is numeric >
── Failure ('test_mc_build_C.R:622:5'): Checking inverse and derivatives - Bivariate case + identity + inverse ──
solve(Sigma) not equal to actual$inv_C.
Attributes: < Names: 1 string mismatch >
Attributes: < Length mismatch: comparison on first 7 components >
Attributes: < Component "class": 1 string mismatch >
Attributes: < Component "i": Numeric: lengths (110, 200) differ >
Attributes: < Component "p": Mean relative difference: 1.121212 >
Attributes: < Component 7: Modes: character, numeric >
Attributes: < Component 7: Lengths: 1, 200 >
Attributes: < Component 7: target is character, current is numeric >
── Failure ('test_mc_build_C.R:684:5'): Checking derivatives with respect to beta - tweedie + identity ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:726:5'): Checking derivatives with respect to beta - binomialP + identity ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:769:5'): Checking derivatives with respect to beta - binomialPQ + identity ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:816:5'): Checking derivatives with respect to beta - poisson_tweedie + identity ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:858:5'): Checking derivatives with respect to beta - tweedie + inverse ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:905:5'): Checking derivatives with respect to beta - binomialP + inverse ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:953:5'): Checking derivatives with respect to beta - binomialPQ + inverse ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:1009:5'): Checking derivatives with respect to beta - poisson_tweedie + inverse ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
[ FAIL 10 | WARN 0 | SKIP 0 | PASS 360 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.8.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [11s/12s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(mcglm)
----------------------------------------------------------------------
mcglm: Multivariate Covariance Generalized Linear Models
For support, collaboration or bug report, visit:
mcglm.leg.ufpr.br
mcglm version 0.8.0 (build on 2022-09-15) is now loaded.
----------------------------------------------------------------------
>
> test_check("mcglm")
[1] "Running test_mc_build_C.R"
[1] "Testing covariance identity"
[1] "OK"
[1] "Testing covariance inverse"
[1] "OK"
[1] "Testing covariance expm"
[1] "OK"
[1] "Checking computations"
[1] "Testing variance function: tweedie"
[1] "OK"
[1] "Testing variance function: binomialP"
[1] "OK"
[1] "Checking Poisson-Tweedie derivatives"
[1] "Checking binomiaPQ derivatives"
[1] "test_mc_build.C - OK"
[1] "test_mc_build_omega.R"
[1] "test_mc_build_omega.R - OK"
[1] "test_mc_build_sigma.R"
[1] "test_mc_build_sigma.R - OK"
[1] "test_mc_build_sigma_between.R"
[1] "test_mc_build_sigma_between.R-OK"
[1] "Testing link functions ..."
[1] "Testing link functions - Part II"
[1] "Testing link functions - Part II"
[1] "Testing Matrix linear predictor..."
[1] "Testing Matrix linear predictor... OK"
[1] "Testing variance function ..."
[1] "Testing variance function ... OK"
[ FAIL 10 | WARN 0 | SKIP 0 | PASS 360 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_mc_build_C.R:537:5'): Checking inverse and derivatives - Bivariate case + identity ──
solve(Sigma) not equal to actual$inv_C.
Attributes: < Names: 1 string mismatch >
Attributes: < Length mismatch: comparison on first 7 components >
Attributes: < Component "class": 1 string mismatch >
Attributes: < Component "i": Numeric: lengths (110, 200) differ >
Attributes: < Component "p": Mean relative difference: 1.121212 >
Attributes: < Component 7: Modes: character, numeric >
Attributes: < Component 7: Lengths: 1, 200 >
Attributes: < Component 7: target is character, current is numeric >
── Failure ('test_mc_build_C.R:622:5'): Checking inverse and derivatives - Bivariate case + identity + inverse ──
solve(Sigma) not equal to actual$inv_C.
Attributes: < Names: 1 string mismatch >
Attributes: < Length mismatch: comparison on first 7 components >
Attributes: < Component "class": 1 string mismatch >
Attributes: < Component "i": Numeric: lengths (110, 200) differ >
Attributes: < Component "p": Mean relative difference: 1.121212 >
Attributes: < Component 7: Modes: character, numeric >
Attributes: < Component 7: Lengths: 1, 200 >
Attributes: < Component 7: target is character, current is numeric >
── Failure ('test_mc_build_C.R:684:5'): Checking derivatives with respect to beta - tweedie + identity ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:726:5'): Checking derivatives with respect to beta - binomialP + identity ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:769:5'): Checking derivatives with respect to beta - binomialPQ + identity ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:816:5'): Checking derivatives with respect to beta - poisson_tweedie + identity ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:858:5'): Checking derivatives with respect to beta - tweedie + inverse ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:905:5'): Checking derivatives with respect to beta - binomialP + inverse ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:953:5'): Checking derivatives with respect to beta - binomialPQ + inverse ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:1009:5'): Checking derivatives with respect to beta - poisson_tweedie + inverse ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
[ FAIL 10 | WARN 0 | SKIP 0 | PASS 360 ]
Error: Test failures
Execution halted
Flavor: r-patched-linux-x86_64
Version: 0.8.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [11s/13s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(mcglm)
----------------------------------------------------------------------
mcglm: Multivariate Covariance Generalized Linear Models
For support, collaboration or bug report, visit:
mcglm.leg.ufpr.br
mcglm version 0.8.0 (build on 2022-09-15) is now loaded.
----------------------------------------------------------------------
>
> test_check("mcglm")
[1] "Running test_mc_build_C.R"
[1] "Testing covariance identity"
[1] "OK"
[1] "Testing covariance inverse"
[1] "OK"
[1] "Testing covariance expm"
[1] "OK"
[1] "Checking computations"
[1] "Testing variance function: tweedie"
[1] "OK"
[1] "Testing variance function: binomialP"
[1] "OK"
[1] "Checking Poisson-Tweedie derivatives"
[1] "Checking binomiaPQ derivatives"
[1] "test_mc_build.C - OK"
[1] "test_mc_build_omega.R"
[1] "test_mc_build_omega.R - OK"
[1] "test_mc_build_sigma.R"
[1] "test_mc_build_sigma.R - OK"
[1] "test_mc_build_sigma_between.R"
[1] "test_mc_build_sigma_between.R-OK"
[1] "Testing link functions ..."
[1] "Testing link functions - Part II"
[1] "Testing link functions - Part II"
[1] "Testing Matrix linear predictor..."
[1] "Testing Matrix linear predictor... OK"
[1] "Testing variance function ..."
[1] "Testing variance function ... OK"
[ FAIL 10 | WARN 0 | SKIP 0 | PASS 360 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_mc_build_C.R:537:5'): Checking inverse and derivatives - Bivariate case + identity ──
solve(Sigma) not equal to actual$inv_C.
Attributes: < Names: 1 string mismatch >
Attributes: < Length mismatch: comparison on first 7 components >
Attributes: < Component "class": 1 string mismatch >
Attributes: < Component "i": Numeric: lengths (110, 200) differ >
Attributes: < Component "p": Mean relative difference: 1.121212 >
Attributes: < Component 7: Modes: character, numeric >
Attributes: < Component 7: Lengths: 1, 200 >
Attributes: < Component 7: target is character, current is numeric >
── Failure ('test_mc_build_C.R:622:5'): Checking inverse and derivatives - Bivariate case + identity + inverse ──
solve(Sigma) not equal to actual$inv_C.
Attributes: < Names: 1 string mismatch >
Attributes: < Length mismatch: comparison on first 7 components >
Attributes: < Component "class": 1 string mismatch >
Attributes: < Component "i": Numeric: lengths (110, 200) differ >
Attributes: < Component "p": Mean relative difference: 1.121212 >
Attributes: < Component 7: Modes: character, numeric >
Attributes: < Component 7: Lengths: 1, 200 >
Attributes: < Component 7: target is character, current is numeric >
── Failure ('test_mc_build_C.R:684:5'): Checking derivatives with respect to beta - tweedie + identity ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:726:5'): Checking derivatives with respect to beta - binomialP + identity ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:769:5'): Checking derivatives with respect to beta - binomialPQ + identity ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:816:5'): Checking derivatives with respect to beta - poisson_tweedie + identity ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:858:5'): Checking derivatives with respect to beta - tweedie + inverse ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:905:5'): Checking derivatives with respect to beta - binomialP + inverse ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:953:5'): Checking derivatives with respect to beta - binomialPQ + inverse ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:1009:5'): Checking derivatives with respect to beta - poisson_tweedie + inverse ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
[ FAIL 10 | WARN 0 | SKIP 0 | PASS 360 ]
Error: Test failures
Execution halted
Flavor: r-release-linux-x86_64
Version: 0.8.0
Check: tests
Result: ERROR
Running 'testthat.R' [10s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(mcglm)
----------------------------------------------------------------------
mcglm: Multivariate Covariance Generalized Linear Models
For support, collaboration or bug report, visit:
mcglm.leg.ufpr.br
mcglm version 0.8.0 (build on 2022-09-15) is now loaded.
----------------------------------------------------------------------
>
> test_check("mcglm")
[1] "Running test_mc_build_C.R"
[1] "Testing covariance identity"
[1] "OK"
[1] "Testing covariance inverse"
[1] "OK"
[1] "Testing covariance expm"
[1] "OK"
[1] "Checking computations"
[1] "Testing variance function: tweedie"
[1] "OK"
[1] "Testing variance function: binomialP"
[1] "OK"
[1] "Checking Poisson-Tweedie derivatives"
[1] "Checking binomiaPQ derivatives"
[1] "test_mc_build.C - OK"
[1] "test_mc_build_omega.R"
[1] "test_mc_build_omega.R - OK"
[1] "test_mc_build_sigma.R"
[1] "test_mc_build_sigma.R - OK"
[1] "test_mc_build_sigma_between.R"
[1] "test_mc_build_sigma_between.R-OK"
[1] "Testing link functions ..."
[1] "Testing link functions - Part II"
[1] "Testing link functions - Part II"
[1] "Testing Matrix linear predictor..."
[1] "Testing Matrix linear predictor... OK"
[1] "Testing variance function ..."
[1] "Testing variance function ... OK"
[ FAIL 10 | WARN 0 | SKIP 0 | PASS 360 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_mc_build_C.R:537:5'): Checking inverse and derivatives - Bivariate case + identity ──
solve(Sigma) not equal to actual$inv_C.
Attributes: < Names: 1 string mismatch >
Attributes: < Length mismatch: comparison on first 7 components >
Attributes: < Component "class": 1 string mismatch >
Attributes: < Component "i": Numeric: lengths (110, 200) differ >
Attributes: < Component "p": Mean relative difference: 1.121212 >
Attributes: < Component 7: Modes: character, numeric >
Attributes: < Component 7: Lengths: 1, 200 >
Attributes: < Component 7: target is character, current is numeric >
── Failure ('test_mc_build_C.R:622:5'): Checking inverse and derivatives - Bivariate case + identity + inverse ──
solve(Sigma) not equal to actual$inv_C.
Attributes: < Names: 1 string mismatch >
Attributes: < Length mismatch: comparison on first 7 components >
Attributes: < Component "class": 1 string mismatch >
Attributes: < Component "i": Numeric: lengths (110, 200) differ >
Attributes: < Component "p": Mean relative difference: 1.121212 >
Attributes: < Component 7: Modes: character, numeric >
Attributes: < Component 7: Lengths: 1, 200 >
Attributes: < Component 7: target is character, current is numeric >
── Failure ('test_mc_build_C.R:684:5'): Checking derivatives with respect to beta - tweedie + identity ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:726:5'): Checking derivatives with respect to beta - binomialP + identity ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:769:5'): Checking derivatives with respect to beta - binomialPQ + identity ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:816:5'): Checking derivatives with respect to beta - poisson_tweedie + identity ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:858:5'): Checking derivatives with respect to beta - tweedie + inverse ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:905:5'): Checking derivatives with respect to beta - binomialP + inverse ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:953:5'): Checking derivatives with respect to beta - binomialPQ + inverse ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
── Failure ('test_mc_build_C.R:1009:5'): Checking derivatives with respect to beta - poisson_tweedie + inverse ──
`Sigma` not equal to actual$C.
Attributes: < Component "factors": names for target but not for current >
Attributes: < Component "factors": Length mismatch: comparison on first 0 components >
[ FAIL 10 | WARN 0 | SKIP 0 | PASS 360 ]
Error: Test failures
Execution halted
Flavors: r-release-windows-x86_64, r-oldrel-windows-x86_64