Re: [R] problem with package development and older defs earlier in search order

2012-11-10 Thread Martin J Reed
: > On 10/11/12 12:08, Martin J Reed wrote: >> Rolf and Duncan >> >> Many thanks. Your answers pointed me to a refinement that is closer to what >> I want: >> >> rm(list=intersect(ls(".GlobalEnv"),ls("package:reedgraph")), >>

Re: [R] problem with package development and older defs earlier in search order

2012-11-09 Thread Martin J Reed
clyde,irving,melvin,file="savedStuff.rda") > > Then you can recover mung, gorp, etc. via > >load("savedStuff.rda") > >cheers, > >Rolf Turner > > On 08/11/12 13:11, Martin J Reed wrote: >> Hi, >> >> I have a

[R] problem with package development and older defs earlier in search order

2012-11-07 Thread Martin J Reed
Hi, I have a problem with a package I have developed in that functions do not get loaded due to older versions of the functions being in the .GlobalEnv’ fetched from .Rdata files stored from previous saved workspaces. I need to be able to fix this somehow when I load the package. I do not want