Last updated on 2018-02-25 00:48:44 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.1 | 2.88 | 72.48 | 75.36 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.1 | 2.23 | 55.68 | 57.91 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.1 | 86.73 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 83.50 | OK | |||
r-devel-windows-ix86+x86_64 | 0.1.1 | 8.00 | 113.00 | 121.00 | OK | |
r-patched-linux-x86_64 | 0.1.1 | 2.34 | 83.85 | 86.19 | OK | |
r-patched-solaris-x86 | 0.1.1 | 233.10 | OK | |||
r-release-linux-x86_64 | 0.1.1 | 1.99 | 82.93 | 84.92 | OK | |
r-release-windows-ix86+x86_64 | 0.1.1 | 10.00 | 122.00 | 132.00 | OK | |
r-release-osx-x86_64 | 0.1.1 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.1 | 6.00 | 87.00 | 93.00 | OK | |
r-oldrel-osx-x86_64 | 0.1.0 | ERROR |
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in ‘infer-Ex.R’ failed
The error most likely occurred in:
> ### Name: hypothesize
> ### Title: Declare a null hypothesis
> ### Aliases: hypothesize
>
> ### ** Examples
>
> # One binary variable
> mtcars %>%
+ dplyr::mutate(am = factor(am)) %>%
+ specify(response = am, success = "1") %>%
+ hypothesize(null = "point", p = 0.75) %>%
+ generate(reps = 100, type = "simulate") %>%
+ calculate(stat = "prop")
Error in .subset2(x, i, exact = exact) : invalid subscript type 'symbol'
Calls: %>% ... [[.tbl_df -> NextMethod -> [[.data.frame -> <Anonymous>
Execution halted
Flavor: r-oldrel-osx-x86_64
Version: 0.1.0
Check: re-building of vignette outputs
Result: WARN
Error in re-building vignettes:
...
Warning in engine$weave(file, quiet = quiet, encoding = enc) :
Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
Attaching package: 'dplyr'
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
Quitting from lines 92-105 (flights_examples.Rmd)
Error: processing vignette 'flights_examples.Rmd' failed with diagnostics:
invalid subscript type 'symbol'
Execution halted
Flavor: r-oldrel-osx-x86_64