Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while loading package #16

Open
g-pires opened this issue Aug 30, 2023 · 1 comment
Open

Error while loading package #16

g-pires opened this issue Aug 30, 2023 · 1 comment

Comments

@g-pires
Copy link

g-pires commented Aug 30, 2023

Hi,

Whenever i try to load (or use) signatureSearch, I get the following error :
Error in completeSubclasses(classDef2, class1, obj, where) :
tentative d'obtenir le slot "subclasses" d'un objet d'une classe élémentaire ("NULL") sans slots
Erreur : .onLoad a échoué dans loadNamespace() pour 'dbplyr', détails :
appel : setClass(cl, contains = c(prevClass, "VIRTUAL"), where = where)
erreur : erreur dans les classes contenues ("character") pour la classe "ident" ; Définition de classe éliminées pour 'dbplyr'
Do you know where it can come from ?
I looked at your DESCRIPTION file and there is no package called dbplyr, but it is imported by BiocFileCache which is a dependency of ExperimentHub which you import in your package.

Thank you,
Regards

@tgirke
Copy link
Collaborator

tgirke commented Aug 30, 2023

Seems like an install problem. Try to follow the steps recommended here. First, make sure you are running >=R-4.3.0 and then install Bioc-3.17. After the base install of Bioc, install signatureSearch with BiocManager::install(...)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants