patchPackage           package:aroma.core           R Documentation

_A_p_p_l_i_e_s _p_a_t_c_h_e_s _f_o_r _a _s_p_e_c_i_f_i_c _p_a_c_k_a_g_e

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

     Applies patches for a specific package from the package online
     reprocitory.

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

     ## Default S3 method:
     patchPackage(pkgName, paths=c("~/.Rpatches/", "patches/"), deleteOld=TRUE, verbose=FALSE, ...)

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

 pkgName: The name of the package to be patched."

   paths: A 'character' 'vector' of paths containing package patches.

deleteOld: If 'TRUE', old patch directories are deleted.

 verbose: See 'Verbose'.

     ...: Not used.

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

     Returns the number of files sourced.

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

     Henrik Bengtsson (<URL: http://www.braju.com/R/>)

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

     'downloadPackagePatch'()

