Tim Lucas

Results 54 comments of Tim Lucas

Gah, RStudio. I think the workshop validated my dislike. I guess it should at least save the plot to the workflow object? Then you can ``` print(m7$report[[1]][[1]]) ``` or whatever....

Yes I agree. It's one of the main ways I test if something is working. Run a workflow and check the image that gets printed (usually a map). So I...

Yes I always was aiming for this sort of thing to work. Might be one of the things that broke when changing to the nonstandard evaluation syntax. However, I think...

I'm writing some malaria zoon modules and will be adding some example analyses to a paper we're aiming to submit soon. The analyses I would like to do encounter this...

Probably want someone a bit more generic than a surface. Perhaps it should take a function somehow. I can imagine you might want to random select a data point then...

OK, the error is in spocc somewhere (or in the gbif api) so I'm asking there.

https://github.com/ropensci/spocc/issues/187#issuecomment-395273745 We (I) need to edit SpOcc so that it uses WKT.

Yes think getting workflow to do that is sensible. As always, low bar to module contribution is useful. Even though getting modules to catch and reset par isn't that hard,...

Do all modules get loaded in global namespace or somewhere else?

OK, sounds good. Guess we should tryyy a bit not to have mega common module names then. Though going to be hard to enforce on contributed modules.