is something like method="wget" possible with BiocManager::install ?
1
1
Entering edit mode
lejeczek ▴ 10
@lejeczek-7688
Last seen 4.2 years ago
United Kingdom

hi everyone,

install.packages("sos", method="wget")

Is "BiocManager" capable of something like that? Or any other way, excluding creation of local mirror for that, to get packages?

many thanks, L.

BiocManager::install download • 695 views
ADD COMMENT
0
Entering edit mode
@martin-morgan-1513
Last seen 5 days ago
United States

I believe that yes, the methods supported by download.file() are passed through from BiocManager::install() through to install.packages() and download.file(). So in short BiocManager::install("sos", method = "wget") should work!

ADD COMMENT

Login before adding your answer.

Traffic: 985 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