Useful eg when you have been modifying a package, and have buggered stuff up, and want to partly go back to an earlier version. . . entirely hypothetical of course, things like that never ever happens to me. Mere mortals might want to create a new environment goodenv, use evalq(source(<<old.mypack.R.source.file>> local=T), goodenv), then find.changes( goodenv, asNamespace("mypack")).