Displaying 1 result from an estimated 1 matches for "availabledependencies".
2005 Mar 21
1
Buglet in install.packages warning message
...w ability to
track down dependencies from a list of repositories and encountered
this:
install.packages(c("foo", "bar"), repos="http://cran.r-project.org",
dependencies=c("Depends", "Suggests"))
dependencies 'foo' are not availabledependencies 'bar' are not available
^^^^^^^^^^^^^^^^^^^^
With the following change (see below) I get what I suspect is the
intended warning message:
dependencies 'foo', 'bar' are not available
+ seth
Index: packages2.R
================================...