Skip to content

Commit 02ccd97

Browse files
authored
add files (#2)
1 parent 9b8f70f commit 02ccd97

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
^LICENSE\.md$

DESCRIPTION

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,25 @@
11
Package: hubhelpr
22
Title: Helper functions for CDC hubs maintainance
33
Version: 0.0.0.9000
4-
Authors@R:
5-
person("Subekshya", "Bidari",
4+
Authors@R:
5+
person("Subekshya", "Bidari",
66
email = "[email protected]",
77
role = c("aut", "cre"))
88
Description: This package provides functions to help with the maintainance of CDC hubs.
99
License: Apache License (>= 2)
1010
Encoding: UTF-8
1111
Roxygen: list(markdown = TRUE)
1212
RoxygenNote: 7.3.2
13+
Imports:
14+
dplyr,
15+
forecasttools,
16+
fs,
17+
glue,
18+
lubridate,
19+
readr,
20+
stringr
21+
Remotes:
22+
forecasttools=github::cdcgov/forecasttools
23+
Suggests:
24+
testthat (>= 3.0.0)
25+
Config/testthat/edition: 3

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# Generated by roxygen2: do not edit by hand
22

3+
export(update_hub_target_data)

air.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ line-ending = "auto"
66
persistent-line-breaks = true
77
exclude = []
88
default-exclude = true
9-
skip = []
9+
skip = []

0 commit comments

Comments
 (0)