-
Notifications
You must be signed in to change notification settings - Fork 24
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
quarto_preview
does not open right windows in RStudio IDE.
#214
Comments
@idavydov usually we expect some reproducible example to help understand encountered issue. Please can you share more about your context ?
Also as much details as possible is welcome so that the minimum interpretation from me is required. This helps quickly solve problem. Thank you ! |
thanks, @cderv for creating a new issue. here's the minimal reproducible example which I found so far. _quarto.yml project:
type: default
format:
html:
toc: true
toc-depth: 2
number-sections: true
editor: visual
execute:
cache: false report.qmd ---
format:
html
---
## hello to reproduce the issue one could run:
|
quarto version: 1.5.57 sessionInfo()
|
I can't reproduce right now
It opens correctly in IDE. This is also with CRAN version 1.4.4 🤔 So I am a bit puzzled |
Hi @cderv , just to double check, there are both files (qmd and yml) in the directory you are running, correct? I tried from two locations: locally on my mac and on linux via ssh. Same results. Maybe it has something to do with the IDE? I got these results just by calling the |
I'll try this ! I was assuming work RStudio IDE. |
I still can't reproduce. I opened my Terminal, ran R to get the R console and then
And it opens the browser in the correct window Same in R Gui |
just so this doesn't get lost: the bug only reproduces when there's I just managed to reproduce this in a docker image. I created the two files in
|
Oh thanks for the docker image ! This will definitely help understand what is happening. I am really puzzled by this ! |
I'm on quarto 1.4.4 and somehow I am still getting this error: (edit: similar to #167)
Originally posted by @idavydov in #167 (comment)
The text was updated successfully, but these errors were encountered: