Skip to content

Commit c6dc73e

Browse files
committed
add link
1 parent 5655324 commit c6dc73e

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

ObjectSize/ObjectSize.Rmd

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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.)

ObjectSize/ObjectSize.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ build1 <- function() {
2929
f <- 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
4646
print(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
5555
print(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.)

0 commit comments

Comments
 (0)