Skip to content

Commit

Permalink
Merge pull request #24 from reichlab/casey
Browse files Browse the repository at this point in the history
update sanitize plus cascade function
  • Loading branch information
gcgibson committed Apr 10, 2020
2 parents 6f336b4 + 40d55c1 commit 9548629
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,7 +1,7 @@
Package: cdcForecastUtils
Type: Package
Title: Utility functions for CDC forecasts
Version: 0.1.9.4
Version: 0.1.9.5
Date: 2020-03-20
Authors@R: c(person("Nutcha", "Wattanachit", email = "nwattanachit@umass.edu", role = c("aut", "cre")),
person("Graham Casey", "Gibson", email = "gcgibson@umass.edu", role = "aut"),
Expand Down
2 changes: 1 addition & 1 deletion R/write_sanitized_file.R
Expand Up @@ -8,7 +8,7 @@
#' @import dplyr
#' @export
write_sanitized_file <- function(file, challenge = "ilinet") {
entry <- cdcForecastUtils::read_entry(file)
entry <- cdcForecastUtils::read_entry(file,challenge = challenge)
model_name <- basename(file)
if(cdcForecastUtils::verify_entry_file(file, challenge)){
write.csv(entry,file,row.names=FALSE)
Expand Down

0 comments on commit 9548629

Please sign in to comment.