Replies: 1 comment 2 replies
-
You can see here for one approach. By the way, I'm curious about your specific use case. Why, as a package developer, do you need to know if the user is using a parallel backend or not? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As a package developer, I need to know if user is using a parallel backend or not. Is there a better way than
parallel_flag = !("sequential" %in% class(future::plan()))
?Beta Was this translation helpful? Give feedback.
All reactions