Skip to content

Commit

Permalink
Merge branch 'extendr:main' into sysreq
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiahParry authored Jan 23, 2024
2 parents 45931e7 + be24a8f commit 7a990d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/cran-compliance.R
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ vendor_pkgs <- function(path = ".", quiet = FALSE, overwrite = NULL) {
rlang::set_names(c("source", "crate", "version")) %>%
dplyr::filter(!is.na(source)) %>%
dplyr::select(-source) %>%
dplyr::arrange(crate) # nolint: object_usage_linter
dplyr::arrange(.data$crate)

# capture vendor-config.toml content
config_toml <- vendor_res[["stdout"]] %>%
Expand Down

0 comments on commit 7a990d0

Please sign in to comment.