CRAN Package Check Results for Maintainer ‘Josep Pueyo-Ros <josep.pueyo at udg.edu>’

Last updated on 2025-09-18 01:51:59 CEST.

Package ERROR NOTE OK
CRediTas 13
ediblecity 1 10 2

Package CRediTas

Current CRAN status: OK: 13

Package ediblecity

Current CRAN status: ERROR: 1, NOTE: 10, OK: 2

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' [27s] 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: -3.68 [ FAIL 1 | WARN 8 | SKIP 0 | PASS 44 ] Error: Test failures Execution halted Flavor: r-oldrel-windows-x86_64