Hei there,
I am trying to build a new R package and after running
R CMD check and
R CMD build
I have now my pkg.tar.gz file.
The problem is that if i try to install it using
install.packages("pkg.tar.gz",repos=NULL)
i get the error

Warning in install.packages("pkg/INLA_1.0.tar.gz", repos = NULL) :
         argument 'lib' is missing: using '/usr/lib/R/library'
Warning in install.packages("pkg/INLA_1.0.tar.gz", repos = NULL) :
         'lib = "/usr/lib/R/library"' is not writable
Error in install.packages("pkg/INLA_1.0.tar.gz", repos = NULL) :
        unable to install packages

someone can help me with this??
Thanks a lot
Sara

        [[alternative HTML version deleted]]

______________________________________________
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