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.
Describe the bug
Fresh installation of
MetaboAnalystRfails because it depends on theqspackage. The core issue is thatqshas been archived and removed from CRAN.Consequently, standard installation tools (
install.packagesorpak) 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:
Error Message