Skip to content

Workarounds for R bugs that can be dropped #581

@lorenzwalthert

Description

@lorenzwalthert

The tidyverse supports four previous versions of R, so we'll drop some workarounds for some R bugs at some stage:

  • The workaround in parse_transform_serialize_r() introduced with 5523a8f in getRversion() < 3.4 was not required in R 3.4 anymore.
  • The extra parsing in get_parse_data() introduced in Long character string gets truncated #216 is fixed since R 3.5.2 (bug 16041, https://cran.r-project.org/doc/manuals/r-release/NEWS.html), we don't need another extra round of parsing after this version.
  • The transformer subsetting introduced in 9c4fc1e with if (getRversion() >= 3.6) for force_assignment_op() is not needed with R 3.6 anymore.
  • Fixing parse data for 0x not needed in R 4.1 anymore.

*checked: already removed in the default branch

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions