Skip to content

Commit

Permalink
Improve embedding
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Apr 4, 2024
1 parent 6a340f7 commit 67e6347
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/embed.R
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ embed <- local({
stringsAsFactors = FALSE,
ref = rpkg,
package = pkg_name,
required = unname(vers),
required_sha = sha,
required = unname(unlist(vers)),
required_sha = unlist(sha),
current = crnt$version[wh],
current_sha = crnt$sha[wh]
)
Expand Down

0 comments on commit 67e6347

Please sign in to comment.