Skip to content

trellis.device in .First (PR#6812)

1 message · Deepayan Sarkar

#
On Thursday 22 April 2004 19:31, Duncan Murdoch wrote:
How do I do that ? windows is not available in all platforms, and on the 
one I use, 

importFrom(graphics, windows) 

leads to (during R INSTALL):

Error in importIntoEnv(impenv, impnames, ns, impvars) :
        object(s) 'windows' are not exported by 'namespace;graphics'


Is Rich's usage valid under 1.9.0 ? I presume replacing trellis.device() 
by windows() will give the same error. Or are all lattice functions 
expected to work after a require(lattice) is included in .First ?

Deepayan