Jonathan Carroll

Results 149 comments of Jonathan Carroll

As a stopgap, I recommend using [Feedrabbit](https://feedrabbit.com/pricing) or similar as an RSS-to-email service. This is free for up to 10 feeds and will email you the content (perhaps not rendered...

Sendy looks pretty cool, but self-hosting another app might be out of scope. The up-front cost there is $69 and I think that $1/10k is actually after the first $62k/month...

> As a stopgap, I recommend using [Feedrabbit](https://feedrabbit.com/pricing) or similar as an RSS-to-email service. This is free for up to 10 feeds and will email you the content (perhaps not...

Funnily enough, this timely video explains the "no overflow to a higher unit" behind the 0 https://youtu.be/hQFMjRPFioI

Not sure about `p5` as a remote as I've extended the core of that to suit our needs, so it's all copied in. On 30 Oct. 2017 11:53 am, "Nicholas...

Yeah, there's a good chance I've accidentally left some namespace prefix in there but it *should* all be local (not reliant on the p5 package). I recall seeing the same...

FYI, the [ScrabbleScore](https://cran.r-project.org/package=ScrabbleScore) package (cc: @willkurt) is largely out of date (uses TWL06, package last updated 2013-10-09) but has some useful functions which might have a home here, e.g. checking...

Progress... https://github.com/jonocarroll/DFplyr/tree/bplyr_integration The README renders in the current form (including S4 columns). I haven't finished, but I found a *lot* of edge cases and have dealt with them.

I only import the generics - without those there's no dispatch. You reclassed everything and wrote new generics but this is 'supposed' to be the way to extend a generic...

Neat, thank you very kindly! I'll take this for a spin. To be honest I haven't tried `{dash}` with the latest RStudio versions, but I am aware they added similar...