Skip to content

Commit

Permalink
fix: replaces as.integer with L
Browse files Browse the repository at this point in the history
Ref: #194
  • Loading branch information
GeraldineGomez committed Jul 29, 2024
1 parent c806d18 commit 3e268cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ obtener_cond_inciden_event <- function(cod_eve) {
if (nrow(vals_event) == 0) {
aux_event <-
data.frame(cod_eve, "casos", "NA", "proyecciones", "NA",
as.integer(10000),
10000L,
stringsAsFactors = FALSE
)
names(aux_event) <- names(vals_event)
Expand Down

0 comments on commit 3e268cb

Please sign in to comment.