From 8d6ae6bad4b47fbf2e48ad8f1ba21068872f809f Mon Sep 17 00:00:00 2001 From: sbidari Date: Wed, 20 Aug 2025 21:41:52 -0400 Subject: [PATCH] add files --- .Rbuildignore | 1 + DESCRIPTION | 17 +++++++++++++++-- NAMESPACE | 1 + air.toml | 2 +- 4 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 .Rbuildignore diff --git a/.Rbuildignore b/.Rbuildignore new file mode 100644 index 0000000..5163d0b --- /dev/null +++ b/.Rbuildignore @@ -0,0 +1 @@ +^LICENSE\.md$ diff --git a/DESCRIPTION b/DESCRIPTION index 7409733..c9674a7 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: hubhelpr Title: Helper functions for CDC hubs maintainance Version: 0.0.0.9000 -Authors@R: - person("Subekshya", "Bidari", +Authors@R: + person("Subekshya", "Bidari", email = "zib2@cdc.gov", role = c("aut", "cre")) Description: This package provides functions to help with the maintainance of CDC hubs. @@ -10,3 +10,16 @@ License: Apache License (>= 2) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 +Imports: + dplyr, + forecasttools, + fs, + glue, + lubridate, + readr, + stringr +Remotes: + forecasttools=github::cdcgov/forecasttools +Suggests: + testthat (>= 3.0.0) +Config/testthat/edition: 3 diff --git a/NAMESPACE b/NAMESPACE index 6ae9268..8f62284 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -1,2 +1,3 @@ # Generated by roxygen2: do not edit by hand +export(update_hub_target_data) diff --git a/air.toml b/air.toml index 22e43b9..694ca67 100644 --- a/air.toml +++ b/air.toml @@ -6,4 +6,4 @@ line-ending = "auto" persistent-line-breaks = true exclude = [] default-exclude = true -skip = [] \ No newline at end of file +skip = []