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
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Package: hubhelpr
Title: Helper functions for CDC hubs maintainance
Title: Helper functions for CDC hubs maintenance
Version: 0.0.0.9000
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.
Description: This package provides functions to help with the maintenance of CDC hubs.
License: Apache License (>= 2)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Expand Down
2 changes: 0 additions & 2 deletions R/generate_hub_baselines.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
library(epipredict)

#' Checks data latency in the input epi_df
#'
#' @param epi_df An epi_df object of time series data.
Expand Down
Loading