Skip to content

Commit ab8bd4d

Browse files
committed
check errors
1 parent e2fee14 commit ab8bd4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: R/outdated-pkgs.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ outdated_pkgs <- function() {
5656
t(outdated_pkg_mat) %>%
5757
as.data.frame(stringsAsFactors = FALSE) %>%
5858
as.list() %>%
59-
purrr::map(\(x) purrr::set_names(x, fields_names))
59+
purrr::map(function(x) purrr::set_names(x, fields_names))
6060

6161
# Stop early for pak update before
6262
if (rlang::has_name(outdated_pkg, "pak")) {

0 commit comments

Comments
 (0)