Error in offspring.tbl_tree_item(.data = .data, .node = .node, tiponly = tiponly, : could not find function "offspring.tbl_tree_item"
Unfortunately when I visit the URL mentioned in the output (http://127.0.0.1:7074/) I get only the text: ERROR: could not find function "windowsFonts"' And I see the same error at the end of the output in R. I'm not very familiar with R so I'm not sure how to proceed debuggi...
The error is not reproducible with my session below. Let's keep this issue open suppressPackageStartupMessages(library(ggpubr))sp<-ggscatter(mtcars,x="wt",y="mpg",add="reg.line")sp+stat_cor(label.x=3,p.accuracy=0.001,r.accuracy=0.01)#> `geom_smooth()` using formula 'y ~ x' Cr...