Last updated on 2024-11-27 19:49:15 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.4 | 9.65 | 84.50 | 94.15 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.0.4 | 6.81 | 59.59 | 66.40 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0.4 | 162.21 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.4 | 173.35 | OK | |||
r-devel-windows-x86_64 | 1.0.4 | 11.00 | 100.00 | 111.00 | OK | |
r-patched-linux-x86_64 | 1.0.4 | 9.35 | 80.17 | 89.52 | 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 | 11.00 | 101.00 | 112.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 | 17.00 | 117.00 | 134.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-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64