Skip to content

Package dependency mismatch: gt 0.11.1 requires fs >= 1.6.4 but repo has fs 1.6.3.9000 #589

@brendanhcullen

Description

@brendanhcullen

Description

The webR binary package repository contains gt version 0.11.1, which requires fs >= 1.6.4, but only fs version 1.6.3.9000 is available in the repository. This causes gt to fail to load:

  Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
    namespace 'fs' 1.6.3.9000 is being loaded, but >= 1.6.4 is required

See the DESCRIPTION file here: https://github.com/rstudio/gt/blob/v0.11.1/DESCRIPTION#L41

Version Information

From https://repo.r-wasm.org/bin/emscripten/contrib/4.4/PACKAGES:

  • gt version: 0.11.1 (requires fs >= 1.6.4)
  • fs version: 1.6.3.9000

Note

The wasm release for fs is currently failing on https://r-lib.r-universe.dev/, so loading fs from that repo is not currently an available workaround

From https://r-lib.r-universe.dev/api/packages/fs:

    {
      "job": 58599704348,
      "time": 129,
      "config": "wasm-release",
      "r": "4.5.1",
      "check": "FAIL",
      "artifact": ""
    }

See the failed job here: https://github.com/r-universe/r-lib/actions/runs/20390766336/job/58599704348

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions