Message-ID: <20260211221054.73754f74@Tarkus>
Date: 2026-02-11T19:10:54Z
From: Ivan Krylov
Subject: [R-pkg-devel] False Error in CRAN checks
In-Reply-To: <780D5159-81FC-47C1-B520-56D45CF91A2B@gmail.com>
? Wed, 11 Feb 2026 10:17:31 -0800
Josiah Parry <josiah.parry at gmail.com> ?????:
> Is this a ?blip? in the check system? Or am I missing something and
> am at risk of archival?
Something's not right with r-devel-macos-arm64. For many packages,
<https://www.r-project.org/nosvn/R.check/r-devel-macos-arm64/PACKAGE-00check.html>
points to outdated results (sometimes a previous version of the
package) or a 404 error, and there's no corresponding binary for
R-devel/Sonoma. Examples include 'bapred', 'aroma.affymetrix', 'b32',
'RPostgreSQL' (approximately 197 packages in total). Try asking Simon
Urbanek about this problem.
At least there's no deadline set right now:
tools::CRAN_package_db() |>
subset(grepl('^arcgis|^arcpbf$', Package)) |>
_$Deadline |> is.na() |> all()
# [1] TRUE
--
Best regards,
Ivan