Open AlmogAngel opened 2 months ago
would you please tell me the URL of repo of your package in development? i would like to understand what features of ontoProc you are using
would you please tell me the URL of repo of your package in development? i would like to understand what features of ontoProc you are using
I am using ontoProc within this funciton: https://github.com/AlmogAngel/xCell2/blob/master/R/xCell2GetLineage.R
Hello, I am developing a package that depends on ontoProc, and I’m encountering an issue during R CMD check due to the indirect dependency on the Python package owlready2:
Since both ontoProc and my package are Bioconductor packages, I would appreciate any guidance on how to handle this dependency properly within the Bioconductor ecosystem to avoid check failures.
Thank you for your help!