PredictiveEcology / SpaDES

R package for developing and running Spatial Discrete Event Simulation models
https://spades.predictiveecology.org
Other
55 stars 21 forks source link

error when module has empty reqdPkgs field #330

Closed achubaty closed 7 years ago

achubaty commented 7 years ago

The easy workaround is to put something in the field (e.g., SpaDES), but we should allow empty package lists in the module metadata.

achubaty commented 7 years ago

now works with NA, list(), and list("")