Skip to content

Identify (and potentially address) issues in CRAN packages on R (old-)release onlyย #135

@hturner

Description

@hturner

This task has been proposed by the CRAN Team, cc @kurthornik. This work could be distributed among a large group of contributors.

Task

  1. Identify CRAN packages that fail on R-old release or R-release, but not on R-devel
  2. Find out what the issues are
  3. 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 platforms
  • tools::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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Add-onsIssues with add-ons

    Type

    No type

    Projects

    Status

    In Progress

    Status

    To Do

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions