rmote icon indicating copy to clipboard operation
rmote copied to clipboard

Utilities for running R on a remote server

Results 9 rmote issues
Sort by recently updated
recently updated
newest added

While the history of plots is useful, it would be really nice to recreate (almost) the experience of working just with a plot window on a local machine. Would it...

When using `rmote` under Firefox, displayed plot images don't seem to be scaled down to fit the browser window. It would be very convenient if I could set my plot...

Hello! Thanks a lot for the awsome package. Is it possible to directly serve resulting html when calling `rmarkdown::render("test.Rmd")` Right at the moment I found a hacky way around this,...

Hello Ryan, I generate heatmap many times and my choice of R package is "pheatmap" in CRAN since it is sometimes hard to draw heatmap with ggplot. However, it seems...

This repository looks fantastic. Would be great to use it at work, but unfortunately after SSHing onto the remote cluster I have to log onto one of our nodes to...

Hi, While trying to get `rmote` working in an SGE cluster, I tried setting the `server_dir` argument to a value that would change by day and use a directory that...

8c66dd54f9625852ad3d6539535d6daad4322b4d changed the title in `inst/index.html` from `rmote viewer` to `rmote: spacemanspiff.local`. However, `set_index_template` is still [grepping for `"rmote viewer"`](https://github.com/cloudyr/rmote/blob/ee13936806cc1be5b2f95b70b33af374331ae2dc/R/misc.R#L24), so the hostname is never actually used.

Currently we overwrite R print methods to capture plot output and send it to servr. It would be nice to do this more cleanly with something like `addTaskCallback()`. I want...