testBioCConnection          package:Biobase          R Documentation

_A _f_u_n_c_t_i_o_n _t_o _c_h_e_c_k _i_n_t_e_r_n_e_t _c_o_n_n_e_c_t_i_v_i_t_y _t_o _B_i_o_c_o_n_d_u_c_t_o_r

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

     This function will attempt to determine if the user has internet
     connectivity to the Bioconductor website.  This is useful in many
     situations dealing with code that uses automated downloads and
     other such things.

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

     testBioCConnection()

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

     TRUE if a connection is possible, FALSE if not.

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

     Jeff Gentry

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

      z <- testBioCConnection()

