phylotastic / datelife

R package containing datelife's core functionality
http://phylotastic.org/datelife/
13 stars 11 forks source link

warning: lazy data db without compression #76

Closed LunaSare closed 8 months ago

LunaSare commented 2 years ago

We sometimes have issues loading the opentree_chronograms database object.

Possible fix in https://stackoverflow.com/questions/70503726/warning-lazydata-db-of-mb-without-lazydatacompression-set

LunaSare commented 8 months ago

Fixed in https://github.com/phylotastic/datelife/commit/f17b12986febf892c3891ee0bbe0e957523360e3

Caused by change of Lazy Data type on Description from "true" to "xz" here: https://github.com/phylotastic/datelife/blob/0c6a07a7876e2a8442a05472ed8fb7549764ab01/DESCRIPTION#L72

without updating the actual compression of object, as fixed here: https://github.com/phylotastic/datelife/blob/f17b12986febf892c3891ee0bbe0e957523360e3/R/opentree_chronograms.R#L66