Ljupcho Naumov
Ljupcho Naumov
It would be great if there is an option to control the treatment of NA, like in base functions mean and sum. I would prefer if the following returned NA,...
Giving the option to my users to tweak every part of the looks of a ggplot in a shiny app would be incredibly powerful. Is there a way to make...
Feel free to update the text, I think it would be useful for users to know where the logs are supposed to appear. Makes debugging much easier.
Hi, thank you for the useful package. The following code creates a broken excel. ``` my_ws2
I understand that it's not among the supported editors, but would be a very cool display option. The standard df view of pandas leaves much to be desired. Currently I...
When I plot basic graphs there aren't any issues, however when I try to plot something like dyBarSeries(), it plots the points on the graph and shows them when I...
I will add more details to the type of export options the free version offers. Being locked into the brain is what prompted me to Obsidian and I haven't looked...
The current tree input based on tree.js is missing a lot of functionality, with search lacking the most. I stumbled across this project that seems to deliver on the same,...
``` vctrs::vec_c("a", NA) # WORKS vctrs::vec_c("a", logical(0)) # FAILS ``` This issue has broken my R prod code more than any other. I would like to understand why. Usually I...