Skip to content

Commit

Permalink
Bump version to 0.0.1.9001
Browse files Browse the repository at this point in the history
* added standalone-helpers from fuimus

* removed fuimus as dependency
  • Loading branch information
andrewallenbruce committed Dec 13, 2024
1 parent 6528846 commit f406ac2
Show file tree
Hide file tree
Showing 5 changed files with 419 additions and 30 deletions.
12 changes: 7 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: arktax
Title: NUCC Provider Taxonomy Codesets
Version: 0.0.1.9000
Version: 0.0.1.9001
Authors@R:
person(c("Andrew", "Allen"), "Bruce", , "andrewallenbruce@gmail.com", role = c("aut", "cre", "cph"))
Maintainer: Andrew Bruce <andrewallenbruce@gmail.com>
Expand All @@ -10,18 +10,20 @@ URL: https://github.com/andrewallenbruce/arktax,
https://andrewallenbruce.github.io/arktax/
BugReports: https://github.com/andrewallenbruce/arktax/issues
Imports:
cheapr,
cli,
collapse,
fs,
fuimus,
kit,
pins,
qs,
rlang,
stringfish
stringfish,
stringi,
vctrs
Suggests:
roxyglobals,
testthat (>= 3.0.0)
Remotes:
andrewallenbruce/fuimus
Config/roxyglobals/filename: generated-globals.R
Config/roxyglobals/unique: TRUE
Config/testthat/edition: 3
Expand Down
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ export(taxonomy_display)
export(taxonomy_hierarchy)
export(taxonomy_raw)
export(taxonomy_sources)
importFrom(fuimus,search_in)
1 change: 0 additions & 1 deletion R/arktax-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
"_PACKAGE"

## usethis namespace: start
#' @importFrom fuimus search_in
## usethis namespace: end
NULL
Loading

0 comments on commit f406ac2

Please sign in to comment.