Simon Woodward
Simon Woodward
This seems to work? I'll test it more. ``` data
> > Let me clarify one thing, is the motivation of this issue to clean up the unused internals, not to enable saving plots on disk, right? > > That's...
I am having the same problem. Workaround was to use icons from a different library (glyphicon) in place of the (fa) ones that were disappearing.
For those that are interested, I've successfully added a data download button in R plotly/ggplotly. https://stackoverflow.com/questions/58924824/download-data-from-plotly-graph-via-custom-modebar-button-coded-in-r/58986421#58986421
I have a related issue: I would like to use passive comments but disable the contextMenu. I can't find any way to do this? ``` library(rhandsontable) vt
Thanks @DzimitryM !
On Windows this worked for me: install.packages("rJava") Sys.setenv(JAVA_HOME="C:/Program Files/Java/jre1.8.0_333/") library(rJava) .jinit() .jcall("java/lang/System", "S", "getProperty", "java.runtime.version") # check java version remotes::install_github("ropensci/tabulizerjars", INSTALL_opts = "--no-multiarch") remotes::install_github("ropensci/tabulizer", INSTALL_opts = "--no-multiarch")
How did you rotate the x-axis values? I would also like to do that.
I have just implemented parallel calibration of a Fortran model using BayesianTools. I followed the instructions in the following link to compile the Fortran subroutine into an R package. An...
Huh, for some reason the `library(parallel)` method is no faster than not running it non-parallel, even thought it uses 48% of the CPU whereas non-parallel uses only 18%. My Fortran...