Closed krlmlr closed 5 months ago
oh no, sorry about that :(
I don't find the duckplyr:::meta_replay()
(3 colons) function in neither the CRAN or dev version, is it on a branch ?
I think something just went wrong with the installation because I see it when I clone it but I get this after installing from GitHub with devtools::install_github()
packageVersion("duckplyr")
#> [1] '0.4.0.9002'
duckplyr:::meta_replay
#> Error in eval(expr, envir, enclos): object 'meta_replay' not found
FWIW pak::pak()
was freezing so I couldn't use it.
Oh yeah, you need to clone and then R CMD INSTALL .
, the "meta" code is rbuildignore-d .
1.0.0
Created on 2024-07-03 with reprex v2.1.0
0.3.0
Created on 2024-07-03 with reprex v2.1.0