Skip to content
Prev 8889 / 15075 Next

Package seems to be present but library don't find it

On 12-04-03 3:29 PM, Simon Urbanek wrote:
Okay, that makes sense now.

One other possible change: install.packages() currently guesses 
"repos=NULL" based on the look of the package name:  e.g. if 
type=="mac.binary" and the name matches "\\.tgz$", repos is set to NULL. 
  Perhaps the type could also be guessed from the name if unspecified, 
and at least a message could be given if it doesn't match the default.

Duncan Murdoch