Julien Barnier
Julien Barnier
Hi, I can't reproduce the issue unfortunately (latest RStudio, R 4.2.0). Does the explor interface directly open in an RStudio window, or does it open first in the viewer pane...
You could try with the development version of `explor`, it should at least remove the Font awesome warnings, but I doubt it will solve the problem. Otherwise maybe try to...
Hi, And thanks for your feedback ! Unfortunately one problem with explor is that adding support for a new method is a bit time consuming (surely my code could be...
That certainly is a good idea ! Regarding the API, unfortunately I didn't really get any feedback from users except myself. The main differences between `obsplot` and Plot are [listed...
Est-ce que vous pouvez essayer de réinstaller le package "promises" pour voir si ça résoud le problème ? ```r install.packages("promises") ```
Et cela résoud-il le problème ? Vous avez toujours le même message au moment de faire `library(questionr)` ?
Ah, je vois, le problème vient sans doute du fait que votre bibliothèque d'extensions R est installée dans un dossier synchronisé par OneDrive, ce qui pose souvent problème. Pour le...
I don't really see a way to achieve precisely what you describe, but maybe you could change the size of the code folding buttons if you find them too small....
Not really unfortunately, the problem is that the code source is already styled, plus there is some JavaScript to manage folding / unfolding, so preexisting CSS rules would not necessarily...
Hi, Could you please provide a reproducible example of a document that includes the problem ? Thanks !