File tree Expand file tree Collapse file tree 3 files changed +12
-14
lines changed Expand file tree Collapse file tree 3 files changed +12
-14
lines changed Original file line number Diff line number Diff line change 1
- ) |>
2
- gt::opt_all_caps() |>
3
- gt::fmt_markdown() |>
4
- gt::tab_header(
5
- title = gt::md("<span style='color:#0B0B45'><b>Operative Report:</b></span>"),
6
- subtitle = gt::md("<span style='color:#0B0B45'><i>Excision of Dorsal Ganglion, Right Wrist</i></span>")
7
- ) |>
8
- gt::tab_options(
9
- table.width = gt::pct(100),
10
1
heading.title.font.size = gt::px(24),
11
2
heading.subtitle.font.size = gt::px(21),
12
3
heading.align = "left",
@@ -510,3 +501,12 @@ gt_pcs2(pcs("0016070")) |> gt::tab_options(column_labels.hidden = FALSE) |> gt::
510
501
gt_pcs2(pcs("0016070")) |> gt::tab_options(column_labels.hidden = FALSE) |> gt::cols_label(name = gt::html(vert_lab("Name")))
511
502
gt_pcs2(pcs("0016070")) |> gt::tab_options(column_labels.hidden = FALSE) |> gt::cols_label(name = gt::md(vert_lab("Name")))
512
503
pcs("0016070") |> gt::tab_options(column_labels.hidden = FALSE) |> gt::cols_label(name = gt::md(vert_lab("Name"))) |> gt::css()
504
+ devtools::load_all(".")
505
+ pcs_code("0G9")
506
+ pcs_code2("0G9")
507
+ # pak::pak("rconsortium/S7")
508
+ #
509
+ library(S7)
510
+ pcs_code2("")
511
+ nzchar("")
512
+ nzchar(" ")
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ pcs_code2 <- function(x = NULL) {
148
148
149
149
xs <- .pcs_finisher(xs )
150
150
151
- class(xs ) <- c(" pcs_code " , " list " )
151
+ class(xs ) <- unique( c(" pcs " , class( xs )) )
152
152
153
153
return (xs )
154
154
}
@@ -205,9 +205,7 @@ pcs_code2 <- function(x = NULL) {
205
205
# ' @noRd
206
206
.pcs_system <- function (x ) {
207
207
208
- stopifnot(
209
- " `x` hasn't passed through `.pcs_section()`" = inherits(x , " pcs_section" )
210
- )
208
+ # stopifnot("`x` hasn't passed through `.pcs_section()`" = inherits(x, "pcs_section"))
211
209
212
210
step <- 1
213
211
x $ opt <- system <- systems(
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ template:
9
9
bslib :
10
10
font_scale : 1.1
11
11
line_height : 2
12
- base_font : {google: "IBM Plex Sans "}
12
+ base_font : {google: "Roboto Condensed "}
13
13
heading_font : {google: "Atkinson Hyperlegible"}
14
14
code_font : " Hack, mono"
15
15
includes :
You can’t perform that action at this time.
0 commit comments