Gorjanc Gregor <Gregor.Gorjanc <at> bfro.uni-lj.si> writes: : : Hello! : : Is there virtually any difference if one uses install.packages() or : update.packages() for updating/upgrading of R packages?
update.packages calls install.packages to do the installation. Check out the source. ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
