-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Add-onsIssues with add-onsIssues with add-ons
Description
This task has been proposed by the CRAN Team, cc @kurthornik. This work could be distributed among a large group of contributors.
Task
- Identify CRAN packages that fail on R-old release or R-release, but not on R-devel
- Find out what the issues are
- Generate a list of the issues and prepare bug reports if feasible.
In most cases, such failures result from a missing version dependency for R or a package that the checked package depends on. In some cases it is an incompatibility that needs fixing.
Hints
tools::CRAN_check_results()can be used to find the status (OK < NOTE < WARNING < ERROR < FAILURE) of checks on different platformstools::CRAN_check_details()can be used to get the output of non-OK checks- Submit PRs for CRAN packages with "Lost braces" NOTE on "Rd files" checkย #110 gives some code to find the URL for the source code repository, if provided in the package DESCRIPTION, where an issue or PR could be opened.
llrs
Metadata
Metadata
Assignees
Labels
Add-onsIssues with add-onsIssues with add-ons
Type
Projects
Status
In Progress
Status
To Do