Hi Kim, The only thing that I can think of is that some packages that were previously loaded automatically may now have to be loaded explicitly. Have you tried adding:
require(graphics) to your code? Jim On Wed, Jan 27, 2016 at 8:56 PM, Kim Pilegaard <k...@kt.dtu.dk> wrote: > I have a function that calls par, it has worked nicely before. Now I get > the following error: > > Error in par(mar = c(5.1, 4.1, 5.1, 2.1)) : > there is no .Internal function 'par' > > Can anyone give me a hint so solve this problem? > > Kim > > > Kim Pilegaard > Professor > Atmospheric Environment > DTU Environment > Technical University of Denmark > [http://www.dtu.dk/~/media/DTU_Generelt/Andet/DTU_email_logo_01.gif] > Department of Environmental Engineering > Miljøvej > 2800 Kgs. LyngbyDenmark > Mobile: +45 4025 6839 > k...@env.dtu.dk<mailto:k...@env.dtu.dk> > www.env.dtu.dk<http://www.env.dtu.dk/> > > > > > [[alternative HTML version deleted]] > > > ______________________________________________ > R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.