Offline loading of BiocInstaller or depending packages and connection timeout
1
0
Entering edit mode
akaever ▴ 30
@akaever-7380
Last seen 7.2 years ago

When loading the BiocInstaller package or packages which import BiocInstaller (e.g. affy) without internet connection, this results in a long timeout (depends on connection settings) and warns:

Warning message:
In read.dcf(con) : unable to resolve 'bioconductor.org'

The problem is, that packages importing BiocInstaller and which should be usable in offline modus suffer from the same issue. The timeout causes further problems when combined with time-critical operations and internet connection is not an option for some scenarios (e.g. sandbox or test environments).

From my point of view, internet connection should be tested only when running corresponding functions, not when loading the package or packages containing some functions requiring internet connection.

BiocInstaller affy • 1.3k views
ADD COMMENT
3
Entering edit mode
@martin-morgan-1513
Last seen 2 days ago
United States

I agree and will make that change. If you're using the release version, an undocumented feature is that you can set a system environment variable or R options(BIOCINSTALLER_ONLINE_DCF=FALSE) e.g., in ~/.Rprofile.

ADD COMMENT

Login before adding your answer.

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