Skip to content

Commit

Permalink
simpler fix for ANSI escape codes
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Jul 21, 2024
1 parent b8280d4 commit 0af7f2f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/render-README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- name: Render README
run: |
options(crayon.enabled = FALSE)
callr::rscript("renderer.R")
shell: Rscript {0}

Expand Down
5 changes: 0 additions & 5 deletions README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -689,11 +689,6 @@ library(details)
#| eval: true
#| comment: "#>"
#| details.summary: "Session details"
options(
crayon.enabled = FALSE,
cli.num_colors = 0,
cli.hyperlink = FALSE
)
sessioninfo::session_info(include_base = TRUE)
```

0 comments on commit 0af7f2f

Please sign in to comment.