laminlabs / laminr

R client for LaminDB.
http://laminr.lamin.ai/
Apache License 2.0
8 stars 1 forks source link

Hash inconsistency between calling db$finish() and knitting the html #104

Open falexwolf opened 4 days ago

falexwolf commented 4 days ago

Upon knitting the html and no changes to the source code, we don't want throw an error and require bumping the version.

This is likely an issue within lamindb where it does this because it assumes re-execution will change the source code hash.

I'll look into this.

falexwolf commented 4 days ago

Probably not. Probably @rcannood made a small change to the source code between knitting and calling db$finish()

The .Rmd is currently categorized as a "script" because Robrecht used lamindb 0.76.16 and I only fixed this in lamindb 0.77

image
falexwolf commented 1 day ago

Never calling db$finish() interactively would solve the problem.