makeADopts {PBSadmb}R Documentation

Creates the ADMB Options List

Description

Creates a global list object detailing the pathways to the ADMB directory, the GCC bin, and the user's preferred text editor.

Usage

makeADopts(admpath, gccpath, editor)

Arguments

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.

Value

Creates a global, hidden list object called .ADopts.

Note

A wrapper function that can be called from a GUI exists as .win.makeADopts.

Author(s)

Jon T. Schnute, Pacific Biological Station, Nanaimo BC, Canada

See Also

makeADopts, writeADopts


[Package PBSadmb version 0.61.44 Index]