Skip to content
Prev 5453 / 29559 Next

Plotting depends on search() order?

On Mon, 6 Apr 2009, Don MacQueen wrote:

            
I never use an .Rprofile file for loading packages, because I forget that 
it/they is/are there. Mine sets up an alternative terminal handling of 
help pages, running R code from the base package. Could you try manually 
ordering the search path by requiring() the base packages 
graphics:datasets before maptools in your .Rprofile? Reading ?.Rprofile 
does suggest that one needs to tread carefully here.

Roger