Jonathan Carroll

Results 149 comments of Jonathan Carroll

Following this would do the trick: https://cosi1.github.io/texts/008-python-flavored-imports/ https://gist.github.com/cosi1/64a11cc5ba1a680d84b8796d11eec289#file-imports-r credit: @cosi1

By "_complete_" do you mean this might have scope for introducing `psum`, `pprod`, `pmean`? The critical inclusion being the option of `na.rm`. I know it can be handled somewhat by...

Ah, and only now do I see https://github.com/hadley/dplyr/issues/968 -- yep, that would be very handy. Just got stung by it again.

Nice, half-way there already! [I'm starting this one up either way.](https://github.com/jonocarroll/RDataGovAU)

I'm still interested in this project too, in case anyone would like to work on it with me. Some reading to get the juices flowing... https://blogstats.wordpress.com/2016/05/04/next-step-in-ogd-websites/ http://blogs.scientificamerican.com/guest-blog/what-s-wrong-with-open-data-sites-and-how-we-can-fix-them/ http://datausa.io/about/datasets/ and ties...

I'm interested in continuing this development (either at the auunconf or separately). I might be able to help tie it in to [IMOS](https://github.com/aodn/imos-user-code-library) or perhaps [MODIS](http://modis.gsfc.nasa.gov/data/dataprod/). I need to look...

I was looking into that just recently. I had issues installing it from CRAN (didn't try too hard at the time) and I noticed that the github.io page was down....

[https://github.com/chrislad/phenotypicForest](https://github.com/chrislad/phenotypicForest) has a polarHistogram function that has some headway towards this through `coord_polar()`. e.g. http://chrisladroue.com/2012/02/polar-histogram-pretty-and-useful/ [There's also this](http://rstudio-pubs-static.s3.amazonaws.com/5795_e6e6411731bb4f1b9cc7eb49499c2082.html). To be honest, it's more useful as an art-piece than a graph....

This is the other half of [one of my ideas](https://github.com/ropensci/auunconf/issues/23) (though I limited mine to Australia); some good progress has been made in doing this [for the USA](https://github.com/hrbrmstr/albersusa) so that...

Yes, I'd be interested in that. Would hopefully be fairly streamlined if we took the `purrr` route. I was aiming for a more specific regional breakdown, which requires domain knowledge...