makeADopts              package:PBSadmb              R Documentation

_C_r_e_a_t_e_s _t_h_e _A_D_M_B _O_p_t_i_o_n_s _L_i_s_t

_D_e_s_c_r_i_p_t_i_o_n:

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

_U_s_a_g_e:

     makeADopts(admpath, gccpath, editor)

_A_r_g_u_m_e_n_t_s:

 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.

_V_a_l_u_e:

     Creates a global, hidden list object called '.ADopts'.

_N_o_t_e:

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

_A_u_t_h_o_r(_s):

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

_S_e_e _A_l_s_o:

     'makeADopts',  'writeADopts'

