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
Error: Failed to install 'URD' from GitHub: (converted from warning) package ‘destiny’ is not available for this version of R
I tried installing package 'destiny' alone to get a more complete picture:
BiocManager::install("destiny")
[...]
Package which is only available in source form, and may need compilation of C/C++/Fortran: ‘destiny’
[...]
/usr/local/clang4/bin/../include/c++/v1/wchar.h:119:15: fatal error: 'wchar.h' file not found
#include_next <wchar.h>
^~~~~~~~~
1 error generated.
make: *** [RcppExports.o] Error 1
ERROR: compilation failed for package ‘destiny’
[...]
In install.packages(...) :
installation of package ‘destiny’ had non-zero exit status
Which I think is exactly the same as the unresolved destiny issue quoted above.
You could probably fairly say it's destiny's problem, not yours. But any suggestions welcome 🙏
I understand this may be a problem with
destiny
(see theislab/destiny#44), not URD per se; but you may have suggestions.I cannot install URD on mac BigSur. I have tried a couple of different ways. For example using the one you recommend in INSTALL.md:
I tried installing package 'destiny' alone to get a more complete picture:
Which I think is exactly the same as the unresolved destiny issue quoted above.
You could probably fairly say it's destiny's problem, not yours. But any suggestions welcome 🙏
Edit1: I have tried install previous versions of destiny (https://bioconductor.org/packages/3.6/bioc/src/contrib/Archive/destiny/), same error
The text was updated successfully, but these errors were encountered: