tcltk-deprecated            package:tcltk            R Documentation

_D_e_p_r_e_c_a_t_e_d _F_u_n_c_t_i_o_n_s _i_n _P_a_c_k_a_g_e _t_c_l_t_k

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

     These functions are provided for compatibility with older versions
     of R only, and may be defunct as soon as of the next release.

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

     tkcmd(...)

     tkfile.tail(...)
     tkfile.dir(...)
     tkopen(...)
     tkclose(...)
     tkputs(...)
     tkread(...)

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

     ...: Handled via '.Tcl.args'

_D_e_t_a_i_l_s:

     As from R 2.0.0, 'tkcmd' has been renamed to 'tcl'.  The file
     commands used to be 'tkopen', 'tkclose', etc., but since 'open'
     and 'close' do not belong to the Tk toolkit, the preferred names
     are now 'tclopen', etc.

     The '$' methods for class '"tclvar"' have been deprecated in
     favour of 'tclVar' and 'tclvalue'.

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

     'Deprecated', 'Defunct'

