Last updated on 2024-11-23 16:49:09 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.3 | 11.54 | 90.40 | 101.94 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.4 | 7.18 | 58.05 | 65.23 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0.4 | 167.88 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.4 | 173.35 | OK | |||
r-devel-windows-x86_64 | 1.0.4 | 15.00 | 101.00 | 116.00 | OK | |
r-patched-linux-x86_64 | 1.0.4 | 8.74 | 79.64 | 88.38 | ERROR | |
r-release-linux-x86_64 | 1.0.1 | 10.27 | 85.80 | 96.07 | OK | |
r-release-macos-arm64 | 1.0.4 | 60.00 | OK | |||
r-release-macos-x86_64 | 1.0.4 | 157.00 | OK | |||
r-release-windows-x86_64 | 1.0.4 | 15.00 | 105.00 | 120.00 | OK | |
r-oldrel-macos-arm64 | 1.0.4 | 58.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.4 | 88.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.4 | 16.00 | 123.00 | 139.00 | OK |
Version: 1.0.4
Check: examples
Result: ERROR
Running examples in ‘dataCompare-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: compare_data_frame_object_report
> ### Title: run the rmarkdown report of the data comparison and save it in
> ### an external directory
> ### Aliases: compare_data_frame_object_report
>
> ### ** 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
> compare_data_frame_object_report(
+ df1 = iris %>% dplyr::mutate(ID = row_number()),
+ df2 = iris %>% dplyr::mutate(ID = row_number()),
+ ids = 'ID',
+ report_title = "Iris data Comparator report",
+ report_author = "Sergio Ewane",
+ report_context = "i'm checking if the two dataframe contains the same values"
+ )
processing file: Comparison_report.Rmd
Warning in file(con, "w") :
cannot open file 'Comparison_report.knit.md': Read-only file system
Error in file(con, "w") : cannot open the connection
Calls: compare_data_frame_object_report ... <Anonymous> -> <Anonymous> -> write_utf8 -> writeLines -> file
Execution halted
Flavors: r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64