bcdata icon indicating copy to clipboard operation
bcdata copied to clipboard

An R package for searching & retrieving data from the B.C. Data Catalogue

Results 38 bcdata issues
Sort by recently updated
recently updated
newest added

We see * checking tests ... ``` Running ‘testthat.R’ ERROR Running the tests in ‘tests/testthat.R’ failed. Last 13 lines of output: 5. └─base::lapply(...) 6. └─bcdata (local) FUN(X[[i]], ...) 7. ├─rlang::new_quosure(...)...

Prepare for release: * [x] Check [current CRAN check results](https://cran.rstudio.org/web/checks/check_results_bcdata.html) * [x] [Polish NEWS](https://style.tidyverse.org/news.html#news-release) * [x] `devtools::build_readme()` * [x] `urlchecker::url_check()` * [x] `devtools::check(remote = TRUE, manual = TRUE)` * [x]...

Looks good to me. Eventually we also should probably consider dropping the dplyr dependency by registering the methods at load time like arrow does. Thanks for this. _Originally posted by...

Running examples takes over 5s in check

@boshek we could consider using the new field `bcdc_type` in the resource tibble: ```r type = safe_map_chr(x, "bcdc_type"), ``` [See here](https://github.com/bcgov/ckan-ui/blob/pages/pages/beta_schema_changes.md#document-and-tabular-data-resource-level-changes). It lists each resource as geographic, tabular, application, or...

[This is probably unnecessarily convoluted](https://github.com/bcgov/bcdata/blob/master/R/describe-feature.R#L78), and there is an `outputFormat=application/json` option that is probably easier to parse than the xml and has more info. There are some differences in the...

enhancement
wfs

httr2 has a more likely longterm maintenance plan, and possibly good async with `multi_req_perform()`

``` r library(bcdata) x Error in structure(list(id = c("a", "b")), class = "data.frame", row.names = c(NA, : invalid subscript type 'closure' traceback() #> 11: eval_bare(x, .env) #> 10: .f(.x[[i]], ...)...

bug

Match look and feel of new catalogue API

documentation