Last updated on 2023-10-29 18:55:01 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.8 | 5.15 | 46.86 | 52.01 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.1.8 | 4.16 | 34.73 | 38.89 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1.8 | 63.63 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.8 | 77.42 | ERROR | |||
r-devel-windows-x86_64 | 0.1.8 | 6.00 | 54.00 | 60.00 | ERROR | |
r-patched-linux-x86_64 | 0.1.8 | 3.61 | 43.58 | 47.19 | NOTE | |
r-release-linux-x86_64 | 0.1.8 | 5.57 | 44.19 | 49.76 | NOTE | |
r-release-macos-arm64 | 0.1.8 | 50.00 | NOTE | |||
r-release-macos-x86_64 | 0.1.8 | 44.00 | NOTE | |||
r-release-windows-x86_64 | 0.1.8 | 8.00 | 58.00 | 66.00 | NOTE | |
r-oldrel-macos-arm64 | 0.1.8 | 24.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.1.8 | 46.00 | NOTE | |||
r-oldrel-windows-x86_64 | 0.1.8 | 7.00 | 64.00 | 71.00 | NOTE |
Version: 0.1.8
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 0.1.8
Check: examples
Result: ERROR
Running examples in ‘tribe-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: at_mutate
> ### Title: Manipulate attributes in a dplyr fashion
> ### Aliases: at_mutate at_mutate_ at_select at_select_ at_rename at_rename_
> ### at_slice at_slice_
>
> ### ** Examples
>
> 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
> df <- data.frame(x = sample(10, 5, rep = TRUE),
+ y = sample(10, 5, rep = TRUE)) %>%
+ at_mutate(example = "yes",
+ package = "dplyr")
> tribe(df)
$names
[1] "x" "y"
$class
[1] "data.frame"
$row.names
[1] 1 2 3 4 5
$example
[1] "yes"
$package
[1] "dplyr"
>
> at_slice(df, names)
[1] "x" "y"
> at_slice_(df, "class")
[1] "data.frame"
> at_slice_(df, ~ package)
[1] "dplyr"
>
> df <- df %>%
+ at_mutate_(package = ~ NULL,
+ example = ~ "no")
Error in lazy_(x[[2]], environment(x)) :
is.call(expr) || is.name(expr) || is.atomic(expr) is not TRUE
Calls: %>% ... lapply -> FUN -> as.lazy.formula -> lazy_ -> stopifnot
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.1.8
Check: examples
Result: ERROR
Running examples in ‘tribe-Ex.R’ failed
The error most likely occurred in:
> ### Name: at_mutate
> ### Title: Manipulate attributes in a dplyr fashion
> ### Aliases: at_mutate at_mutate_ at_select at_select_ at_rename at_rename_
> ### at_slice at_slice_
>
> ### ** Examples
>
> 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
> df <- data.frame(x = sample(10, 5, rep = TRUE),
+ y = sample(10, 5, rep = TRUE)) %>%
+ at_mutate(example = "yes",
+ package = "dplyr")
> tribe(df)
$names
[1] "x" "y"
$class
[1] "data.frame"
$row.names
[1] 1 2 3 4 5
$example
[1] "yes"
$package
[1] "dplyr"
>
> at_slice(df, names)
[1] "x" "y"
> at_slice_(df, "class")
[1] "data.frame"
> at_slice_(df, ~ package)
[1] "dplyr"
>
> df <- df %>%
+ at_mutate_(package = ~ NULL,
+ example = ~ "no")
Error in lazy_(x[[2]], environment(x)) :
is.call(expr) || is.name(expr) || is.atomic(expr) is not TRUE
Calls: %>% ... lapply -> FUN -> as.lazy.formula -> lazy_ -> stopifnot
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64
Version: 0.1.8
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘tribe-vignette.Rmd’ using rmarkdown
Quitting from lines 54-58 [unnamed-chunk-5] (tribe-vignette.Rmd)
Error: processing vignette 'tribe-vignette.Rmd' failed with diagnostics:
is.call(expr) || is.name(expr) || is.atomic(expr) is not TRUE
--- failed re-building ‘tribe-vignette.Rmd’
SUMMARY: processing the following file failed:
‘tribe-vignette.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc