Open falexwolf opened 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
Never calling db$finish()
interactively would solve the problem.
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.