Skip to content

Conversation

@krlmlr
Copy link
Member

@krlmlr krlmlr commented Dec 23, 2025

Current CRAN check results

  • Checked on 2025-12-23, problems found: https://cran.r-project.org/web/checks/check_results_tibble.html

  • NOTE: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
    File ‘tibble/libs/tibble.so’:
    Found non-API calls to R: ‘ATTRIB’, ‘SET_ATTRIB’, ‘SET_OBJECT’

    Compiled code should not call non-API entry points in R.

    See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
    and section ‘Moving into C API compliance’ for issues with the use of
    non-API entry points.

  • ERROR: r-devel-windows-x86_64, r-oldrel-windows-x86_64
    Installation failed.

Check results at: https://cran.r-project.org/web/checks/check_results_tibble.html

Action items

  • Review PR
  • Await successful CI/CD run
  • Run fledge::release()
  • When the package is accepted on CRAN, run fledge::post_release()

Copilot AI review requested due to automatic review settings December 23, 2025 16:15
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR prepares the tibble package for CRAN release version 3.3.1, consolidating all development changes (from versions 3.3.0.9001 through 3.3.0.9013) into a single release.

Key changes:

  • Updates package version from 3.3.0.9013 to 3.3.1 across package files
  • Consolidates the NEWS.md changelog, removing individual development version sections and organizing all changes under version 3.3.1
  • Documents the primary bug fix addressing the use of non-API R functions (SET_OBJECT())

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
DESCRIPTION Updates package version from 3.3.0.9013 to 3.3.1 for CRAN release
cran-comments.md Updates version reference from 3.3.0 to 3.3.1
NEWS.md Consolidates all development version changelog entries into version 3.3.1, organizing bug fixes, chores, CI changes, documentation, and testing updates

@krlmlr krlmlr merged commit 97fdf87 into main Dec 23, 2025
78 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants