Closed dpolychr closed 3 years ago
Update on this: Installing assertable from CRAN seems to have solved the issue and the code is running now :-)
hi @dpolychr,
Thanks for the notification. Will check why assertable
was not installed as a dependency in the first place.
kind regards, Sigve
Hi @sigven,
Many thanks for this great package! I have successfully installed it and loaded the library without any issues. However going through the example provided I get an error. More specifically, when running:
myc_report <- oncoEnrichR::onco_enrich(query = myc_interact_targets$symbol, show_cell_tissue = T, project_title = "cMYC_BioID_screen", project_owner = "Raught et al.")
I am getting the error:
Error in loadNamespace(name) : there is no package called ‘assertable’
Any help with that would be much appreciated.
Here is my R session: