Skip to content

building R-package under windows - error - in options("deafultPackages") was not found

5 messages · Daniel Berg, Brian Ripley, Uwe Ligges

#
Daniel Berg wrote:
Looks like something is wrong with your DESCRIPTION file. Can you send 
us the contents of that file?

Uwe Ligges
#
On Sat, 23 Dec 2006, Uwe Ligges wrote:

            
I think rather with his R: the message below says 'During startup', and 
indicates that one of the default packages is missing.  That would mean 
that it has not got to running the code to look at DESCRIPTION.

  
    
1 day later
2 days later
#
Given the lines after "Description:" have been wrapped during e-mail 
transfer and are in one line in your DESCRIPTION file, here are two guesses:
- You have some additional library added that contains a broken 
installation of some base package?
- You have declared some non-existing default packages in some Rprofile 
or whereever that are not existing?

Anyway, you might want to send the whole package in a private message.

Uwe Ligges
Daniel Berg wrote: