Closed stephenturner closed 8 years ago
haven't used tibble or dplyr 0.5 yet but i'll take a look ... and will be sure to review the contributing.md before pushing any changes
some nice stuff in 0.5, FWIW.
re CONTRIBUTING - looks like a lot but isn't really. Rmd websites really simplifies things IMHO. Allows nice separation of source files in root and all build/deployed files in _site.
i think this is mostly fixed, especially now since we're not committing site/
. see also #16 . @vpnagraj - double check that you're not doing any arrange within groups and {summarize/mutate}_each
, reopen if necessary.
dplyr 0.5 and tibble 1.1 introduce some breaking changes. things that come to mind are
perhaps @vpnagraj could help test this one and suggest changes