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 support for disabling of conditions #181

Closed
DavisVaughan opened this issue Nov 16, 2020 · 1 comment · Fixed by #220
Closed

Add support for disabling of conditions #181

DavisVaughan opened this issue Nov 16, 2020 · 1 comment · Fixed by #220
Labels
feature a feature request or enhancement

Comments

@DavisVaughan
Copy link
Collaborator

futureverse/future.apply#68 (comment)
futureverse/future.apply@461a3e2

Default becomes:

furrr:::furrr_options(conditions = "conditions")

disable with

furrr:::furrr_options(conditions = NULL)
@DavisVaughan DavisVaughan added the feature a feature request or enhancement label May 1, 2021
@DavisVaughan
Copy link
Collaborator Author

conditions = NULL isn't really recommended, so we won't document it but we will support it and test for that support futureverse/future@49df8cf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a feature request or enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant