frictionless-r
frictionless-r copied to clipboard
R package to read and write Frictionless Data Packages
I notice in #16 you switched from `col_integer()` to col_double() to avoid integer overflow. readr doesn't support big integers, but vroom does via `vroom::col_big_integer()`: https://vroom.r-lib.org/articles/vroom.html#column-types We may want to try...
CHANGELOG: https://datapackage.org/overview/changelog/#table-dialect-new CHANGELOG: https://datapackage.org/overview/changelog/#dialectschema-new [Table Dialect](https://datapackage.org/standard/table-dialect/) is the follow up of [CSV Dialect](https://specs.frictionlessdata.io/csv-dialect/) and broader in scope. - [ ] Check `$schema` - [ ] If not provided, assume v1...
As part of the update to Frictionless v2, all links in the documentation to specs.frictionlessdata.io should be updated to datapackage.org.
CHANGELOG: https://datapackage.org/overview/changelog/#schemafieldsmatch-new TODO list to be described. Note that when not provided, `schema.fieldMatch` defaults to `exact`, which is the v1 behaviour.
### [resource.sources (updated)](https://datapackage.org/overview/changelog/#resourcesources-updated) - [x] no functional changes (just updated in returned package object) - [x] no documentation changes (not mentioned) - [x] no example changes (property not included) ###...
CHANGELOG: https://datapackage.org/overview/changelog/#datetime-field-type-updated - [ ] I think this is already supported in https://github.com/frictionlessdata/frictionless-r/blob/72b86941a15f84b1ca1416e2c4d48ee73d3fd3ff/tests/testthat/data/types.json#L249, but maybe not as the default `format` - [ ] Update documentation - [ ] Add test
CHANGELOG: https://datapackage.org/overview/changelog/#packageschema-new - [ ] Requires #225 - [ ] Check `$schema` - [ ] If not provided, look for `profile` - [ ] If no `profile`, assume v1 -...
CHANGELOG: https://datapackage.org/standard/data-resource/#type - [ ] Requires #225 - [ ] If not provided, look for `profile` first. If set to `tabular-data-resource`, assume `table` - [ ] If not provided, then...
CHANGELOG: https://datapackage.org/overview/changelog/#schemaschema-new - [ ] Requires #225 - [ ] Check `$schema` - [ ] If not provided, assume v1 - [ ] If no `profile`, assume v1 - [...
CHANGELOG: [schema.missingValues (updated)](https://datapackage.org/overview/changelog/#schemamissingvalues-updated) See also #174 - [ ] Implement with interlacer package and #213 - [ ] Add tests - [ ] Update documentation