Replies: 1 comment 3 replies
-
There's no way for a user to specifically contribute env vars to the R test explorer. At present, you'd have to make those env vars available to the spawned R process, presumably through I encourage you to add this request to this issue where we're tracking potential improvements to the internals of the R test explorer: What is your existing workflow for doing this? Context: I'm curious to understand the ergonomics of whatever you're doing now vs. what's possible with the Positron R test explorer. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use an environment variable to control whether or not some long-running tests get skipped with
testthat()
in an R package. Is there a way to set that env var in the "Testing" pane?Beta Was this translation helpful? Give feedback.
All reactions