Last updated on 2025-04-19 05:49:24 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.5 | 9.86 | 89.98 | 99.84 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.5 | 8.02 | 65.01 | 73.03 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.5 | 159.46 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.5 | 175.21 | OK | |||
r-devel-windows-x86_64 | 1.0.5 | 12.00 | 102.00 | 114.00 | OK | |
r-patched-linux-x86_64 | 1.0.5 | 10.23 | 82.91 | 93.14 | OK | |
r-release-linux-x86_64 | 1.0.5 | 9.15 | 85.06 | 94.21 | OK | |
r-release-macos-arm64 | 1.0.5 | 54.00 | OK | |||
r-release-macos-x86_64 | 1.0.5 | 100.00 | OK | |||
r-release-windows-x86_64 | 1.0.5 | 12.00 | 101.00 | 113.00 | OK | |
r-oldrel-macos-arm64 | 1.0.5 | 55.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.5 | 86.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.5 | 15.00 | 119.00 | 134.00 | ERROR |
Version: 1.0.5
Check: examples
Result: ERROR
Running examples in 'dataCompare-Ex.R' failed
The error most likely occurred in:
> ### 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: file2a38814e06c7f.Rmd
output file: file2a38814e06c7f.knit.md
"C:/PROGRA~1/Pandoc/pandoc" +RTS -K512m -RTS file2a38814e06c7f.knit.md --to html4 --from markdown+autolink_bare_uris+tex_math_single_backslash --output pandoc2a38827ce70c5.html --lua-filter "D:\RCompile\CRANpkg\lib\4.4\rmarkdown\rmarkdown\lua\pagebreak.lua" --lua-filter "D:\RCompile\CRANpkg\lib\4.4\rmarkdown\rmarkdown\lua\latex-div.lua" --self-contained --variable bs3=TRUE --section-divs --table-of-contents --toc-depth 2 --variable toc_float=1 --variable toc_selectors=h1,h2 --variable toc_print=1 --template "D:\RCompile\CRANpkg\lib\4.4\rmarkdown\rmd\h\default.html" --no-highlight --variable highlightjs=1 --number-sections --variable theme=bootstrap --mathjax --variable "mathjax-url=https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" --include-in-header "D:\temp\2025_04_16_01_50_00_21006\RtmpWWEa8k\rmarkdown-str2a38827e118b0.html"
Could not fetch https://www.r-pkg.org/badges/version/dataCompare
HttpExceptionRequest Request {
host = "www.r-pkg.org"
port = 443
secure = True
requestHeaders = []
path = "/badges/version/dataCompare"
queryString = ""
method = "GET"
proxy = Nothing
rawBody = False
redirectCount = 10
responseTimeout = ResponseTimeoutDefault
requestVersion = HTTP/1.1
}
(InternalException (HandshakeFailed Error_EOF))
Error: pandoc document conversion failed with error 61
Execution halted
Flavor: r-oldrel-windows-x86_64