Skip to content

Commit

Permalink
* updated standalone-helpers (bug fixes)
Browse files Browse the repository at this point in the history
* pkgdown reference tweaks
  • Loading branch information
andrewallenbruce committed Dec 13, 2024
1 parent e9cf1ab commit c10f954
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 14 deletions.
12 changes: 6 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ URL: https://github.com/andrewallenbruce/arktax,
https://andrewallenbruce.github.io/arktax/
BugReports: https://github.com/andrewallenbruce/arktax/issues
Imports:
cheapr,
cheapr (>= 0.9.92),
cli,
collapse,
collapse (>= 2.0.18),
fs,
kit,
kit (>= 0.0.19),
pins,
qs,
rlang,
stringfish,
stringi,
vctrs
stringfish (>= 0.16.0),
stringi (>= 1.8.4),
vctrs (>= 0.6.5)
Suggests:
roxyglobals,
testthat (>= 3.0.0)
Expand Down
16 changes: 8 additions & 8 deletions R/import-standalone-helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,18 @@
# ---
# repo: andrewallenbruce/fuimus
# file: standalone-helpers.R
# last-updated: 2024-12-10
# last-updated: 2024-12-12
# license: https://unlicense.org
# imports: [kit, cheapr, collapse, stringfish, vctrs, stringi]
# imports: [cheapr (>= 0.9.92), collapse (>= 2.0.18), kit (>= 0.0.19), stringfish (>= 0.16.0), stringi (>= 1.8.4), vctrs (>= 0.6.5)]
# ---
#
# ## Changelog
#
# 2024-12-10:
# 2024-12-12:
#
# * Initial version.
# * Fixed bug in search_in()
# * Shortened as_() names
# * Added roundup()
#
# 2024-12-11:
#
Expand All @@ -30,11 +32,9 @@
# * as_numeric()
# * as_date()
#
# 2024-12-12:
# 2024-12-10:
#
# * Fixed bug in search_in()
# * Shortened as_() names
# * Added roundup()
# * Initial version.
#
# nocov start

Expand Down
17 changes: 17 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ template:
base_font: {google: "Roboto"}
heading_font: {google: "Roboto Slab"}
code_font: {google: "JetBrains Mono"}
includes:
after_body: >
<script data-goatcounter="https://andrewallenbruce.goatcounter.com/count" async src="https://gc.zgo.at/count.js"></script>
home:
title: arktax • NUCC Provider Taxonomy Codesets
Expand Down Expand Up @@ -55,3 +58,17 @@ navbar:
icon: fab fa-github fa-lg
href: https://github.com/andrewallenbruce/arktax/
aria-label: GitHub

reference:

- title: Taxonomy
desc: >
NUCC Health Care Provider Taxonomy Code Set.
contents:
- starts_with("taxonomy")

- title: Crosswalk
desc: >
Medicare Provider and Supplier Taxonomy Crosswalk.
contents:
- starts_with("crosswalk")

0 comments on commit c10f954

Please sign in to comment.