Sanjay Mehrotra
Sanjay Mehrotra
Now that googlesheets4 has achieved stability, we can shift some really serious excel (writing) work from `openxlsx` to `googlesheets4`. The only reason I still use `openxlsx`, even for working within...
I have started to use `tsoutliers` and `tsclean` functions which are quite simple compared to `tso` of tsoutliers package. But after a few trials I am unable to understand why...
The function `smtp_send()` seems to be hitting a time out every time you fire it after a few minutes. **First attempt:** `emails %>% walk(~smtp_send(email = .x,to = "[email protected]",from = "[email protected]",subject...
## HiveMQ broker installation process is broken and not detailed enough for troubleshooting The process documented at the home page of this repo fails many times. There is no way...
The following fails with error _"Error in download.file("https://s3.amazonaws.com/fair-data/starspace/wikipedia_train250k.tgz", : cannot open URL 'https://s3.amazonaws.com/fair-data/starspace/wikipedia_train250k.tgz'"_ `download.file("https://s3.amazonaws.com/fair-data/starspace/wikipedia_train250k.tgz", "wikipedia_train250k.tgz")`
A simple fst read can send R crashing down, if the file is corrupted ! How could a data file be so bad that it sends R crashing? Perhaps the...
This is a request to add one function to the `p_load` series of functions. There must have a `p_delete` or `p_remove` function in your suite. This is badly needed as...
Consider expanding the following documentation line on the github main page. It introduces many functions in a single line. Perhaps we can add a para or two explaining how to...
Tried to run pieces of code but am getting errors. Note: I have loaded `shinydashboardPlus` after `shinydashboard`. Used `valueBoxOutput` & `renderValueBox` Error message says: `Error in tagAssert: Expected an object...
I love dygraphs due to its simplicity for use in R shiny. But it seems this package is not actively supported. Could one of the repo owners please like to...