[R] lock a package to specific R version

Uwe Ligges ligges at statistik.tu-dortmund.de
Wed Oct 26 10:37:11 CEST 2011



On 25.10.2011 11:42, Mehmet Suzen wrote:
> Hi,
>
> I was wondering if it is possible to lock a package to a specific
> version of R. Dependency attribute in the package DESCRIPTION
> only accepts>= AFAIU
> (http://cran.r-project.org/doc/manuals/R-exts.html#fn-3 )
>
> Any work around?

Intervals are possible., and you can restrict them to one version as 
follows:

Depends: R (>= 2.13.2), R (<= 2.13.2)

Uwe Ligges



>
> Thanks,
>
> Mehmet
> LEGAL NOTICE
> This message is intended for the use o...{{dropped:10}}
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.



More information about the R-help mailing list