Skip to content

Commit

Permalink
* onLoad pins
Browse files Browse the repository at this point in the history
* import standalones
  • Loading branch information
andrewallenbruce committed Dec 6, 2024
1 parent 6cee43f commit d0974b7
Show file tree
Hide file tree
Showing 11 changed files with 1,474 additions and 20 deletions.
6 changes: 3 additions & 3 deletions .Rhistory
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
heading.title.font.size = gt::px(24),
heading.subtitle.font.size = gt::px(21),
heading.align = "left",
table.font.color = "gray70",
table.font.size = gt::px(16),
footnotes.font.size = gt::px(12),
Expand Down Expand Up @@ -510,3 +507,6 @@ library(S7)
pcs_code2("")
nzchar("")
nzchar(" ")
pak::pak("wjschne/ggdiagram")
pak::pak("andrewallenbruce/provider")
pak::pak("rconsortium/S7")
7 changes: 3 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: procedural
Title: Tidy ICD-10-PCS interface
Version: 0.0.1
Authors@R:
person("Andrew", "Bruce", , "[email protected]", role = c("aut", "cre", "cph"))
person(c("Andrew", "Allen"), "Bruce", , "[email protected]", role = c("aut", "cre", "cph"))
Maintainer: Andrew Bruce <[email protected]>
Description: Provides a tidy interface to the ICD-10-PCS procedure code
system. The package includes a dataset of all ICD-10-PCS codes and
Expand All @@ -23,20 +23,19 @@ Imports:
htmltools,
pins,
purrr,
rlang,
rlang (>= 1.1.0),
stringfish,
stringr,
tidyr,
vctrs,
withr,
qs,
zeallot
Suggests:
fuimus,
gt,
gtExtras,
knitr,
qs,
rmarkdown,
roxyglobals,
testthat (>= 3.0.0),
tibble
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export(pcs_code)
export(rows)
export(sections)
export(systems)
import(rlang)
importFrom(collapse,"%!in%")
importFrom(collapse,"%==%")
importFrom(collapse,"%iin%")
Expand Down
Loading

0 comments on commit d0974b7

Please sign in to comment.