No flags found
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
2bb4614
... +3 ...
8abcd4e
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
123 | 123 | if (min(year) < 1986) |
|
124 | 124 | stop("year must be greater or equal to 1986") |
|
125 | 125 | ## Errors in 2016 and 2017 data |
|
126 | - | if (any(year %in% 2016)) |
|
127 | - | warning(paste0("There may be errors in the 2016 wind speed data.", |
|
128 | - | " It was incorrectly converted to mph. Use the function", |
|
129 | - | " `get_station_data` to download the correct values"), |
|
130 | - | call. = FALSE) |
|
126 | + | # if (any(year %in% 2016)) |
|
127 | + | # warning(paste0("There may be errors in the 2016 wind speed data.", |
|
128 | + | # " It was incorrectly converted to mph. Use the function", |
|
129 | + | # " `get_station_data` to download the correct values"), |
|
130 | + | # call. = FALSE) |
|
131 | 131 | if (identical(progress, TRUE) && length(year) > 1) { |
|
132 | 132 | p <- progress_bar$new(format = " downloading [:bar] :percent eta: :eta", |
|
133 | 133 | total = length(year)) |
Learn more Showing 7 files with coverage changes found.
R/get_zone_imeca.R
R/get_latest_imeca.R
R/download_archives.R
R/convert_to_index.R
R/get_station_imeca.R
R/get_station_data.R
R/utils.R
Files | Coverage |
---|---|
R | -0.53% 83.94% |
Project Totals (10 files) | 83.94% |
8abcd4e
e063ca1
2667569
a056e6a
2bb4614