Test-only fix for the CRAN check failures reported against 0.1.1. No package code changed and no user-facing behaviour changed.
master. Fixtures that build a throwaway repository
and push it to a local stand-in remote spelled the branch out as
refs/heads/master, but git2r::init() honours
git’s init.defaultBranch setting – so on a machine
configured for any other name the push named a branch that had never
been created, and 26 tests failed during setup. Branch names are now
read from the fixture repository. datom’s own
.datom_git_push() already derived the branch that way and
was unaffected.Initial CRAN release. datom provides version-controlled
data management for reproducible scientific and clinical workflows —
tables are tracked as code in git while actual data lives in cloud
storage (S3) or a local filesystem backend.
datom is experimental: the API may change without a deprecation cycle until it reaches a stable release.
datom requires R >= 4.1.0.
datom-cv1 canonical hashTable identity is defined by a canonical hash of a table’s
values (datom-cv1), not by the bytes of
its parquet serialization. Hashing the serialization tied identity to
the writer: an arrow upgrade or a different compression
default produced different bytes for identical data, and therefore a
spurious new version. See vignette("design-version-shas")
for the model and the identity decisions.
data_sha values change, and there
is no migration path. Any table written by a pre-release build
carries a data_sha computed by the old algorithm. Those
values are not recomputed, converted, or reconciled — pilots should
re-onboard their data.data_sha
(content identity), metadata_sha (the version you pass to
datom_read(version = )), and parquet_sha (the
stored object’s SHA-256, verified on read before parsing).metadata.json gains hash_algo,
parquet_sha, and column_hashes — an ordered
per-column digest index from which data_sha can be
re-derived without downloading data.Three capabilities were narrowed on purpose relative to pre-release behaviour.
List and exotic columns are refused. A column must be a supported atomic type; list columns and exotic classes now abort the write with actionable
advice. See datom_check_hashable() for a pre-flight
check.
datom_sync() accepts only allowlisted
formats. Flat tabular files only (csv, tsv, parquet, sas7bdat,
xpt, sav, dta, xls, xlsx). Read unsupported formats yourself and pass
the data frame to datom_write().
Internal sort_columns /
sort_rows removed. Row and column order are
significant; sort explicitly before writing if order should not
matter.
See the reference index for the complete exported surface at 0.1.0.
Need a high-speed mirror for your open-source project?
Contact our mirror admin team at info@clientvps.com.
This archive is provided as a free public service to the community.
Proudly supported by infrastructure from VPSPulse , RxServers , BuyNumber , UnitVPS , OffshoreName and secure payment technology by ArionPay.