CRAN Package Check Results for Package ediblecity

Last updated on 2025-08-05 08:49:52 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.1 8.20 99.86 108.06 NOTE
r-devel-linux-x86_64-debian-gcc 0.2.1 6.22 68.32 74.54 NOTE
r-devel-linux-x86_64-fedora-clang 0.2.1 169.37 NOTE
r-devel-linux-x86_64-fedora-gcc 0.2.1 184.32 NOTE
r-devel-windows-x86_64 0.2.1 10.00 102.00 112.00 NOTE
r-patched-linux-x86_64 0.2.1 7.62 90.86 98.48 NOTE
r-release-linux-x86_64 0.2.1 7.78 90.37 98.15 NOTE
r-release-macos-arm64 0.2.1 70.00 NOTE
r-release-macos-x86_64 0.2.1 107.00 NOTE
r-release-windows-x86_64 0.2.1 11.00 103.00 114.00 ERROR
r-oldrel-macos-arm64 0.2.1 52.00 OK
r-oldrel-macos-x86_64 0.2.1 78.00 OK
r-oldrel-windows-x86_64 0.2.1 12.00 128.00 140.00 OK

Check Details

Version: 0.2.1
Check: DESCRIPTION meta-information
Result: NOTE Author field differs from that derived from Authors@R Author: ‘Josep Pueyo-Ros [aut, cre] (<https://orcid.org/0000-0002-1236-5651>), ICRA - Catalan Institute for Water Research [fnd] (Edicitnet, 776665)’ Authors@R: ‘Josep Pueyo-Ros [aut, cre] (ORCID: <https://orcid.org/0000-0002-1236-5651>), ICRA - Catalan Institute for Water Research [fnd] (project: Edicitnet, grant_agreement: 776665)’ 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: ‘indicator_volunteers.R’ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.2.1
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: ‘indicator_volunteers.R’ Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64

Version: 0.2.1
Check: tests
Result: ERROR Running 'testthat.R' [18s] 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 > > library(testthat) > library(ediblecity) > > test_check("ediblecity") [ FAIL 1 | WARN 8 | SKIP 0 | PASS 44 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-indicator_food.R:36:3'): commercial gardens produce food ───── result[[2]] is not strictly more than bau[[2]]. Difference: -2.34 [ FAIL 1 | WARN 8 | SKIP 0 | PASS 44 ] Error: Test failures Execution halted Flavor: r-release-windows-x86_64