Tung N
Tung N
Hello, I tried running the example but got the following error: `> Error: Shape contains invalid polygons. Please fix it or set tmap_options(check.and.fix = TRUE) and rerun the plot` The...
Fix typo that explains the usage of `trigger`
Hi John, Thanks for working on this awesome package! I am loving it so far! One issue I have at the moment is that the `e_sunburst` and `e_treemap` did not...
Basically, when I double-clicked on the legend keys to activate or deactive them, the plot shrank or expanded. I posted the issue on [StackOverflow](https://stackoverflow.com/q/69077298/786542) and the user `mnist` found that...
Hi Frederik, I ran into the following error when using `geom_half_violin()`. Could you take a look to see what went wrong? Thanks! ``` Error in `geom_half_violin()`: ! Problem while converting...
I have the following csv file which has many empty rows. Reading it using `readr::read_csv()` [and `vroom::vroom()`] crashed R session whereas base R `read.csv()` or `data.table::fread()` did not. I am...
I'm getting the following errors when reading the attached .dis file. Can you help me? Thanks! > dis devtools::session_info() Session info ---------------------------------------------------------------------------------------------------------------------------- setting value version R version 3.4.0 (2017-04-21) system...
Hi Hiroaki, I'm wondering if it's possible to make `gghighlight` do something like [this](https://stackoverflow.com/q/56811184/786542?stw=2) in which we highlight parts of a time series plot that have values greater than a...
Hello Mike, I tried one example from [here](https://mikejohnson51.github.io/nwmTools/articles/api.html) but got this error message. Do you know what went wrong? Thank you very much for your help! ```r pst = readNWMdata(comid...
Hi Mike, I got this error related to the `nwmTools` package while installing the package. Can you please check? Thank you! > Error: object 'extract_nwm' is not exported by 'namespace:nwmTools'...