Dr Tom August

Results 74 comments of Dr Tom August

It looks like the error originates in the handling of the object created here: https://github.com/zoonproject/zoon/blob/628a1d771cfb2ca98eec3a803918ada3b72de2be/R/ZoonModuleParse.R#L21 I'm guessing the output format of `roxygen2::roc_proc_text` has changed since the previous version.

We can use `packageVersion("roxygen2")` to create an `if` that handles this new structure. I'll look into `read_file` but I think it will be fair straightforward anyway from what testing I...

Yes, I don't want to hold you up, it isn't core functionality in this package, and I think I can fix it fairly easily (once I find the time!)

Could we add another default argument? ``` r w

Could also require user to load module before: ``` LoadModule('Biolim', version = 0.1) w

First and foremost I think we need to ensure modules are given 'open' licenses. As you say we could either enforce a license or let people choose there own. My...

I think we should keep the BSD 3 clause license. This just leaves it for @gef-work to add the line above to the module submission page > By submitting this...

This is one for @gef-work

@goldingn This was raised by a guy at the workshop who wanted to know why in the bioclim module he could not set resolution to 0.5, thanks for flagging

I think it would be great if we didn't have to require these columns as it takes the weight of the user a bit. Instead is a modules needs a...