Skip to content

Commit

Permalink
Update utils.R
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Jan 3, 2023
1 parent 7e51495 commit cb4c0ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
cran_version <- lapply(pkgs[easystats_on_cran, "Version"], package_version)
local_version <- lapply(easystats_on_cran, utils::packageVersion)

behind <- mapply(">", cran_version, local_version)
behind <- Map(">", cran_version, local_version)

out <- data.frame(
package = easystats_on_cran,
Expand Down

0 comments on commit cb4c0ff

Please sign in to comment.