Skip to content

Commit d0974b7

Browse files
* onLoad pins
* import standalones
1 parent 6cee43f commit d0974b7

11 files changed

+1474
-20
lines changed

.Rhistory

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
heading.title.font.size = gt::px(24),
2-
heading.subtitle.font.size = gt::px(21),
3-
heading.align = "left",
41
table.font.color = "gray70",
52
table.font.size = gt::px(16),
63
footnotes.font.size = gt::px(12),
@@ -510,3 +507,6 @@ library(S7)
510507
pcs_code2("")
511508
nzchar("")
512509
nzchar(" ")
510+
pak::pak("wjschne/ggdiagram")
511+
pak::pak("andrewallenbruce/provider")
512+
pak::pak("rconsortium/S7")

DESCRIPTION

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: procedural
22
Title: Tidy ICD-10-PCS interface
33
Version: 0.0.1
44
Authors@R:
5-
person("Andrew", "Bruce", , "[email protected]", role = c("aut", "cre", "cph"))
5+
person(c("Andrew", "Allen"), "Bruce", , "[email protected]", role = c("aut", "cre", "cph"))
66
Maintainer: Andrew Bruce <[email protected]>
77
Description: Provides a tidy interface to the ICD-10-PCS procedure code
88
system. The package includes a dataset of all ICD-10-PCS codes and
@@ -23,20 +23,19 @@ Imports:
2323
htmltools,
2424
pins,
2525
purrr,
26-
rlang,
26+
rlang (>= 1.1.0),
2727
stringfish,
2828
stringr,
2929
tidyr,
3030
vctrs,
3131
withr,
32+
qs,
3233
zeallot
3334
Suggests:
3435
fuimus,
3536
gt,
3637
gtExtras,
3738
knitr,
38-
qs,
39-
rmarkdown,
4039
roxyglobals,
4140
testthat (>= 3.0.0),
4241
tibble

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export(pcs_code)
1717
export(rows)
1818
export(sections)
1919
export(systems)
20+
import(rlang)
2021
importFrom(collapse,"%!in%")
2122
importFrom(collapse,"%==%")
2223
importFrom(collapse,"%iin%")

0 commit comments

Comments
 (0)