sourceManager          package:RGtkViewers          R Documentation

_G_U_I _f_o_r _i_n_d_e_x_i_n_g _f_u_n_c_t_i_o_n_s _b_y _s_o_u_r_c_e _f_i_l_e

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

     This is a simple little GUI that uses the '' package to provide a
     display of which functions are defined in which files. By clicking
     on the name of the function, one gets a display of the S function.
     (In the near future, this will be rendered with color and links in
     the HTML document.) There are two control panels presented in a
     notebook. One displays the files as the top-level nodes in a tree
     and the functions defined within a file as the sub-nodes of that
     file's node. In the second view, a (sorted) list of the functions
     are displayed in a list. Mousing over an element displays the
     associated file in which the function is defined in the status bar
     at the bottom of that panel. Selecting an element in the list
     shows the definition of the function in the HTML widget on the
     right hand side of the GUI.

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

     sourceManager(dir = "R", ...)

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

     dir: the directory containing the source code.

     ...: additional arguments that are currently ignored.

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

     The top-level Gtk GUI window displaying the class hierarchy. This
     is an object of class   'GtkWindow'.

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

     Duncan Temple Lang <duncan@research.bell-labs.com>

_R_e_f_e_r_e_n_c_e_s:

     <URL: http://www.omegahat.org/RGtk>, <URL: http://www.gtk.org>

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

     'functionDirectory'

_E_x_a_m_p_l_e_s:

