File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ print(paste(
5252 "utils::object.size in global environment",
5353 utils::object.size(f)
5454))
55-
56-
57-
5855```
56+
57+ (Filed as [ pryr issue 37] ( https://github.com/hadley/pryr/issues/37 ) , and closed.)
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ build1 <- function() {
2929f <- build1()
3030```
3131
32- ## [1] "serialize size in construction environment 40014326 "
33- ## [1] "pryr::object_size in construction environment 19904 "
32+ ## [1] "serialize size in construction environment 40014302 "
33+ ## [1] "pryr::object_size in construction environment 19880 "
3434 ## [1] "utils::object.size in construction environment 4608"
3535
3636``` r
@@ -40,7 +40,7 @@ print(paste(
4040))
4141```
4242
43- ## [1] "serialize size in global environment 40014326 "
43+ ## [1] "serialize size in global environment 40014302 "
4444
4545``` r
4646print(paste(
@@ -49,7 +49,7 @@ print(paste(
4949))
5050```
5151
52- ## [1] "pryr::object_size in global environment 40020168 "
52+ ## [1] "pryr::object_size in global environment 40020144 "
5353
5454``` r
5555print(paste(
@@ -59,3 +59,5 @@ print(paste(
5959```
6060
6161 ## [1] "utils::object.size in global environment 4608"
62+
63+ (Filed as [ pryr issue 37] ( https://github.com/hadley/pryr/issues/37 ) , and closed.)
You can’t perform that action at this time.
0 commit comments