Skip to content

Commit d37efdc

Browse files
committed
remove session info at post level
1 parent 1322add commit d37efdc

File tree

2 files changed

+0
-28
lines changed

2 files changed

+0
-28
lines changed

posts/2023-10-30_floating_point/appendix.R

-3
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ insert_lockfile <- function(repo_spec, name,
5050
# top level function ------------------------------------------------------
5151

5252
insert_appendix <- function(repo_spec, name, collection = "posts", file_name) {
53-
# write session info to txt
54-
session_info <- sessionInfo()
55-
writeLines(capture.output(session_info), con = "session_info.txt")
5653

5754
appendices <- paste(
5855
markdown_appendix(

posts/2023-10-30_floating_point/session_info.txt

-25
This file was deleted.

0 commit comments

Comments
 (0)