Skip to content

Commit

Permalink
data_frame
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-s committed Sep 6, 2024
1 parent b2ea819 commit 63a38c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/pkgdepends/R/system-packages.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ parse_dpkg_query_output <- function(lines) {
provides <- lapply(provides, sub, pattern = "[ ].*$", replacement = "")
provides <- lapply(provides, function(x) x[x != ""])
# sorted by default
data.frame(
data_frame(
status = status,
package = package,
version = version,
Expand Down

0 comments on commit 63a38c5

Please sign in to comment.