Skip to content

Commit a74525e

Browse files
committed
Print diagnostic output
1 parent d26a0aa commit a74525e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

R/fetch.R

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ fetch_pkg_tbl <- function() {
2222

2323
stopifnot(length(x$items) < 100)
2424

25+
print(x)
26+
2527
pkg <-
2628
tibble(items = x$items) %>%
2729
unnest_wider(items) %>%

0 commit comments

Comments
 (0)