Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move Imports to Suggests? #143

Closed
leeper opened this issue Feb 3, 2017 · 0 comments
Closed

Move Imports to Suggests? #143

leeper opened this issue Feb 3, 2017 · 0 comments
Assignees
Labels

Comments

@leeper
Copy link
Contributor

leeper commented Feb 3, 2017

My dependency aversion is kicking in and I'm wondering if it would make sense to move most of the packages in Imports to Suggests to reduce the initial installation burden and the number of loaded namespaces. There could then be an function to install (and/or update) those Suggests packages so they are installed and able to be loaded.

Actually, this ultimately relates to two annoyances with R package namespaces and installation:

  1. It's impossible to install Suggests packages non-recursively (i.e., to only install Suggests for this package, not all of the Suggests for all dependencies),
  2. The default of install.packages() (for the reason above) does not install Suggests which makes it impossible to ensure installation of some packages without also loading their namespaces.
@leeper leeper added the question label Feb 3, 2017
@leeper leeper self-assigned this Feb 3, 2017
@leeper leeper closed this as completed in 0534315 Mar 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant