arcus / aRcuslabs

An R package for Arcus Labs
1 stars 0 forks source link

build a list of packages that often require internet access #2

Open rosemm opened 3 months ago

rosemm commented 3 months ago

Can potentially use something like names(sessionInfo()$loadedOnly) to check the user's list of loaded packages against our list of packages that might need an internet connection (like devtools, rvest, httr, curl, etc.) and print a warning if they're in offline mode but have loaded a package that likely needs internet.

rosemm commented 3 months ago

Also possibly of use: https://developer.r-project.org/Blog/public/2019/03/19/managing-search-path-conflicts/