CRAN Package Check Results for Package hydflood

Last updated on 2025-01-23 19:49:25 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5.9 37.56 356.54 394.10 OK
r-devel-linux-x86_64-debian-gcc 0.5.9 23.71 227.85 251.56 NOTE
r-devel-linux-x86_64-fedora-clang 0.5.9 650.87 OK
r-devel-linux-x86_64-fedora-gcc 0.5.9 607.30 OK
r-devel-windows-x86_64 0.5.9 33.00 286.00 319.00 OK
r-patched-linux-x86_64 0.5.9 36.88 340.48 377.36 OK
r-release-linux-x86_64 0.5.9 34.94 342.03 376.97 OK
r-release-macos-arm64 0.5.9 234.00 OK
r-release-macos-x86_64 0.5.9 384.00 OK
r-release-windows-x86_64 0.5.9 33.00 281.00 314.00 OK
r-oldrel-macos-arm64 0.5.9 292.00 OK
r-oldrel-macos-x86_64 0.5.9 433.00 OK
r-oldrel-windows-x86_64 0.5.9 47.00 435.00 482.00 ERROR

Check Details

Version: 0.5.9
Check: DESCRIPTION meta-information
Result: NOTE Missing dependency on R >= 4.1.0 because package code uses the pipe |> or function shorthand \(...) syntax added in R 4.1.0. File(s) using such syntax: ‘getDEM.R’ ‘hydSpatRaster.R’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.5.9
Check: for code/documentation mismatches
Result: WARN Error: package 'hyd1d' could not be loaded Call sequence: 3: stop(gettextf("package %s could not be loaded", sQuote(pkg)), call. = FALSE, domain = NA) 2: .getRequiredPackages2(pkgInfo, quietly = quietly, lib.loc = c(lib.loc, .libPaths())) 1: library(package, lib.loc = lib.loc, character.only = TRUE, verbose = FALSE) Execution halted Flavor: r-oldrel-windows-x86_64

Version: 0.5.9
Check: Rd \usage sections
Result: NOTE Error: .onLoad failed in loadNamespace() for 'hyd1d', details: call: readRDS(file_data) error: error reading from connection Call sequence: 5: stop(gettextf("%s failed in %s() for '%s', details:\n call: %s\n error: %s", hookname, "loadNamespace", pkgname, deparse(conditionCall(res))[1L], conditionMessage(res)), call. = FALSE, domain = NA) 4: runHook(".onLoad", env, package.lib, package) 3: loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) 2: namespaceImport(ns, loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]), 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-oldrel-windows-x86_64

Version: 0.5.9
Check: examples
Result: ERROR Running examples in 'hydflood-Ex.R' failed The error occurred in: R version 4.3.3 (2024-02-29 ucrt) -- "Angel Food Cake" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 (64-bit) 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 <- "hydflood" > source(file.path(R.home("share"), "R", "examples-header.R")) > options(warn = 1) > options(pager = "console") > library('hydflood') Loading required package: sf Linking to GEOS 3.11.2, GDAL 3.8.2, PROJ 9.3.1; sf_use_s2() is TRUE Loading required package: terra terra 1.8.10 Loading required package: raster Loading required package: sp Loading required package: hyd1d Error: package or namespace load failed for 'hyd1d': .onLoad failed in loadNamespace() for 'hyd1d', details: call: readRDS(file_data) error: error reading from connection Error: package 'hyd1d' could not be loaded Execution halted Flavor: r-oldrel-windows-x86_64