Tim Lucas

Results 54 comments of Tim Lucas

Reinstalling packages on a regular basis sounds like a big turn off and a pain. Maybe the checkpoint idea but by default zoon just uses whats available (and records what...

Theres forceReproducible already in workflow. But most of this discussion really refers to running `rerunWorkflow` on a workflow object.

Agree it's not a priority. But I think you still must use `Chain` for output modules. Or maybe just have to do it if you are using `list` on another...

There's the `noprocess` type modules. So seeing them as default args would pretty much sort it. Doing occurrence and output modules only would be really useful too. Not sure how...

Yes think the latter is a better general idea. Then `RerunWorkflow` needs to know where to find those objects. Possibly by writing those things from the workflow object to the...

Worth mentioning in the docs of LocalOccurrenceData that it can be used for online data like this.

`OccurrenceTable` or something. `OccurrenceDataFrame`. Name change seems reasonable.

Yes I think it would be hard for a module to work on one or many lines. So yes, some sort of "This module only works inside aggregate" might be...

I'm not convinced we want to automatically `na.omit()` based on covariates either. * Some models can handle NAs fine. * There might be cases where NA is the most appropriate...

But the current models don't need to work with NA values. I guess it would be good if they could error in a useful way if they can't handle NAs....