Florian Mayer
Florian Mayer
## Problem * https://forum.getodk.org/t/problems-with-image-filename-when-downloading-images-with-ruodk/50225/ * See warnings about pitfalls at https://docs.getodk.org/central-forms/#updating-forms-to-a-new-version * #129 might be related * https://docs.getodk.org/central-api-submission-management/#exporting-form-submissions-to-csv-via-post ## ruODK function(s) used * `odata_submission_get()` which uses `form_schema()` ## Unexpected behaviour...
## Feature Currently we use different approaches to turn nested lists into tibbles. Is it worth harmonising the approaches? Is there a best, most canonical/readable/maintainable way? ``` # odata_entitylist_service_get: ds$value...
## Scenario I want to import data, run some QA on it, then repeat the import until I accept QA. My data refresh frequency is quarterly, so I have plenty...
## Feature https://discuss.ropensci.org/t/ropensci-please-shut-up-verbosity-control-in-packages/3790 https://usethis.r-lib.org/reference/ui.html?q=usethis.quiet#silencing-output - [ ] Provide package-level option to silence output (e.g. via option) - [ ] Refactor messages to use `usethis::ui_*` functions (drop cli and crayon dependencies)...
Some preliminary pointers - for each, verify against CKAN docs, test examples: ### Implemented in `ckanr` but missing from CKAN 2.11 docs - `package_revision_list` removed in 2.9 - `related_create` -...