Last updated on 2018-04-25 05:50:11 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.4.4 | 5.22 | 759.16 | 764.38 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.4.4 | 4.18 | 581.15 | 585.33 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.4.4 | 964.06 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.4.4 | 954.22 | OK | |||
r-devel-windows-ix86+x86_64 | 0.4.4 | 16.00 | 717.00 | 733.00 | OK | |
r-patched-linux-x86_64 | 0.4.4 | 5.75 | 677.67 | 683.42 | ERROR | |
r-patched-solaris-x86 | 0.4.4 | 1381.10 | NOTE | |||
r-release-linux-x86_64 | 0.4.4 | 6.08 | 678.46 | 684.54 | ERROR | |
r-release-windows-ix86+x86_64 | 0.4.4 | 16.00 | 717.00 | 733.00 | OK | |
r-release-osx-x86_64 | 0.4.4 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.4.4 | 10.00 | 738.00 | 748.00 | OK | |
r-oldrel-osx-x86_64 | 0.4.4 | OK |
Version: 0.4.4
Check: tests
Result: ERROR
Running ‘test-all.R’ [10m/12m]
Running the tests in ‘tests/test-all.R’ failed.
Complete output:
> library(testthat)
> test_check("broom")
Loading required package: broom
Killed
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.4.4
Check: examples
Result: ERROR
Running examples in ‘broom-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: biglm_tidiers
> ### Title: Tidiers for biglm and bigglm object
> ### Aliases: biglm_tidiers tidy.biglm glance.biglm
>
> ### ** Examples
>
>
> if (require("biglm", quietly = TRUE)) {
+ bfit <- biglm(mpg ~ wt + disp, mtcars)
+ tidy(bfit)
+ tidy(bfit, conf.int = TRUE)
+ tidy(bfit, conf.int = TRUE, conf.level = .9)
+
+ glance(bfit)
+
+ # bigglm: logistic regression
+ bgfit <- bigglm(am ~ mpg, mtcars, family = binomial())
+ tidy(bgfit)
+ tidy(bgfit, exponentiate = TRUE)
+ tidy(bgfit, conf.int = TRUE)
+ tidy(bgfit, conf.int = TRUE, conf.level = .9)
+ tidy(bgfit, conf.int = TRUE, conf.level = .9, exponentiate = TRUE)
+
+ glance(bgfit)
+ }
Error in UseMethod("bigglm", data) :
no applicable method for 'bigglm' applied to an object of class "data.frame"
Calls: bigglm -> bigglm
Execution halted
Flavors: r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.4.4
Check: tests
Result: ERROR
Running ‘test-all.R’ [10m/13m]
Running the tests in ‘tests/test-all.R’ failed.
Complete output:
> library(testthat)
> test_check("broom")
Loading required package: broom
Killed
Flavors: r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.4.4
Check: package dependencies
Result: NOTE
Packages suggested but not available for checking: ‘xergm’ ‘btergm’
Flavor: r-patched-solaris-x86
Version: 0.4.4
Check: Rd cross-references
Result: NOTE
Package unavailable to check Rd xrefs: ‘btergm’
Flavor: r-patched-solaris-x86