Last updated on 2021-11-24 07:49:06 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.0 | 2.94 | 42.94 | 45.88 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.2.0 | 2.33 | 33.99 | 36.32 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.2.0 | 70.03 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 60.37 | ERROR | |||
r-devel-windows-x86_64-new-UL | 0.2.0 | 8.00 | 98.00 | 106.00 | ERROR | |
r-devel-windows-x86_64-new-TK | 0.2.0 | ERROR | ||||
r-devel-windows-x86_64-old | 0.2.0 | 5.00 | 80.00 | 85.00 | ERROR | |
r-patched-linux-x86_64 | 0.2.0 | 2.87 | 43.77 | 46.64 | ERROR | |
r-patched-solaris-x86 | 0.2.0 | 67.30 | NOTE | |||
r-release-linux-x86_64 | 0.2.0 | 2.67 | 43.95 | 46.62 | ERROR | |
r-release-macos-arm64 | 0.2.0 | NOTE | ||||
r-release-macos-x86_64 | 0.2.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.2.0 | 17.00 | 77.00 | 94.00 | ERROR | |
r-oldrel-macos-x86_64 | 0.2.0 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.2.0 | 7.00 | 81.00 | 88.00 | OK |
Version: 0.2.0
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64-new-UL, r-devel-windows-x86_64-new-TK, r-devel-windows-x86_64-old, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-ix86+x86_64
Version: 0.2.0
Check: examples
Result: ERROR
Running examples in 'rKolada-Ex.R' failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: municipality_extract_ids
> ### Title: Extract a vector of municipality ID strings from a Kolada
> ### municipality table
> ### Aliases: municipality_extract_ids
>
> ### ** Examples
>
> # Download Kolada data for all municipalities of type "L"
> # (regions and national total) for KPI "N00002" and all available years
> munic_filter <- get_municipality() %>%
+ municipality_search("L", column = "type")
>
> kld_data <- get_values(
+ kpi = "N00002",
+ municipality = municipality_extract_ids(munic_filter)
+ )
Error: Column `values` not found in `.data`
Backtrace:
x
1. +-rKolada::get_values(kpi = "N00002", municipality = municipality_extract_ids(munic_filter))
2. | \-vals %>% tidyr::unnest(cols = c(.data$values))
3. +-tidyr::unnest(., cols = c(.data$values))
4. +-tidyr:::unnest.data.frame(., cols = c(.data$values))
5. | \-tidyselect::eval_select(enquo(cols), data)
6. | \-tidyselect:::eval_select_impl(...)
7. | +-tidyselect:::with_subscript_errors(...)
8. | | +-base::tryCatch(...)
9. | | | \-base:::tryCatchList(expr, classes, parentenv, handlers)
10. | | | \-base:::tryCatchOne(expr, names, parentenv, handlers[[1L]])
11. | | | \-base:::doTryCatch(return(expr), name, parentenv, handler)
12. | | \-tidyselect:::instrument_base_errors(expr)
13. | | \-base::withCallingHandlers(...)
14. | \-tidyselect:::vars_select_eval(...)
15. | \-tidyselect:::walk_data_tree(expr, data_mask, context_mask)
16. | \-tidyselect:::eval_c(expr, data_mask, context_mask)
17. | \-tidyselect:::reduce_sels(node, data_mask, context_mask, init = init)
18. | \-tidyselect:::walk_data_tree(new, data_mask, context_mask)
19. | \-base::eval(expr, data_mask)
20. | \-base::eval(expr, data_mask)
21. | +-values
22. | \-rlang:::`$.rlang_data_pronoun`(.data, values)
23. | \-rlang:::data_pronoun_get(x, nm)
24. \-rlang:::abort_data_pronoun(x)
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.2.0
Check: examples
Result: ERROR
Running examples in ‘rKolada-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: municipality_extract_ids
> ### Title: Extract a vector of municipality ID strings from a Kolada
> ### municipality table
> ### Aliases: municipality_extract_ids
>
> ### ** Examples
>
> # Download Kolada data for all municipalities of type "L"
> # (regions and national total) for KPI "N00002" and all available years
> munic_filter <- get_municipality() %>%
+ municipality_search("L", column = "type")
>
> kld_data <- get_values(
+ kpi = "N00002",
+ municipality = municipality_extract_ids(munic_filter)
+ )
Error: Column `values` not found in `.data`
Backtrace:
█
1. ├─rKolada::get_values(kpi = "N00002", municipality = municipality_extract_ids(munic_filter))
2. │ └─vals %>% tidyr::unnest(cols = c(.data$values))
3. ├─tidyr::unnest(., cols = c(.data$values))
4. ├─tidyr:::unnest.data.frame(., cols = c(.data$values))
5. │ └─tidyselect::eval_select(enquo(cols), data)
6. │ └─tidyselect:::eval_select_impl(...)
7. │ ├─tidyselect:::with_subscript_errors(...)
8. │ │ ├─base::tryCatch(...)
9. │ │ │ └─base:::tryCatchList(expr, classes, parentenv, handlers)
10. │ │ │ └─base:::tryCatchOne(expr, names, parentenv, handlers[[1L]])
11. │ │ │ └─base:::doTryCatch(return(expr), name, parentenv, handler)
12. │ │ └─tidyselect:::instrument_base_errors(expr)
13. │ │ └─base::withCallingHandlers(...)
14. │ └─tidyselect:::vars_select_eval(...)
15. │ └─tidyselect:::walk_data_tree(expr, data_mask, context_mask)
16. │ └─tidyselect:::eval_c(expr, data_mask, context_mask)
17. │ └─tidyselect:::reduce_sels(node, data_mask, context_mask, init = init)
18. │ └─tidyselect:::walk_data_tree(new, data_mask, context_mask)
19. │ └─base::eval(expr, data_mask)
20. │ └─base::eval(expr, data_mask)
21. │ ├─values
22. │ └─rlang:::`$.rlang_data_pronoun`(.data, values)
23. │ └─rlang:::data_pronoun_get(x, nm)
24. └─rlang:::abort_data_pronoun(x)
Execution halted
Flavors: r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.2.0
Check: examples
Result: ERROR
Running examples in ‘rKolada-Ex.R’ failed
The error most likely occurred in:
> ### Name: municipality_extract_ids
> ### Title: Extract a vector of municipality ID strings from a Kolada
> ### municipality table
> ### Aliases: municipality_extract_ids
>
> ### ** Examples
>
> # Download Kolada data for all municipalities of type "L"
> # (regions and national total) for KPI "N00002" and all available years
> munic_filter <- get_municipality() %>%
+ municipality_search("L", column = "type")
>
> kld_data <- get_values(
+ kpi = "N00002",
+ municipality = municipality_extract_ids(munic_filter)
+ )
Error: Column `values` not found in `.data`
Backtrace:
█
1. ├─rKolada::get_values(kpi = "N00002", municipality = municipality_extract_ids(munic_filter))
2. │ └─vals %>% tidyr::unnest(cols = c(.data$values))
3. ├─tidyr::unnest(., cols = c(.data$values))
4. ├─tidyr:::unnest.data.frame(., cols = c(.data$values))
5. │ └─tidyselect::eval_select(enquo(cols), data)
6. │ └─tidyselect:::eval_select_impl(...)
7. │ ├─tidyselect:::with_subscript_errors(...)
8. │ │ ├─base::tryCatch(...)
9. │ │ │ └─base:::tryCatchList(expr, classes, parentenv, handlers)
10. │ │ │ └─base:::tryCatchOne(expr, names, parentenv, handlers[[1L]])
11. │ │ │ └─base:::doTryCatch(return(expr), name, parentenv, handler)
12. │ │ └─tidyselect:::instrument_base_errors(expr)
13. │ │ └─base::withCallingHandlers(...)
14. │ └─tidyselect:::vars_select_eval(...)
15. │ └─tidyselect:::walk_data_tree(expr, data_mask, context_mask)
16. │ └─tidyselect:::eval_c(expr, data_mask, context_mask)
17. │ └─tidyselect:::reduce_sels(node, data_mask, context_mask, init = init)
18. │ └─tidyselect:::walk_data_tree(new, data_mask, context_mask)
19. │ └─base::eval(expr, data_mask)
20. │ └─base::eval(expr, data_mask)
21. │ ├─values
22. │ └─rlang:::`$.rlang_data_pronoun`(.data, values)
23. │ └─rlang:::data_pronoun_get(x, nm)
24. └─rlang:::abort_data_pronoun(x)
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64-new-UL, r-devel-windows-x86_64-new-TK
Version: 0.2.0
Check: examples
Result: ERROR
Running examples in 'rKolada-Ex.R' failed
The error most likely occurred in:
> ### Name: municipality_extract_ids
> ### Title: Extract a vector of municipality ID strings from a Kolada
> ### municipality table
> ### Aliases: municipality_extract_ids
>
> ### ** Examples
>
> # Download Kolada data for all municipalities of type "L"
> # (regions and national total) for KPI "N00002" and all available years
> munic_filter <- get_municipality() %>%
+ municipality_search("L", column = "type")
>
> kld_data <- get_values(
+ kpi = "N00002",
+ municipality = municipality_extract_ids(munic_filter)
+ )
Error: Column `values` not found in `.data`
Backtrace:
x
1. +-rKolada::get_values(kpi = "N00002", municipality = municipality_extract_ids(munic_filter))
2. | \-vals %>% tidyr::unnest(cols = c(.data$values))
3. +-tidyr::unnest(., cols = c(.data$values))
4. +-tidyr:::unnest.data.frame(., cols = c(.data$values))
5. | \-tidyselect::eval_select(enquo(cols), data)
6. | \-tidyselect:::eval_select_impl(...)
7. | +-tidyselect:::with_subscript_errors(...)
8. | | +-base::tryCatch(...)
9. | | | \-base:::tryCatchList(expr, classes, parentenv, handlers)
10. | | | \-base:::tryCatchOne(expr, names, parentenv, handlers[[1L]])
11. | | | \-base:::doTryCatch(return(expr), name, parentenv, handler)
12. | | \-tidyselect:::instrument_base_errors(expr)
13. | | \-base::withCallingHandlers(...)
14. | \-tidyselect:::vars_select_eval(...)
15. | \-tidyselect:::walk_data_tree(expr, data_mask, context_mask)
16. | \-tidyselect:::eval_c(expr, data_mask, context_mask)
17. | \-tidyselect:::reduce_sels(node, data_mask, context_mask, init = init)
18. | \-tidyselect:::walk_data_tree(new, data_mask, context_mask)
19. | \-base::eval(expr, data_mask)
20. | \-base::eval(expr, data_mask)
21. | +-values
22. | \-rlang:::`$.rlang_data_pronoun`(.data, values)
23. | \-rlang:::data_pronoun_get(x, nm)
24. \-rlang:::abort_data_pronoun(x)
Execution halted
Flavors: r-devel-windows-x86_64-old, r-release-windows-ix86+x86_64