Last updated on 2023-03-29 11:52:26 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 4.0.9 | 336.50 | 178.74 | 515.24 | OK | |
r-devel-linux-x86_64-debian-gcc | 4.0.9 | 287.77 | 145.36 | 433.13 | OK | |
r-devel-linux-x86_64-fedora-clang | 4.0.9 | 755.45 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 4.0.9 | 737.25 | OK | |||
r-devel-windows-x86_64 | 4.0.9 | 384.00 | 0.00 | 384.00 | OK | |
r-patched-linux-x86_64 | 4.0.9 | 298.47 | 185.86 | 484.33 | OK | |
r-release-linux-x86_64 | 4.0.9 | 306.67 | 186.15 | 492.82 | OK | |
r-release-macos-arm64 | 4.0.9 | 167.00 | NOTE | |||
r-release-macos-x86_64 | 4.0.9 | 241.00 | NOTE | |||
r-release-windows-x86_64 | 4.0.9 | 456.00 | 207.00 | 663.00 | ERROR | |
r-oldrel-macos-arm64 | 4.0.9 | 137.00 | NOTE | |||
r-oldrel-macos-x86_64 | 4.0.9 | 229.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 4.0.9 | 839.00 | 315.00 | 1154.00 | ERROR |
Version: 4.0.9
Check: installed package size
Result: NOTE
installed size is 29.2Mb
sub-directories of 1Mb or more:
libs 29.0Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 4.0.9
Check: tests
Result: ERROR
Running 'testthat.R' [105s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # MixtComp version 4.0 - july 2019
> # Copyright (C) Inria - Université de Lille - CNRS
>
> # This program is free software: you can redistribute it and/or modify
> # it under the terms of the GNU Affero General Public License as
> # published by the Free Software Foundation, either version 3 of the
> # License, or (at your option) any later version.
> # This program is distributed in the hope that it will be useful,
> # but WITHOUT ANY WARRANTY; without even the implied warranty of
> # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
> # GNU Affero General Public License for more details.
> #
> # You should have received a copy of the GNU Affero General Public License
> # along with this program. If not, see <https://www.gnu.org/licenses/>
>
>
> library(testthat)
> library(RMixtCompIO)
>
> test_check("RMixtCompIO")
[1] "mStep error in variable: nBinom2\nNegativeBinomial variables must have a p value different from 0 or 1 in each class. It is not the case in class: 0. \nNegativeBinomial variables must have a p value different from 0 or 1 in each class. It is not the case in class: 1. \n\n"
partition
zPredict 1 2
1 3 0
2 0 3
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 49 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test.run.R:172:3'): NegativeBinomial model works ──────────────────
resLearn$warnLog not equal to NULL.
Types not compatible: character is not NULL
── Error ('test.run.R:174:3'): NegativeBinomial model works ────────────────────
Error in `abs(sapply(partition1, function(x) {
x - partition1
}))`: non-numeric argument to mathematical function
Backtrace:
▆
1. ├─testthat::expect_gte(rand.index(partition, resGen$z), 0.9) at test.run.R:174:2
2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─RMixtCompIO:::rand.index(partition, resGen$z)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 49 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-x86_64
Version: 4.0.9
Check: running tests for arch ‘i386’
Result: ERROR
Running 'testthat.R' [107s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # MixtComp version 4.0 - july 2019
> # Copyright (C) Inria - Université de Lille - CNRS
>
> # This program is free software: you can redistribute it and/or modify
> # it under the terms of the GNU Affero General Public License as
> # published by the Free Software Foundation, either version 3 of the
> # License, or (at your option) any later version.
> # This program is distributed in the hope that it will be useful,
> # but WITHOUT ANY WARRANTY; without even the implied warranty of
> # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
> # GNU Affero General Public License for more details.
> #
> # You should have received a copy of the GNU Affero General Public License
> # along with this program. If not, see <https://www.gnu.org/licenses/>
>
>
> library(testthat)
> library(RMixtCompIO)
>
> test_check("RMixtCompIO")
[1] "mStep error in variable: nBinom2\nNegativeBinomial variables must have a p value different from 0 or 1 in each class. It is not the case in class: 0. \nNegativeBinomial variables must have a p value different from 0 or 1 in each class. It is not the case in class: 1. \n\n"
partition
zPredict 1 2
1 3 0
2 0 3
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 49 ]
== Failed tests ================================================================
-- Failure ('test.run.R:172:3'): NegativeBinomial model works ------------------
resLearn$warnLog not equal to NULL.
Types not compatible: character is not NULL
-- Error ('test.run.R:174:3'): NegativeBinomial model works --------------------
Error in `abs(sapply(partition1, function(x) {
x - partition1
}))`: non-numeric argument to mathematical function
Backtrace:
x
1. +-testthat::expect_gte(rand.index(partition, resGen$z), 0.9) at test.run.R:174:2
2. | \-testthat::quasi_label(enquo(object), label, arg = "object")
3. | \-rlang::eval_bare(expr, quo_get_env(quo))
4. \-RMixtCompIO:::rand.index(partition, resGen$z)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 49 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64
Version: 4.0.9
Check: running tests for arch ‘x64’
Result: ERROR
Running 'testthat.R' [99s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # MixtComp version 4.0 - july 2019
> # Copyright (C) Inria - Université de Lille - CNRS
>
> # This program is free software: you can redistribute it and/or modify
> # it under the terms of the GNU Affero General Public License as
> # published by the Free Software Foundation, either version 3 of the
> # License, or (at your option) any later version.
> # This program is distributed in the hope that it will be useful,
> # but WITHOUT ANY WARRANTY; without even the implied warranty of
> # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
> # GNU Affero General Public License for more details.
> #
> # You should have received a copy of the GNU Affero General Public License
> # along with this program. If not, see <https://www.gnu.org/licenses/>
>
>
> library(testthat)
> library(RMixtCompIO)
>
> test_check("RMixtCompIO")
[1] "mStep error in variable: nBinom2\nNegativeBinomial variables must have a p value different from 0 or 1 in each class. It is not the case in class: 0. \nNegativeBinomial variables must have a p value different from 0 or 1 in each class. It is not the case in class: 1. \n\n"
partition
zPredict 1 2
1 3 0
2 0 3
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 49 ]
== Failed tests ================================================================
-- Failure ('test.run.R:172:3'): NegativeBinomial model works ------------------
resLearn$warnLog not equal to NULL.
Types not compatible: character is not NULL
-- Error ('test.run.R:174:3'): NegativeBinomial model works --------------------
Error in `abs(sapply(partition1, function(x) {
x - partition1
}))`: non-numeric argument to mathematical function
Backtrace:
x
1. +-testthat::expect_gte(rand.index(partition, resGen$z), 0.9) at test.run.R:174:2
2. | \-testthat::quasi_label(enquo(object), label, arg = "object")
3. | \-rlang::eval_bare(expr, quo_get_env(quo))
4. \-RMixtCompIO:::rand.index(partition, resGen$z)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 49 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64