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
Thanks for the creation of such a package, it works quite good!
I tested your tool on few scRNA-seq datasets and everything was great! Hovewer, when I took exactly the same code for clustering by chooseR except the fact that I replaced usual arguments from script on command-line arguments (which you have to run through terminal) by argparse package I ran into a problem related to the loading shared object from renv package (see log file below). Do you have any ideas how could I solve this issue?
Hello,
Thanks for the creation of such a package, it works quite good!
I tested your tool on few scRNA-seq datasets and everything was great! Hovewer, when I took exactly the same code for clustering by chooseR except the fact that I replaced usual arguments from script on command-line arguments (which you have to run through terminal) by argparse package I ran into a problem related to the loading shared object from renv package (see log file below). Do you have any ideas how could I solve this issue?
Thank you in advance!
Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared object '/nfs/home/rasmirnov/.cache/R/renv/cache/v5/R-4.0/x86_64-pc-linux-gnu/magrittr/2.0.2/cdc87ecd81934679d1557633d8e1fe51/magrittr/libs/magrittr.so: /nfs/home/rasmirnov/.cache/R/renv/cache/v5/R-4.0/x86_64-pc-linux-gnu/magrittr/2.0.2/cdc87ecd81934679d1557633d8e1fe51/magrittr/libs/magrittr.so: undefined symbol: R_removeVarFromFrame Calls: source ... getNamespace -> loadNamespace -> library.dynam -> dyn.load Execution halted
The text was updated successfully, but these errors were encountered: