CRAN Package Check Results for Maintainer ‘Layik Hama <l.hama at leeds.ac.uk>’

Last updated on 2024-05-03 11:53:35 CEST.

Package ERROR OK
tgver 1 10

Package tgver

Current CRAN status: ERROR: 1, OK: 10

Version: 0.3.0
Check: examples
Result: ERROR Running examples in 'tgver-Ex.R' failed The error most likely occurred in: > ### Name: explore_dir > ### Title: A function to read and serve at least one file from a directory. > ### Aliases: explore_dir > > ### ** Examples > > { + p = file.path(tempdir(), "data") + dir.create(p) + gURL = paste0("https://raw.githubusercontent.com/saferactive/", + "tgve/main/pf-only-name.geojson") + dURL = "https://raw.githubusercontent.com/saferactive/tgve/main/ksi-pf.csv" + download.file(gURL, destfile = file.path(p, "pf.geojson")) + download.file(dURL, destfile = file.path(p, "data.csv")) + + ps = explore_dir(p, background = TRUE) + ps$kill() + unlink(p, recursive = TRUE) + } trying URL 'https://raw.githubusercontent.com/saferactive/tgve/main/pf-only-name.geojson' Warning in download.file(gURL, destfile = file.path(p, "pf.geojson")) : URL 'https://raw.githubusercontent.com/saferactive/tgve/main/pf-only-name.geojson': status was 'SSL connect error' Error in download.file(gURL, destfile = file.path(p, "pf.geojson")) : cannot open URL 'https://raw.githubusercontent.com/saferactive/tgve/main/pf-only-name.geojson' Execution halted Flavor: r-release-windows-x86_64