Robert Myles McDonnell

Results 23 comments of Robert Myles McDonnell

Thanks for the reply, Whit. I think stan is great, but my data has plenty of NA, which seems to be a big headache in stan. Looking forward to the...

I'd also like to see this implemented, thanks!

Hi @seakintruth , turned out those errors were nothing to do with your code so I've merged this now, thanks for the contribution.

@jpen Hi, I just tested the `updateR()` function, and it works fine for me: ``` trying URL 'https://cran.rstudio.com/bin/macosx/R-3.3.3.pkg' Content type 'unknown' length 74888743 bytes (71.4 MB) ================================================== downloaded 71.4 MB...

I think it's good to go, Andrea! Maybe we could run some checks with the devtools package before we submit it, but other than that I think it's good to...

Ah, it must be the line "@importFrom magrittr '%>%' "; it appears to be unnecessary; my mistake!

Yeah, that's a strange one. We use the pipe, so I think it's better to explicitly import it, and I'm not sure why the check would throw an error like...

Hi Andrea, I just pushed a commit that should fix some of these problems. I didn't change the example, maybe you might like to do that, but it is pretty...

Nice idea, Tal. What do you think of separate `update_windows()`, `update_mac()` and `update_linux(distribution = c([choices of Linux dists]))` functions? I know some Linux distributions have slightly different requirements for updating...

What do you guys think about a more general function, that can encompass all of the OSs? Something like: ``` updateR