Skip to content

Commit f711ce2

Browse files
committed
Benchmark article tweak
Load 'sessioninfo' so the loaded session info object is pretty-printed with its print method.
1 parent b53972a commit f711ce2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vignettes/articles/benchmarks.qmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,5 +378,7 @@ if (file.exists(file.path(me, "sessioninfo.rds"))) {
378378
si <- sessioninfo::session_info()
379379
saveRDS(si, file.path(me, "sessioninfo.rds"))
380380
}
381+
# load sessioninfo, for the print method
382+
library(sessioninfo)
381383
si
382384
```

0 commit comments

Comments
 (0)