Ryan Hafen
Ryan Hafen
I have done multi-hop ssh with forwarding in the past but it's been a while. This should be possible - see, for example, the second answer to this question here:...
Interesting. The file names are strictly based on the conditioning variables. Are you using ggplot or the nest/map approach? A somewhat reproducible example would be helpful.
Thanks! What would you like to search on? You can already search using the filter cognostics interface in the viewer.
Interesting. I haven't tried it with `geom_sf()`. Can you send a reproducible example?
I've run over all the examples I have and everything works fine for me except for one case using `self_contained = TRUE` with htmlwidgets as panels, which should have been...
Thanks for the example. I'll take a look and hopefully have a fix soon.
This should be fixed in 0.1.4, which is now available in master (just use `install_github("hafen/trelliscopejs")` to get the latest. Note that if you set the path appropriately, you're not required...
The strange characters should be gone now if you install the latest. Can you give me more details about your setup? What OS are you on? What web browser are...
Interesting. This works for me. Have you loaded ggplot2 and dplyr? Here's my session: ```r > library(trelliscopejs) library(ggplot2) library(dplyr) > library(ggplot2) > library(dplyr) Attaching package: ‘dplyr’ The following objects are...
Interesting. It looks like you have v0.1.11 installed, and in this version, I do not see any examples that look like the code you provided. Instead of `qplot(cty, hwy)`, it...