pattilab / toxcms

TOXcms is a R tool to analyze dose-dependnet metabolic changes from untargeted metabolomics dataset.
GNU General Public License v3.0
0 stars 0 forks source link

an installation issues #2

Open Innovation888K opened 11 months ago

Innovation888K commented 11 months ago

when I use :

devtools::install_github("pattilab/toxcms")

to install toxcms, the error: ERROR: lazy loading failed for package 'toxcms'

pamonlan commented 1 month ago

While attempting to install the toxcms library, I encountered an issue with one of its dependencies. To resolve this, I recommend installing the hashmap package prior to installing toxcms. You can do this by running the following command:

devtools::install_github("nathan-russell/hashmap")

Afterward, proceed with the installation of toxcms:

devtools::install_github("pattilab/toxcms")

This sequence should mitigate any dependency-related errors.