Peter Konings

Results 9 comments of Peter Konings

Hi Max, I've got a clumsy workaround using the `rstudioapi` package, but I think the long-term solution should be provided by an environment parameter in rstudio or knitr ([as you've...

Hi Max, I avoided parsing the filename as `path` is `NULL` for files that haven't been saved yet. That is common in my workflow: create a file, try out the...

It doesn't work for me though. If code is submitted from a .Rmd file the function returns TRUE without running the notebook detection part. Also, this ignores the user's preference...

I hadn't considered child documents, but as you say these will always have a non-NULL path. The current develop version does not work for html_document - it returns TRUE before...

Another complication to consider: according to the Rmd specification it is possible to specify multiple output formats in a single yaml header. I think the only correct way forward is...

```R > .rs.readUiPref("rmd_chunk_output_inline") [1] TRUE ``` when the checkbox "Tools > Global Options... > R Markdown > Show output inline for all R Markdown documents" is checked. ```R > .rs.readUiPref("rmd_chunk_output_inline")...

Hi @madlogos and @wch, I encountered the same problem on windows-32 bit. It seems that the compiled CRAN version of `Rttf2pt1` does not contain a 32-bit binary. A quick workaround...

I'd love to have this too! Are you open to contributions? Thanks, Peter.

I am - will do a PR in the coming days.