Entering edit mode
justinkablan225
▴
10
@justinkablan225-18560
Last seen 5.6 years ago
Hi !
I've a problem with Rsubread package installation.
> if (!requireNamespace("BiocManager", quietly = TRUE)) + install.packages("BiocManager") > BiocManager::install("Rsubread", version = "3.8") Bioconductor version 3.8 (BiocManager 1.30.4), R 3.5.1 (2018-07-02) Installing package(s) 'Rsubread' Package which is only available in source form, and may need compilation of C/C++/Fortran: ‘Rsubread’ These will not be installed
I'm working on Windows 10.
Is it another way to install it ???
Thanks lot in advance
Rsubread is not supported on standard Windows installations (e.g., on the package landing page there is no 'windows binary' listed), so the 'other way' is to use a different operating system, unfortunately.
I try Linux system and I got success with Rsubread package installation in R. It works well. Thanks you.