You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package 'biom' has been installed by devtools::install_github("joey711/biom")
and can be successfully load by library(biom)
when i run the bugbase run.bugbase.r -i $BUGBASE_PATH/doc/data/HMP_s15.txt -m $BUGBASE_PATH/doc/data/HMP_map.txt -c HMPBODYSUBSITE -o output
the error comes out error: package or namespace load failed for ‘biom’: package ‘biom’ was installed before R 4.0.0: please re-install it.
how to fix this problem?
my bioconductor version 3.14 (BiocManager 1.30.19),R 4.1.2 (2021-11-01), biom 0.4.0
The text was updated successfully, but these errors were encountered:
The package 'biom' has been installed by devtools::install_github("joey711/biom") and can be successfully load by library(biom) when i run the bugbase run.bugbase.r -i $BUGBASE_PATH/doc/data/HMP_s15.txt -m $BUGBASE_PATH/doc/data/HMP_map.txt -c HMPBODYSUBSITE -o output the error comes out error: package or namespace load failed for ‘biom’: package ‘biom’ was installed before R 4.0.0: please re-install it.
how to fix this problem? my bioconductor version 3.14 (BiocManager 1.30.19),R 4.1.2 (2021-11-01), biom 0.4.0
Change "# library(biom)" to "library(biom)" in line 45 of the file run.bugbase.r
The package 'biom' has been installed by
devtools::install_github("joey711/biom")
and can be successfully load by
library(biom)
when i run the bugbase
run.bugbase.r -i $BUGBASE_PATH/doc/data/HMP_s15.txt -m $BUGBASE_PATH/doc/data/HMP_map.txt -c HMPBODYSUBSITE -o output
the error comes out
error: package or namespace load failed for ‘biom’: package ‘biom’ was installed before R 4.0.0: please re-install it.
how to fix this problem?
my bioconductor version 3.14 (BiocManager 1.30.19),R 4.1.2 (2021-11-01), biom 0.4.0
The text was updated successfully, but these errors were encountered: