dreamRs / esquisse

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

Filtering data adds empty rows for data sets that contain NAs #82

Closed ghost closed 4 years ago

ghost commented 4 years ago

Capture Running the example shiny app,it shows 27 entries with years from 2003 to 2004, but they are all completely empty rows. Is this a bug?

pvictor commented 4 years ago

Can you provide results of sessioninfo::package_info("esquisse", include_base = FALSE, dependencies = FALSE) ? I made a lot of changes in this module last week to work with NA, maybe you haven't the last commit. I don't have the same result.

Victor

ghost commented 4 years ago

It seems that I had the version 0.2.2 installed from CRAN package version date lib source
esquisse
0.2.2 2019-08-22 [1] CRAN (R 3.5.3)

Installing the latest version from GitHub solved it. Thank you!