Skip to content
  • dmattek's avatar
    Bug fix: · e30e1438
    dmattek authored
    Error shows up in app log when plotting.
    
    "Warning: Error in <Anonymous>: cannot open file 'Rplots.pdf'"
    
    Fix based on: https://github.com/ropensci/plotly/issues/494
    
    Added in plotting f-n:
    if (names(dev.cur()) != "null device") dev.off()
    pdf(NULL)
    e30e1438