parseCmd {PBSadmb} | R Documentation |
Parse an indexed ADMB command line for a specified index
, operating
system (os
), and compiler (comp
). The result depends on the
project prefix
, the path (admpath
) to the ADMB home directory,
and the path (gccpath
) to the C++ compiler. Within the database,
variables are denoted by leading @
characters.
parseCmd(prefix, index, os=.Platform$OS, comp="GCC", admpath="", gccpath="")
prefix |
prefix for the ADMB project. |
index |
index that indicates one of eight possibilities related to three processing steps (convert, compile, link) and options: safe or optimize, random effects or normal. |
os |
operating system |
comp |
C++ compiler description |
admpath |
explicit path for the ADMB home directory. |
gccpath |
explicit path for the C++ bin directory. |
Character string, the ADMB command from ADMBcmd
corresponding to
the specified index, prefix, and system paths.
Rowan Haigh, Pacific Biological Station, Nanaimo BC