Skip to content
Prev 287708 / 398498 Next

Packages 'effects' loads 'name' which conflicts with 'lme4' [corrected subject: Package 'effects' loads 'nlme' which conflicts with 'lme4']

Dear John, et al.:


       What happens if lme4 is loaded before the effect package?


       Is this an issue of a user wanting to use two different packages 
with potentially conflicting names?  What are the standard 
recommendations for handling issues like this?  Just to test my 
comprehension, I assume that the key is that users should routinely 
watch for warnings of name conflicts and follow the advice of sect. 
"1.6.1 Specifying imports and exports" of "Writing R Extensions" when 
that occurs?  (This is another reason for writing R packages and using 
namespaces, so users can record appropriately what they want in 
situations like this and not have to worry about name conflicts later?)


       Thanks,
       Spencer
On 3/8/2012 4:19 AM, Michael Kubovy wrote: