Christophe Dervieux
Christophe Dervieux
> After I changed my user profile settings in Windows (the subdirectory of Users that contained the AppData folders) from 9 characters to 8 characters, my user name was not...
> namespace ‘xfun’ 0.32 is already loaded, but >= 0.34 is required It seems you have 0.32 version of **xfun** installed and loaded in your session. Version 0.34 is now...
Thanks for opening the new issue. It makes things clearer to track for us. I checked with Pandoc as the highlighting feature comes from it, and it seems it does...
For context on the Pandoc side It seems it is still an open feature request: * https://github.com/jgm/pandoc/issues/6710 with already only inline code highlighted * https://github.com/jgm/pandoc/pull/6711 But code block is still...
This would be a feature request for the RStudio IDE. Run all the above is not running **knitr** directly but emulating for inline output. I don't know if this would...
Thanks for opening the issue. `html_notebook()` is a special format that does not knit but emulate knitr evaluation to get some in chunk preview which will be then shown in...
> However, I just tested your example and found the last plot would be removed. I don't know why yet. I can investigate it if it's truly desirable to be...
> But when render my book and I click on that "Edit icon" I get again the error page in Bitbucket. What is the link supposed to be for bitbucket...
What you described above does not match what you put in your configuration ``` edit: link: bitbucket.whatever.com/my_username/my_repo_name/edit/master/%s ``` I believe Bitbucket is adding some parameters to URL so you could...
yes bs4_book() does not support the url you want to put. If should be extended in configuration to allow that. This is probably part of * https://github.com/rstudio/bookdown/issues/1011