Amit Kohli

Results 59 comments of Amit Kohli

Fair enough. May I make a gentle recommendation as a package builder to "capture that error" perhaps using `try` or `purrr::safely` and then output a more human readable error using...

Yeah, I was gonna let it rest because it doesn't really matter, but the reason `Error in runSum(x, n): Series contains non-leading NAs` is technically incorrect is that in my...

This is an old issue, but let's seperate this out a bit into two issues. One is about variable color depending on state... harder to implement... but the other is...

Hi! Brand new user, and I love your app! It literally features all my 'want' list with almost no other bloat! Outstanding! The only thing that is missing is an...

Thanks hilge that's useful. But how do you get the db to an R session? yes you could connect your phone via USB and extract the db manually but I...

if you don't mind me asking , what analysis are you doing with your tracks? I thought about using xenobase, but much better to just do it myself.

It's true... after I made this commit, I had changed my own version to `selfcontained=FALSE`.. just forgot to change it here.

Just ran into this. Not sure when it changed... but this should fix it: ``` ## get thingie in Euros df % mutate(date = Sys.Date()) %>% spread(name, value) ## convert...

You are right Joe, the files ARE being truncated! On my local it's 47,426 KB On github it's 46,3xx KB on netlify it's 41,226 KB That's crazy business! I readded...

I am also experiencing this error when I feed more than 50k json strings into jq to process. I can chunk the data, of course, but is a bit disruptive...