Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
vertesy committed Nov 27, 2023
1 parent 42bb014 commit ba5f07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/MarkdownReports.R
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ setup_MarkdownReports <- function(OutDir = getwd(),
defWidth <- options("width")$width
options("width" = 200)
writeLines(
capture.output(sessioninfo::session_info()),
capture.output(sessioninfo::session_info()),
con = paste0(".sessionInfo.", format(Sys.time(), format = "%Y.%m.%d"), ".txt")
)

Expand Down

0 comments on commit ba5f07e

Please sign in to comment.