[R] Why my package is not being generated?
    Ben Bolker 
    bbolker at gmail.com
       
    Thu Feb  3 14:12:25 CET 2011
    
    
  
Cristiano Strieder <cstrieder <at> gmail.com> writes:
> 
> Hi all,
> 
> I have commited a new release of my package and waited for more than
> one day. After that
> "install.packages("tests",repos="http://r-forge.r-projet.org")" still
> returns "package 'tests' is not available". I have done the local
> build & check and the package seems ok. Also have mofified the Title
> in the DESCRIPTION  file.
> 
> What can be wrong?
> 
> Is there any tool or recomendation to validade my package before submit it?
> 
  I don't think there is any way to check before submitting beyond
R CMD build and check with an up-to-date R.
  Have you checked the build and check logs on R-forge?
  The build environment on r-forge can often be slightly different
from your "home" build environment.
    
    
More information about the R-help
mailing list