Serena Defina

Results 3 issues of Serena Defina

Hi, I get the following error when I try to compute a correlation matrix using cor_auto(): `Error in nlminb(start = cache$theta, objective = minObjective, gradient = minGradient, : NA/NaN Hessian...

I am trying to have multiple references sections in my PhD thesis. This works fine in the rendered PDF (as shown in this example https://github.com/ronnyhdez/quarto_references_per_chapter) Unfortunately, I cannot get it...

This small fix prevents `selective_replacement()` from breaking on newer versions of `stringr`. `str_replace_all()` will accept a character vector as replacement instead of a single function. See https://github.com/tidyverse/stringr/issues/551