tidyverse/duckplyr

Stabilize rendering of README

Closed this issue · 5 comments

krlmlr commented

We need an output hook (?) that normalizes all 0x..... strings. Also need to use only queries with stable sort order, or set the DUCKPLYR_OUTPUT_ORDER env var to TRUE.

maelle commented

Notes to self.

What's used in the snapshot test of the same piece of code

transform = function(x) gsub("0x[0-9a-f]+", "0xdeadbeef", x),

I'm hoping to instead be able to use an escape hatch / test switch.

maelle commented

👀 "DUCKPLYR_META_SKIP"

maelle commented

Installing duckdb took a while. I'm back to this problem now that it's done and will set a knitr hook for the sake of simplicity since the environment variable wasn't actually the right switch.

maelle commented

ouch but the output is from cat()