Entering edit mode
443606623
•
0
@443606623-23755
Last seen 4.4 years ago
When I installed the package "Mus.musculus",
I used the code:
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("Mus.musculus")
And I had these error below.
Error: unexpected string constant in:
"suppressPackageStartupMessages(.getRequiredPackages(quietly = TRUE))
tools:::makeLazyLoading("Mus.musculus", '"
Execution halted
ERROR: lazy loading failed for package 'Mus.musculus'
Hope someone could help me deal with these, thank you very much.
Please make sure that
BiocManager::valid()
returns TRUE. Can you please provide the output oftraceback()
andsessionInfo()
?Thank you very much.
You could try the suggestion from
BiocManager::valid()
to run: