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

Add a make_imports argument to config(), make(), outdated(), max_useful_jobs(), etc. #136

Closed
wlandau-lilly opened this issue Nov 5, 2017 · 1 comment

Comments

@wlandau-lilly
Copy link
Collaborator

wlandau-lilly commented Nov 5, 2017

Any time an internal config list is created, make_imports() is called, even when this is not necessary. Sometimes, you know you work is up to date and you just want a quick graph. The make_imports argument will give the user control over this behavior. Similar behavior used to be in effect, but I dropped the ball when I was working on #121.

Also, this line in dataframes_graph() can be changed from config$outdated <- plan$target to config$outdated <- outdated(config = config, make_imports = FALSE).

@wlandau-lilly
Copy link
Collaborator Author

Functions affected:

  • make
  • config
  • outdated
  • max_useful_jobs
  • predict_runtime
  • rate_limiting_times
  • plot_graph
  • dataframes_graph

There may be more that I cannot recall at the moment.

wlandau-lilly added a commit that referenced this issue Nov 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant