Skip to content

Commit daf90f9

Browse files
committed
removing dependencies
1 parent 46106fd commit daf90f9

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

vignettes/na-notebook.Rmd

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,9 @@ date: "2024-08-19"
1010
suppressPackageStartupMessages({
1111
library(epidatr)
1212
library(epiprocess)
13-
library(epipredict)
1413
library(dplyr)
1514
library(tidyr)
16-
library(purrr)
1715
library(ggplot2)
18-
library(scoringutils)
1916
})
2017
```
2118

@@ -114,8 +111,7 @@ plot_signals <- function(x, version = NULL, verbose = TRUE) {
114111
}
115112
title <- paste0("Normalized Signals Comparison\tVersion ", version)
116113
}
117-
118-
# x <- x %>% filter(geo_value == "ca")
114+
119115
num_signals <- length(colnames(x)) - 2
120116
first_non_nas <- list()
121117
na_regions_list <- list()
@@ -225,7 +221,6 @@ generate_signal <- function() {
225221
as_epi_archive()
226222
227223
versions <- unique(cov_adm[["DT"]][["version"]])
228-
# random_dates <- sample(versions, 100, replace = FALSE)
229224
max_gaps <- 0
230225
max_df <- NULL
231226
max_version <- NULL

0 commit comments

Comments
 (0)