CRAN Package Check Results for Package geotopbricks

Last updated on 2026-08-18 13:49:40 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.5.9.1 40.39 296.96 337.35 OK
r-devel-linux-x86_64-debian-gcc 1.5.9.1 28.78 204.97 233.75 ERROR
r-devel-linux-x86_64-fedora-clang 1.5.9.1 31.00 204.51 235.51 OK
r-devel-linux-x86_64-fedora-gcc 1.5.9.1 29.00 195.39 224.39 OK
r-devel-windows-x86_64 1.5.9.1 40.00 264.00 304.00 OK
r-patched-linux-x86_64 1.5.9.1 39.06 292.81 331.87 OK
r-release-linux-x86_64 1.5.9.1 39.86 294.85 334.71 OK
r-release-macos-arm64 1.5.9.1 8.00 50.00 58.00 OK
r-release-macos-x86_64 1.5.9.1 23.00 259.00 282.00 OK
r-release-windows-x86_64 1.5.9.1 39.00 0.00 39.00 OK
r-oldrel-macos-arm64 1.5.9.1 OK
r-oldrel-macos-x86_64 1.5.9.1 21.00 165.00 186.00 OK
r-oldrel-windows-x86_64 1.5.9.1 55.00 357.00 412.00 OK

Check Details

Version: 1.5.9.1
Check: examples
Result: ERROR Running examples in ‘geotopbricks-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: create.geotop.inpts.keyword > ### Title: Creates an 'geotop.inpts' files the keyword and their values of > ### a date.frame like the one returned by > ### 'declared.geotop.inpts.keywords' > ### Aliases: create.geotop.inpts.keyword > > ### ** Examples > > > library(geotopbricks) > #Simulation working path > wpath <- + 'https://raw.githubusercontent.com/ecor/geotopbricks_doc/master/simulations/panola13_run2xC_test3' > ## URL path (RAW VERSION) of > ## https://github.com/ecor/geotopbricks_doc/tree/master/simulations/panola13_run2xC_test3 > df <- declared.geotop.inpts.keywords(wpath=wpath) Warning in file(con, "r") : cannot open URL 'https://raw.githubusercontent.com/ecor/geotopbricks_doc/master/simulations/panola13_run2xC_test3/geotop.inpts': HTTP status was '429 Unknown Error' Error in file(con, "r") : cannot open the connection to 'https://raw.githubusercontent.com/ecor/geotopbricks_doc/master/simulations/panola13_run2xC_test3/geotop.inpts' Calls: declared.geotop.inpts.keywords -> <Anonymous> -> file Execution halted Flavor: r-devel-linux-x86_64-debian-gcc