dreamRs / esquisse

RStudio add-in to make plots interactively with ggplot2
https://dreamrs.github.io/esquisse
Other
1.77k stars 229 forks source link

Error when trying to execute the 'ggplot2' builder Addin. #27

Closed Galozaurus closed 5 years ago

Galozaurus commented 5 years ago

When trying to execute the Addin:

Error in if (is.null(data) && defaultData %in% ls(pos = globalenv())) { : 
  missing value where TRUE/FALSE needed

The export to PowerPoint Addin seems to execute just fine.

pvictor commented 5 years ago

Hi, I think that's the same issue as #25 . It only occurs when no tabs are open in RStudio. This is fixed in dev version.

Victor