Package "Netboost" is an Unix-only package, how can I install it in R?
1
0
Entering edit mode
laura1_z • 0
@d6762f35
Last seen 8 months ago
Hong Kong

In the beginning, I am trying to install Netboost with

BiocManager::install("netboost")

and it says it is not available for my version of Bioconductor. However, the Bioconductor website says that Netboost should work with version 3.17 and R 4.3 which I have!

So I manually downloaded the Source Package "netboost_2.8.0.tar.gz" (there isn't a windows binary file), and the error says it is a Unix-only package:

> install.packages("C:/Software/R_package/netboost_2.8.0.tar.gz", repos = NULL, type = "source")
ERROR:  Unix-only package
Bioconductor netboost • 382 views
ADD COMMENT
0
Entering edit mode
ATpoint ★ 4.0k
@atpoint-13662
Last seen 21 hours ago
Germany

It is a package only compatible with Unix, so Linux and macOS-ish operating systems. Your options are to switch to a Unix machine, or to use WSL2 to have native Linux available, or to use something like Docker.

ADD COMMENT

Login before adding your answer.

Traffic: 628 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6