Last updated on 2020-12-03 17:50:37 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.2 | 5.71 | 50.93 | 56.64 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.2.2 | 4.93 | 39.96 | 44.89 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.2.2 | 69.58 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.2 | 58.55 | ERROR | |||
r-devel-windows-ix86+x86_64 | 0.2.2 | 12.00 | 49.00 | 61.00 | ERROR | |
r-patched-linux-x86_64 | 0.2.2 | 6.19 | 47.21 | 53.40 | ERROR | |
r-patched-solaris-x86 | 0.2.2 | 79.10 | ERROR | |||
r-release-linux-x86_64 | 0.2.2 | 5.83 | 44.50 | 50.33 | ERROR | |
r-release-macos-x86_64 | 0.2.2 | OK | ||||
r-release-windows-ix86+x86_64 | 0.2.2 | 11.00 | 66.00 | 77.00 | ERROR | |
r-oldrel-macos-x86_64 | 0.2.2 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.2.2 | 8.00 | 62.00 | 70.00 | ERROR |
Version: 0.2.2
Check: examples
Result: ERROR
Running examples in 'tidytidbits-Ex.R' failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: interlude
> ### Title: An interlude in a magrittr pipeline
> ### Aliases: interlude
>
> ### ** Examples
>
> library(tibble)
> library(magrittr)
> library(dplyr)
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
> x <- c() # now x exists in the calling env
> tibble(a=1, b=2) %>%
+ mutate(b=a+3) %>%
+ interlude(x <- .$b) %>%
+ mutate(a=a+1)
Warning: `call_stack()` is deprecated as of rlang 0.3.0.
This warning is displayed once per session.
Error in stack[[i + 1]] : subscript out of bounds
Calls: %>% -> mutate -> interlude
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.2.2
Check: examples
Result: ERROR
Running examples in ‘tidytidbits-Ex.R’ failed
The error most likely occurred in:
> ### Name: interlude
> ### Title: An interlude in a magrittr pipeline
> ### Aliases: interlude
>
> ### ** Examples
>
> library(tibble)
> library(magrittr)
> library(dplyr)
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
> x <- c() # now x exists in the calling env
> tibble(a=1, b=2) %>%
+ mutate(b=a+3) %>%
+ interlude(x <- .$b) %>%
+ mutate(a=a+1)
Warning: `call_stack()` is deprecated as of rlang 0.3.0.
This warning is displayed once per session.
Error in stack[[i + 1]] : subscript out of bounds
Calls: %>% -> mutate -> interlude
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-patched-solaris-x86, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64