if(eval.here){ profile <- purrr::map(profile, function(x) { if (stringr::str_detect(x, "here::here")) { x <- eval(rlang::parse_expr(x)) } else{ x } })