Tobias Verbeke

Results 13 comments of Tobias Verbeke

A random svg from the repo (https://github.com/Bioconductor/BiocStickers/blob/master/rhdf5/rhdf5.svg) renders just fine.

Would be nice indeed to be able to work with Git LFS enabled repositories from R!

I was able to overcome this, cf. commits [here](https://github.com/openanalytics/RcppOctave), but bumped on a new issue: ``` [...] # Making Octave module [r_arch: all] make[1]: Entering directory '/tmp/Rtmpx73VS6/Rbuild1e4ec64e2ad12/RcppOctave/src/modules' *** Building octave...

For completeness - the `r.libPaths` setting does not work on GNU/Linux either (Ubuntu 20.04 LTS, locally compiled R version 4.3.3). Contrary to the title of this Github issue, this setting...

This would not only be useful to open files on desktop, but more generally for backup purposes e.g. backing up to NextCloud. If the device is broken for some reason,...

The DiagrammeR example of @flying-sheep works in a fresh session if I change the last line to ``` IRdisplay::display_html(repr_html(g)) ``` For the OP's question, this ``` library(htmlwidgets) library(rbokeh) x =...

I experience the exact same issue described here with an ONYX BOOX Go 10.3 both with version 0.24.4 (F-Droid) and with version 0.24.5 (Play Store). The OS on this device...

Hi @xtrasimplicity This can be achieved using our ShinyProxy operator. A high-level description is offered in https://www.openanalytics.eu/blog/2020/10/12/shinyproxy-2.4.0/ and further documentation is available in its [dedicated Github repository](https://github.com/openanalytics/shinyproxy-operator/tree/develop/docs/deployment)

Hi @xtrasimplicity, Thanks a lot for thinking along. We are working on a mechanism to delegate addition of new apps, but in a first stage it will probably be driven...

Many thanks @shrektan for sharing! We will add this to the docs. To be sure I understand: * you leave `url: http://localhost:2375` inside the `application.yml` file * you execute `$...