[R] argument 'lib' is missing: using '/usr/lib/R/library'
Gabor Csardi
csardi at rmki.kfki.hu
Sat Sep 8 12:32:36 CEST 2007
Paul, what is the question? If the question is why you get this
warning message, the reason is that the 'lib' argument is missing
and install.packages is using '/usr/lib/R/library'.
If you want to get rid of the warning supply the 'lib' argument.
Gabor
On Sat, Sep 08, 2007 at 11:26:44AM +0100, Paul Smith wrote:
> Dear All,
>
> When installing packages, I get the following warning:
>
> > install.packages("sqldf")
> Warning in install.packages("sqldf") : argument 'lib' is missing:
> using '/usr/lib/R/library'
>
> Any ideas?
>
> The details of my R installation are:
>
> > version
> _
> platform i386-redhat-linux-gnu
> arch i386
> os linux-gnu
> system i386, linux-gnu
> status
> major 2
> minor 5.1
> year 2007
> month 06
> day 27
> svn rev 42083
> language R
> version.string R version 2.5.1 (2007-06-27)
> >
>
> R is here installed on Fedora 7.
>
> Thanks in advance,
>
> Paul
>
> ______________________________________________
> R-help at stat.math.ethz.ch 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.
--
Csardi Gabor <csardi at rmki.kfki.hu> MTA RMKI, ELTE TTK
More information about the R-help
mailing list