Skip to content

Installation failure due to archived CRAN dependency: qs #373

@BigOrangeCatDylan

Description

@BigOrangeCatDylan

Describe the bug
Fresh installation of MetaboAnalystR fails because it depends on the qs package. The core issue is that qs has been archived and removed from CRAN.

Consequently, standard installation tools (install.packages or pak) cannot resolve the dependency tree, leading to an immediate installation crash.

To Reproduce
Steps to reproduce the behavior. Run either of the following commands on a fresh environment:

# Using devtools
devtools::install_github("xia-lab/MetaboAnalystR")

# Or using pak
pak::pkg_install("xia-lab/MetaboAnalystR")

Error Message

! Could not solve package dependencies:
* xia-lab/MetaboAnalystR: Can't install dependency qs
* qs: Can't find package called qs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions