-
Notifications
You must be signed in to change notification settings - Fork 1
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
askpass in RStudio when running knit cannot be made interactive with r_lib_interactive #9
Comments
@gaborcsardi do you know if rlib_interactive changed? |
I don't really understand the question or what is going on, but FWIW I don't think RStudio does anything with the |
The problem is that on current RStudio when running "knit" the popup never appears and it returns NULL. The documentation said to use The |
@spgarbet Is it possible that you are using askpass 1.1 that does not use |
But the problem remains, how do I get it to make a popup when running knit from inside RStudio? |
I would try installing a newer version of askpass, and set the |
How do I install a newer version than 1.1.0? https://github.com/r-lib/askpass/blob/main/DESCRIPTION#L4 |
Install the version on GitHub. |
Did you click the link I just posted? The version on github is 1.1.0. |
Also, I installed the source from github and was working from that when I posted the above snippet. |
Right, never mind my comments then.... |
options(rlib_interactive = TRUE)
no longer works to force it to be interactive. Similar to #3I downloaded the code and put a
browser()
call at the beginning ofis_interactive()
and a cat statement and it's never called. I.e.This is never called. Problem is verified on MacOS, and Ubuntu. We tried multiple versions and updates to no avail.
I suspect an RStudio update did something.
The text was updated successfully, but these errors were encountered: