makeADopts {PBSadmb} | R Documentation |
Creates a global list object detailing the pathways to the ADMB directory, the GCC bin, and the user's preferred text editor.
makeADopts(admpath, gccpath, editor)
admpath |
explicit path to the user's ADMB directory. |
gccpath |
explicit path to the user's GCC bin (C-compiler) directory. |
editor |
explicit path and program to use for editing text. |
Creates a global, hidden list object called .ADopts
.
A wrapper function that can be called from a GUI exists as .win.makeADopts
.
Jon T. Schnute, Pacific Biological Station, Nanaimo BC, Canada