Gabriel Parriaux

Results 12 comments of Gabriel Parriaux

Just to let you know that I have the same problem, using this RStudio: Version 2023.03.1+446 (2023.03.1+446) on a MacBook ARM64. It does not always occur, but most of the...

Yes, it’s this message. Here is a screenshot: I only tested it with `CA` and `MCA`. It happens with both, but not every time (more than 50% of the time...

I’m using R 4.3.0. Here is the output of `sessionInfo()` ``` R version 4.3.0 Patched (2023-05-02 r84382) Platform: aarch64-apple-darwin20 (64-bit) Running under: macOS Ventura 13.4 Matrix products: default BLAS: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib...

Hi, Thank you for your help. Just to be sure that I was understood correctly: the HTML file is generated by the rendering in Quarto, I don't produce it myself...

Yes, and it works, but it's not perfect… I would like to define those options on a chunk level and not document-wide in the YAML header. When defined in the...

Ok thanks a lot @juba, I will try to manage those Quarto options somehow!

I had the same issue than you, mrhanion, and same solution worked too... redownloaded and reinstalled the plugin. Everything's fine now! Thank you for sharing!

Oh, ok! So, it must be the reason… I will check the content of those segments!

Thanks a lot for your answer! Yes, I tried to just `print(rainette_dendrogram)` and the result is the same. I tried with a function, as you propose. This is the function...

Yes, this way it works with `invisible(plot_dendrogram())` correctly! So I have this function in my external .R file returning the object produced by `rainette_plot()`: ```r plot_dendrogram