Store the top of the stack pointer in the same file as stack data
commit2dded3fa6e07ea379b192b91eb629daed9608f84
authorRoger D. Peng [amelia] <rpeng@jhsph.edu>
Tue, 5 Aug 2008 04:17:59 +0000 (5 00:17 -0400)
committerRoger D. Peng [amelia] <rpeng@jhsph.edu>
Tue, 5 Aug 2008 04:17:59 +0000 (5 00:17 -0400)
tree681f97790710ffb1eb86cf5012e7a3a05b921cb8
parent18228609ee96d9d4ba4970f51173931e9dbcf32e
Store the top of the stack pointer in the same file as stack data

Also, use tryCatches instead of on.exits.  We no longer need a separate
file for the top of the stack pointer because we can just use an element
with the key "top"; there's no danger that the key will be
overwritten
R/stack.R