Skip to content

Commit e7644d8

Browse files
committed
more updates
1 parent 85e706e commit e7644d8

File tree

72 files changed

+1852
-61192
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+1852
-61192
lines changed

_common.R

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
# example R options set globally
2-
options(width = 60)
2+
options(width = 77, cli.width = 77)
33

44
# example chunk options set globally
55
knitr::opts_chunk$set(
6+
digits = 3,
67
comment = "#>",
78
collapse = FALSE,
89
cache = TRUE,
910
warning = FALSE,
1011
message = FALSE,
1112
echo = TRUE,
1213
dev = "svg",
14+
dev.args = list(bg = "transparent"),
1315
dpi = 300,
1416
cache.lazy = FALSE,
1517
tidy = "styler",

_freeze/correlations/execute-results/html.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)