Dont think we need Cpp code for this: ```r nselog_vec <- function(truth, estimate, na_rm = TRUE, ...) { nse_vec(log(truth), log(estimate), na_rm = na_rm, ...) } ```
Dont think we need Cpp code for this: