Re: [R] roxygen2 and install.packages()

2013-12-09 Thread Jeff Newmiller
The package specifies it. Either because the package author has used some feature that is only available in that version, or he did not test it in any earlier version. You can contact the maintainer (?maintainer) or try modifying the package dependencies and finding out yourself if it is a real

Re: [R] roxygen2 and install.packages()

2013-12-09 Thread Hadley Wickham
Unfortunately roxygen2 3.0.0 now requires R 3.0.2. See https://github.com/klutometis/roxygen/issues/163 for some discussion as to why. Hadley On Mon, Dec 9, 2013 at 12:28 PM, François Lefebvre wrote: > Hi, I am unable to install roxygen2 on R<3.0.2. Any idea why? > > > >> install.packages("roxyg

[R] roxygen2 and install.packages()

2013-12-09 Thread François Lefebvre
Hi, I am unable to install roxygen2 on R<3.0.2. Any idea why? > install.packages("roxygen2") Installing package into ‘/home/lefebvr3/R/x86_64-unknown-linux-gnu-library/3.0’ (as ‘lib’ is unspecified) Warning message: package ‘roxygen2’ is not available (for R version 3.0.1) > sessionInfo() R vers