Skip to content

Commit

Permalink
removing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rnayebi21 committed Dec 11, 2024
1 parent 46106fd commit daf90f9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions vignettes/na-notebook.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,9 @@ date: "2024-08-19"
suppressPackageStartupMessages({
library(epidatr)
library(epiprocess)
library(epipredict)
library(dplyr)
library(tidyr)
library(purrr)
library(ggplot2)
library(scoringutils)
})
```

Expand Down Expand Up @@ -114,8 +111,7 @@ plot_signals <- function(x, version = NULL, verbose = TRUE) {
}
title <- paste0("Normalized Signals Comparison\tVersion ", version)
}
# x <- x %>% filter(geo_value == "ca")

Check warning on line 114 in vignettes/na-notebook.Rmd

View workflow job for this annotation

GitHub Actions / lint

file=vignettes/na-notebook.Rmd,line=114,col=1,[trailing_whitespace_linter] Trailing whitespace is superfluous.
num_signals <- length(colnames(x)) - 2

Check warning on line 115 in vignettes/na-notebook.Rmd

View workflow job for this annotation

GitHub Actions / lint

file=vignettes/na-notebook.Rmd,line=115,col=3,[object_usage_linter] local variable 'num_signals' assigned but may not be used
first_non_nas <- list()
na_regions_list <- list()
Expand Down Expand Up @@ -225,7 +221,6 @@ generate_signal <- function() {
as_epi_archive()
versions <- unique(cov_adm[["DT"]][["version"]])
# random_dates <- sample(versions, 100, replace = FALSE)
max_gaps <- 0
max_df <- NULL
max_version <- NULL
Expand Down

0 comments on commit daf90f9

Please sign in to comment.