Replies: 1 comment 1 reply
-
@djfgerber Thanks for mentioning your other question. Indeed, it's helpful to cross-link them. That way, if an answer is posted here but someone has the same question and their search takes them to the other thread, they can still find the answer. I think I found your question on Stack Overflow here. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This question was already posted on stackexchange with no answers. Maybe the authors of this package know more about this or can give a lead on how to circumvent the problem or where to find answers?
I have a
R
script calledparallel_progress_reprex.R
that executes code in parallel and tracks the progress usingprogressr
:When execuded in the interactive mode or with
source("parallel_progress_reprex.R")
this displays a progress bar which tracks my progress. However, when I use the `rstudioapi::jobRunScript`` command the progress bar is not displayed anymore.How can the progress bar be forced to show up using
rstudioapi::jobRunScript
?Beta Was this translation helpful? Give feedback.
All reactions