Add copyEnv function
commit04317bd875ffc3a8233db2147f8f667c91b93e95
authorRoger D. Peng [audrey] <rpeng@jhsph.edu>
Thu, 3 May 2007 20:23:32 +0000 (3 16:23 -0400)
committerRoger D. Peng [audrey] <rpeng@jhsph.edu>
Thu, 3 May 2007 20:23:32 +0000 (3 16:23 -0400)
treeeb52329606c7e63309ce274efd3e0e3820b62568
parent3666c67c5c9a1cdc1b274088948528aa6b958a35
Add copyEnv function

In order to properly compare the global environment before and
after evaluation, we need to make a *copy* of the global env
before and after.  Comparing the actualy global env before and
after will always result in no difference.
R/SweaveCache.R