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
Hey,
while running %%R library(scry) (step 8 "Feature Selection"), I got the error Fehler in library.dynam(lib, package, package.lib) : shared object ‘matrixStats.dylib’ nicht gefunden. It says that the matrixStats.dylib file couldn't be found. Looking into my directory, there is only a .so and no .dylib file. The latest versions of R on macOS use the .so extension for the shared library of a package.
I was wondering how I can transfer this to a .dylib file or how I can force the library to install it.
The text was updated successfully, but these errors were encountered:
as224
changed the title
.dylib files not present in matrixStats (used by scran library)
.dylib files not present in matrixStats (used by scry library)
Jun 25, 2024
Hey,
while running
%%R library(scry)
(step 8 "Feature Selection"), I got the errorFehler in library.dynam(lib, package, package.lib) : shared object ‘matrixStats.dylib’ nicht gefunden
. It says that the matrixStats.dylib file couldn't be found. Looking into my directory, there is only a .so and no .dylib file. The latest versions of R on macOS use the .so extension for the shared library of a package.I was wondering how I can transfer this to a .dylib file or how I can force the library to install it.
The text was updated successfully, but these errors were encountered: