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

WISH: Some version of dopts <- devOptions() and devOptions(dopts) #27

Closed
HenrikBengtsson opened this issue Mar 16, 2017 · 1 comment
Closed

Comments

@HenrikBengtsson
Copy link
Owner

Make it possible to easily do something like:

dopts <- devOptions()
on.exit(devOptions(dopts))

There are some arguments for this, but it appears to not be straightforward.

This is related to futureverse/future#134

@HenrikBengtsson
Copy link
Owner Author

HenrikBengtsson commented May 8, 2017

This is tricky; the easiest is to just use:

oopts <- getOption("devOptions")
options(devOptions = oopts)

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