DocJon / pbs-admb

Automatically exported from code.google.com/p/pbs-admb
0 stars 0 forks source link

GUI bug: "Var" button in the "Output" tab fails #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The "Var" button is supposed to give a user a list of possible variables to 
choose in a pairs plot. Currently, when I click on "Var", the R console 
displays the message:

Warning: cannot find function '.chooseCols'.

Conjectures: Either the function .chooseCols has been dropped somehow or it 
isn't properly addressed by the GUI in the PBSadmb namespace.

Note that the possible choices should come from the variable "mcnames" in the 
*.rep file. For example, vonb.rep has the lines:

$mcnames
Linf K t0 sigma LK fval

Original issue reported on code.google.com by schnu...@shaw.ca on 23 Mar 2013 at 2:26

GoogleCodeExporter commented 9 years ago
After uploading the changes for revision 82, I built the new package 
PBSadmb_0.65.82. Things now work differently. The function .chooseCols seems to 
be exported correctly in this version, and I suspect that the previous version 
had not been rebuilt after the namespace change. The problem now is that 
clicking the 'Var' button produces a GUI window with the message:

Error: Variable "choices" could not be found.

See the attached image file 'Error.png'. I'll also add my latest builds to the 
downloads section of this web site.

Original comment by schnu...@shaw.ca on 24 Mar 2013 at 2:11

Attachments:

GoogleCodeExporter commented 9 years ago
RH:
This was likely due to the use of an older version of PBSmodelling. I could not 
reproduce the problem, but once JTS updated both PBSmodelling and PBSadmb to 
the latest available at the time, the problem disappeared.

Original comment by rowan.ha...@dfo-mpo.gc.ca on 6 May 2013 at 10:17