pbs-software / pbs-modelling

R package PBSmodelling - GUI tools made easy: interact with models and explore data
2 stars 1 forks source link

setOption list support #81

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be great if we could also set options with:

> setOptions( .PBSadmb, list( a=1,b=4) )
Error in option.object@instance$set(...) : values must be named

rather than just 
setOptions( .PBSadmb, a=1, b=4 )

Original issue reported on code.google.com by alex_goo...@mofo.ca on 23 Mar 2011 at 5:18

GoogleCodeExporter commented 9 years ago
Added support in revision 248.

Original comment by nmbo...@gmail.com on 26 Jan 2013 at 5:39