Skip to content

Commit

Permalink
updated readme and maintainer email, fixed failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewallenbruce committed Apr 19, 2024
1 parent 88b56b5 commit d7d12b1
Show file tree
Hide file tree
Showing 7 changed files with 773 additions and 667 deletions.
30 changes: 15 additions & 15 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Package: provider
Title: Access Public Healthcare Provider Data
Version: 0.0.1
Authors@R:
person("Andrew", "Bruce", , "andrewbruce.himni@gmail.com", role = c("aut", "cre", "cph"))
Maintainer: Andrew Bruce <andrewbruce.himni@gmail.com>
person("Andrew", "Bruce", , "andrew.bruce@northstarrevenueintegrity.com", role = c("aut", "cre", "cph"))
Maintainer: Andrew Bruce <andrew.bruce@northstarrevenueintegrity.com>
Description: Provides various features to facilitate easy access to
publicly available healthcare provider data. Includes functions to
tidy the data being accessed, whether for reporting purposes or
Expand Down Expand Up @@ -36,18 +36,18 @@ Imports:
zeallot
Suggests:
covr,
fs,
fuimus,
data.table,
fipio,
fontawesome,
fs,
fuimus,
future,
ggraph,
gghighlight,
ggplot2,
ggthemes,
ggsflabel,
ggraph,
ggrepel,
gghighlight,
ggsflabel,
ggthemes,
glue,
gt,
gtExtras,
Expand All @@ -64,11 +64,11 @@ Suggests:
scales,
sf,
stats,
zipcodeR,
tidygraph,
testthat (>= 3.0.0),
tidygeocoder,
tidygraph,
tigris,
testthat (>= 3.0.0)
zipcodeR
VignetteBuilder:
knitr
Remotes:
Expand All @@ -77,13 +77,13 @@ Remotes:
github::nt-williams/rxnorm,
github::rstudio/gt,
github::yutannihilation/ggsflabel
Config/roxyglobals/filename: generated-globals.R
Config/roxyglobals/unique: TRUE
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE, roclets = c("collate", "namespace", "rd",
"roxyglobals::global_roclet"))
RoxygenNote: 7.3.1
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/roxyglobals/filename: globals.R
Config/roxyglobals/unique: FALSE
Loading

0 comments on commit d7d12b1

Please sign in to comment.