boB Rudis
boB Rudis
paste URLs and / or annotated screen shots. Toss in some code if desired :-)
If you're interested in learning about how to work on packages, collaborate on package development, add the finishing touches to a package or write tests/code coverage checks just reply to...
http://stackoverflow.com/questions/32514371/error-with-rstudios-rpresentation-and-taucharts The following error is shown in Rpresentation (From RStudio) `` when rendering a tauchart on one of the presentation slides. Whereas with ioslides there is no error and the...
in my blog post i desperately tried to replicate the widget on the taucharts home page and just could not. so, it must be doing some things that aren't solely...
This could be an epic collection of `is_` base R functions. It is very lightly populated now. I'll poke a bit through CRAN contrib pkgs `util` source files but def...
This could be an epic collection of base R, pipe-ready infix functions. It is very lightly populated now. I'll poke a bit through CRAN contrib pkgs `util` source files but...
TODO
- [ ] handle edge cases for quoting - [ ] perhaps handle `;` / `|` separators (mebbe w/a pref dialog)? - [ ] possibly add a `dplyr::select()` version?
I have a personal but non-pressing need for this. Miles also hinted he needs it: https://twitter.com/milesmcbain/status/854907654702940162 `websockets` is defunct and not feature complete client-wise. There are many reasons this won't...
http://www.dnr.state.mn.us/lakefind/index.html There have been a few [SO questions](http://stackoverflow.com/search?q=dnr.state.mn.us) (btw: I don't think that search result is comprehensive but it's indicative) that need to get to the underlying, heavily nested JSON...
One of the things I've needed to apologize for (when teaching) is the lack of consistency in "package-level man pages". For example, you can `?httr` but not `?rvest`. I'm suggesting...