Functions that require an internet connection (e.g. AvailableData) should fail with a better message. Functions that shouldn't require the internet should still work (e.g. InstalledData). Currently they both give
> AvailableData()
Warning: unable to access index for repository http://satijalab04.nygenome.org/src/contrib:
cannot open URL 'http://satijalab04.nygenome.org/src/contrib/PACKAGES'
Error in pkg[["Package"]] : subscript out of bounds
> InstalledData()
Warning: unable to access index for repository http://satijalab04.nygenome.org/src/contrib:
cannot open URL 'http://satijalab04.nygenome.org/src/contrib/PACKAGES'
Error in pkg[["Package"]] : subscript out of bounds
Functions that require an internet connection (e.g.
AvailableData
) should fail with a better message. Functions that shouldn't require the internet should still work (e.g.InstalledData
). Currently they both give