Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
boshek committed Oct 4, 2024
1 parent e71184e commit 4aa5242
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/realtime.R
Original file line number Diff line number Diff line change
Expand Up @@ -202,4 +202,4 @@ realtime_daily_mean <- function(.data, na.rm = FALSE) {
df_mean <- dplyr::arrange(df_mean, Parameter)

dplyr::ungroup(df_mean)
}
}
4 changes: 2 additions & 2 deletions R/utils-realtime.R
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ single_realtime_station <- function(station_number) {
col_types = realtime_cols_types()
)
}


# download daily file
p_resp_str <- realtime_parser(infile[2])
Expand Down Expand Up @@ -186,4 +186,4 @@ has_internet <- function() {
silent = TRUE
)
!inherits(z, "try-error")
}
}

0 comments on commit 4aa5242

Please sign in to comment.