CRAN Package Check Results for Package gert

Last updated on 2024-11-28 09:49:35 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.1.4 8.48 33.16 41.64 ERROR
r-devel-linux-x86_64-debian-gcc 2.1.4 6.53 25.58 32.11 ERROR
r-devel-linux-x86_64-fedora-clang 2.1.4 69.99 OK
r-devel-linux-x86_64-fedora-gcc 2.1.4 79.98 OK
r-devel-windows-x86_64 2.1.4 22.00 121.00 143.00 OK
r-patched-linux-x86_64 2.1.4 8.59 31.63 40.22 ERROR
r-release-linux-x86_64 2.1.4 7.85 32.32 40.17 OK
r-release-macos-arm64 2.1.4 38.00 NOTE
r-release-macos-x86_64 2.1.4 59.00 NOTE
r-release-windows-x86_64 2.1.4 22.00 117.00 139.00 NOTE
r-oldrel-macos-arm64 2.1.4 42.00 NOTE
r-oldrel-macos-x86_64 2.1.4 60.00 NOTE
r-oldrel-windows-x86_64 2.1.4 24.00 131.00 155.00 NOTE

Check Details

Version: 2.1.4
Check: examples
Result: ERROR Running examples in ‘gert-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: git_fetch > ### Title: Push and pull > ### Aliases: git_fetch git_remote_ls git_push git_clone git_pull > > ### ** Examples > > {# Clone a small repository + git_dir <- file.path(tempdir(), 'antiword') + git_clone('https://github.com/ropensci/antiword', git_dir) + + # Change into the repo directory + olddir <- getwd() + setwd(git_dir) + + # Show some stuff + git_log() + git_branch_list() + git_remote_list() + + # Add a file + write.csv(iris, 'iris.csv') + git_add('iris.csv') + + # Commit the change + jerry <- git_signature("Jerry", "jerry@hotmail.com") + git_commit('added the iris file', author = jerry) + + # Now in the log: + git_log() + + # Cleanup + setwd(olddir) + unlink(git_dir, recursive = TRUE) + } Error in libgit2::git_clone : SSL error: 0xffff8880 - SSL - A fatal alert message was received from our peer Calls: git_clone -> raise_libgit2_error Execution halted Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64

Version: 2.1.4
Check: installed package size
Result: NOTE installed size is 5.9Mb sub-directories of 1Mb or more: libs 5.5Mb Flavors: 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