Skip to content

Commit

Permalink
add utils to remove noise from check
Browse files Browse the repository at this point in the history
  • Loading branch information
zkamvar committed May 16, 2022
1 parent d3b460b commit a46aa31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/utils-varnish.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
varnish_vars <- function() {
ver <- function(pak) glue::glue(" ({packageVersion(pak)})")
ver <- function(pak) glue::glue(" ({utils::packageVersion(pak)})")
cfg <- function(pkg) {
desc <- packageDescription(pkg)
desc <- utils::packageDescription(pkg)
url <- desc[["RemoteUrl"]]
ref <- desc[["RemoteRef"]] %||% "HEAD" # if there is no ref, default to HEAD
vsn <- desc[["Version"]]
Expand Down

0 comments on commit a46aa31

Please sign in to comment.