PBSadmb (version 1.1.4)

setADpath: Create ADMB Options List

Description

Creates an options list object detailing the pathways to the ADMB home directory, the GCC home directory, the MSYS (Unix utilities) bin directoy, and the user's preferred text editor. Also keeps track of software versions for ADMB and GCC.

Usage

setADpath(admbpath, gccpath, msysbin, editor)
setADver(admbver, gccver)

Value

Creates a global, hidden list object called .PBSadmb, located in the temporary environment .PBSadmbEnv. Use the functions atget, atput, atcall, and

atprint to get, put, call, and print the object .PBSadmb. The function alisp lists all the objects in the .PBSadmbEnv

environment.

Arguments

admbpath

character -- explicit path to the user's ADMB home directory.

gccpath

character -- explicit path to the user's GCC home directory.

msysbin

character -- explicit path to the user's MSYS bin directory (binary executables and libraries).

editor

character -- explicit path and program to use for editing text.

admbver

character -- version number of ADMB software.

gccver

character -- version number of g++ software.

Author

Alex Couture-Beil, Software Engineer, Victoria BC
Rowan Haigh, Program Head -- Offshore Rockfish
Pacific Biological Station (PBS), Fisheries & Oceans Canada (DFO), Nanaimo BC
locus opus: Institute of Ocean Sciences (IOS), Sidney BC
Last modified Rd: 2018-09-28

See Also

readADopts, writeADopts