Corrado Lanera
Corrado Lanera
Ok to remove the backlink. Anyway, it seems strange to me that I jumped to this section from note 16 in 3.3.1 (Vectors/Attributes/Getting and Settings), where it is written that...
same issue here. NPP 7.7.1 (64 bit); MDVPP 0.8.2; win 10pro 1909
same here: https://builder.r-hub.io/status/depigner_0.8.4.tar.gz-00e3b77ec57849c18e52eabded47a7c5
Ok, thank you. I submitted the package including all the other tests and mentioned this issue. Thanks!
Thank you, @sjmgarnier; that was exactly my approach. The issue is that I have nothing to "catch" because the whole session crashed. So, I start supposing there is a different...
Updated `OpenCV` and `Rvision`: nothing changed.  Do you have any suggestions to try to debug/understand that? :-)
@sjmgarnier here below some system information within my running environment. There are other things that can help you? ``` r options(golem.app.prod = FALSE) golem::detach_all_attached() golem::document_and_reload( pkg = "~/ubesp/iobed.shiny/", export_all =...
I have tried it with the following `logid.cfg`: ``` devices: ( { name: "Wireless Mouse MX Master"; smartshift: { on: true; threshold: 20; }; hiresscroll: { hires: false; invert: false;...
Wonderful! I have tested it, and I can confirm it works exactly as I expect, without changing anything in my current `logid.cfg`. Great!
@karbartolome, just prepend your option to the whole set of panels; next, go as described by @gadenbuie in https://github.com/rstudio/distill/issues/11#issuecomment-692142414. E.g.: ````markdown ```{r panelset, echo=FALSE} xaringanExtra::use_panelset() ``` # section ::: l-screen...