sweave package for R version 3.02
On Nov 11, 2014, at 5:25 AM, Frederic Ntirenganya <ntfredo at gmail.com> wrote: Hi All, I would like to install the package "sweave" but got the following warning:
install.packages("sweave")
Installing package into ?/home/fredo/R/x86_64-pc-linux-gnu-library/3.0? (as ?lib? is unspecified) Warning in install.packages : package ?sweave? is not available (for R version 3.0.2) I tryied to download it's zip file but not get it. Anyone help me on how I can do it. Thanks Regrads, Frederic.
Sweave is part of the 'utils' package, which is a part of base R and does not need to be installed, it already is. BTW, 3.1.2 is the current version of R. 3.0.2 is over a year old already. Regards, Marc Schwartz