Results 8 issues of pepijn-devries

Thanks for bringing handsontable to R! When feeding a matrix where either rows or columns has length zero to rhandsontable, an error is thrown: `rhandsontable(matrix(numeric(), nrow = 10, ncol =...

colorSelectorInput, as far as I can tell is the only Shiny Widget that allows the user to select a vector of colors, which is fantastic. Currently, the order of the...

Hi there, Thank you for your work on shinymanager! I have the following problem when using javascript in shiny apps in combination with a secure_app from shinymanager. When using javascript...

Thanks for your work on `xml2`! Consider the following reprex where I have an xml document with multiple nodes of the same element (`item`): ``` r a [1] "foo" ##...

Thanks for your work on readr! It's most helpful, but I did came across the following problem. I have a very large ASCII file which is too large to load...

bug
read :book:

Thanks for your work on `cpp11`! Please consider the following. In c++ the code below will produce the error: `attempt to set an attribute on NULL` ```cpp // Create an...

Thank you for your work on the `suncalc` package. It would be great if I could use this package to calculate the solar terminator (i.e., the line across the earth...

Hi @dsy109 , Thank you for your work on mixtools. I came across the following issue. With the code below, I would expect to plot the density curves of the...