package.version package:Biobase R Documentation _R_e_p_o_r_t _V_e_r_s_i_o_n _o_f _a _P_a_c_k_a_g_e _D_e_s_c_r_i_p_t_i_o_n: Will report the version number of a requested installed package _U_s_a_g_e: package.version(pkg, lib.loc = NULL) _A_r_g_u_m_e_n_t_s: pkg: The name of the package lib.loc: a character vector describing the location of R library trees to search through, or `NULL'. The default value of `NULL' corresponds to all libraries currently known. _D_e_t_a_i_l_s: This function is a convenience wrapper around 'package.description', and will report simply the version number of the requested package. If the package does not exist or if the DESCRIPTION file can not be read, then an error will be thrown. _V_a_l_u_e: A character string reporting the version number. _A_u_t_h_o_r(_s): Jeff Gentry _S_e_e _A_l_s_o: 'package.description' _E_x_a_m_p_l_e_s: package.version("Biobase")