CRAN Package Check Results for Package BeeBDC

Last updated on 2026-06-20 09:52:45 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.3.4 46.68 414.26 460.94 OK
r-devel-linux-x86_64-debian-gcc 1.3.4 29.06 275.85 304.91 OK
r-devel-linux-x86_64-fedora-clang 1.3.4 77.00 683.25 760.25 OK
r-devel-linux-x86_64-fedora-gcc 1.3.4 80.00 ERROR
r-devel-windows-x86_64 1.3.4 42.00 368.00 410.00 OK
r-patched-linux-x86_64 1.3.4 43.62 389.38 433.00 OK
r-release-linux-x86_64 1.3.4 45.77 388.74 434.51 OK
r-release-macos-arm64 1.3.4 10.00 128.00 138.00 OK
r-release-macos-x86_64 1.3.4 30.00 494.00 524.00 OK
r-release-windows-x86_64 1.3.4 43.00 357.00 400.00 OK
r-oldrel-macos-arm64 1.3.4 9.00 153.00 162.00 OK
r-oldrel-macos-x86_64 1.3.4 30.00 432.00 462.00 OK
r-oldrel-windows-x86_64 1.3.4 63.00 489.00 552.00 OK

Check Details

Version: 1.3.4
Check: for code/documentation mismatches
Result: WARN Error: package or namespace load failed for ‘BeeBDC’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]): there is no package called ‘geosphere’ Call sequence: 6: stop(msg, call. = FALSE, domain = NA) 5: value[[3L]](cond) 4: tryCatchOne(expr, names, parentenv, handlers[[1L]]) 3: tryCatchList(expr, classes, parentenv, handlers) 2: tryCatch({ ns <- loadNamespace(package, lib.loc) env <- attachNamespace(ns, pos = pos, deps, exclude, include.only) }, error = function(e) { P <- if (!is.null(cc <- conditionCall(e))) paste(" in", deparse(cc)[1L]) else "" msg <- gettextf("package or namespace load failed for %s%s:\n %s", sQuote(package), P, conditionMessage(e)) if (logical.return && !quietly) message(paste("Error:", msg), domain = NA) else stop(msg, call. = FALSE, domain = NA) }) 1: library(package, lib.loc = lib.loc, character.only = TRUE, verbose = FALSE) Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 1.3.4
Check: Rd \usage sections
Result: NOTE Error: there is no package called ‘geosphere’ Call sequence: 10: doWithOneRestart(return(expr), restart) 9: withOneRestart(expr, restarts[[1L]]) 8: withRestarts(stop(cond), retry_loadNamespace = function() NULL) 7: loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) 6: asNamespace(ns) 5: namespaceImportFrom(ns, loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]), i[[2L]], from = package) 4: loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) 3: asNamespace(ns) 2: namespaceImportFrom(ns, loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]), i[[2L]], from = package) 1: loadNamespace(package, lib.loc) Execution halted The \usage entries for S3 methods should use the \method markup and not their full name. See chapter ‘Writing R documentation files’ in the ‘Writing R Extensions’ manual. Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 1.3.4
Check: examples
Result: ERROR Running examples in ‘BeeBDC-Ex.R’ failed The error occurred in: R Under development (unstable) (2026-06-19 r90179) -- "Unsuffered Consequences" Copyright (C) 2026 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. Natural language support but running in an English locale R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > pkgname <- "BeeBDC" > source(file.path(R.home("share"), "R", "examples-header.R")) > options(warn = 1) > library('BeeBDC') Error: package or namespace load failed for ‘BeeBDC’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]): there is no package called ‘geosphere’ Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 1.3.4
Check: tests
Result: ERROR Running ‘testthat.R’ Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > requireNamespace("testthat") Loading required namespace: testthat > requireNamespace("BeeBDC") Loading required namespace: BeeBDC Failed with error: 'there is no package called 'geosphere'' > > testthat::test_check("BeeBDC") Loading required package: BeeBDC Error: package or namespace load failed for 'BeeBDC' in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]): there is no package called 'geosphere' Error: package or namespace load failed for 'BeeBDC' in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]): there is no package called 'geosphere' Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc