Shall we assume that you are using a Mac? If so what version? This
information would be neatly summarized if you posted the results of
sessionInfo().
Using my web-browser I find there is no directory at R-Forge with this
name:
http://R-Forge.R-project.org/bin/macosx/universal/contrib/2.10
There is one by this name:
http://r-forge.r-project.org/bin/macosx/leopard/contrib/2.10/
The information about your lib specification is only a warning and
probably not a fundamental issue. If you have a default installation
of R with libraries in may run the risk of getting your libraries
divided between the R.Framework location (/Library/Frameworks/
R.framework/Versions/2.10/Resources/library) and the Users/sajd/..
location.
And if you are on a Mac you are posting in the wrong list for this
sort of question.
https://stat.ethz.ch/mailman/listinfo/r-sig-mac
--
David.
On Dec 31, 2009, at 7:49 AM, Andr? Deboer wrote:
> Hello,
> When I install the package Rsafd, I get the following message.
>
>>
install.packages("Rsafd",repos="http://R-Forge.R-project.org
> ",dependecies=TRUE)
> Warning in install.packages("Rsafd", repos =
"http://R-Forge.R-project.org
> ",
> :
> argument 'lib' is missing: using
'/Users/aajd/Library/R/2.10/library'
> Warning: unable to access index for repository
> http://R-Forge.R-project.org/bin/macosx/universal/contrib/2.10
> Warning message:
> In getDependencies(pkgs, dependencies, available, lib) :
> package ?Rsafd? is not available
>
> What can I do to solve this?
>
> Thanks for the reaction,
> Arend
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> 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.