Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
^LICENSE\.md$
17 changes: 15 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,12 +1,25 @@
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 = "[email protected]",
role = c("aut", "cre"))
Description: This package provides functions to help with the maintainance of CDC hubs.
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
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Generated by roxygen2: do not edit by hand

export(update_hub_target_data)
2 changes: 1 addition & 1 deletion air.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ line-ending = "auto"
persistent-line-breaks = true
exclude = []
default-exclude = true
skip = []
skip = []
Loading