Ashis Deb <ashisdeb83 <at> gmail.com> writes:

> 
> Hi all   I  had made a package  in  R-3.0.3  , and its running  well   ,
> my  issue is  it  is  not running in  other versions   or  R   like
> R-3.0.2/3.0.1  it is  showing error  like  ---
> 
> Error: This is R 3.0.2, package ‘xxx’ needs >= 3.0.3
> 
> Does anybody  have  the solution  on  how  to  make this  package  run  on
> any  versions  .
> 

  [snip]

  It sounds like there is a Depends: line in your DESCRIPTION file that
mandates R >= 3.0.3.  Try removing it?

______________________________________________
R-help@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.

Reply via email to