Waldir Leoncio
Waldir Leoncio
Hi @xuhuifan, any news on the test file? The sooner we get one, the sooner we can add your contribution to the package.
Same here on Ubuntu 18.04 + rofi 1.5.0.
Adding reprex (extracted from `example(dataValidation)` on openxlsx 4.2.5.1): ``` r library(openxlsx) wb Warning in sprintf(" showInputMessage=\"%s\" showErrorMessage=\"%s\">", : one argument not used by #> format ' showErrorMessage="%s">' ``` Created on...
Thanks for testing, @deschen1! I understand the repo is basically no longer maintained, but it would be nice if someone would close this issue since it's solved.
> not actively developing and not being maintained are different things You're right, sorry for misspeaking. Great to know there are new releases on the horizon!
The https://github.com/fuadsaud/pocket-casts-linux software has this, but it's only packaged for Arch. Maybe the code can be reused here? As I understand it, the idea behind this functionality is basically having...
Just [bought @anuraghazra a coffee](https://www.buymeacoffee.com/anuraghazra) in the name of this issue (and as a general "thank you" for making this wonderful piece of software). Maybe if more people chip in...
Can confirm. Even the demo example fails with that same error when ran a second time in a fresh R session. I've noticed that loading hexSticker loads _a bunch_ of...
If you're leaving `initial_config = NULL` (the default), its values are randomly drawn from a normal distribution. I'm not familiar with Alteryx R modules, but R 3.5.0 introduced some changes...
Using `globalVariables()` is quite a controversial thing. The [documentation for the function itself](https://www.rdocumentation.org/packages/utils/versions/3.6.2/topics/globalVariables) gives an example involving some local variables that codetools fails to find, but ends up stating that...