Skip to content

Installation on R 3.6 is broken #1087

Description

@vtdmhd

The commit 1bba551 removed the R version check in inst/include/cpp11/environment.hpp that previously wrapped R_removeVarFromFrame, along with the fallback code for older R versions. As a result, the package no longer installs on R 3.6.

However, the CRAN DESCRIPTION still lists R (>= 3.6) as supported.

To resolve this, either:

  • Restore the compatibility fallback for R_removeVarFromFrame in environment.hpp, or
  • End R 3.6 support and update the DESCRIPTION to require R >= 4.0.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions