Skip to content

Commit 841aa7e

Browse files
committed
import setNames
1 parent 391184d commit 841aa7e

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ export(log_with_separator)
8282
export(logger)
8383
export(skip_formatter)
8484
export(with_log_threshold)
85+
importFrom(stats,setNames)
8586
importFrom(utils,assignInMyNamespace)
8687
importFrom(utils,assignInNamespace)
8788
importFrom(utils,capture.output)

R/layouts.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ layout_json <- function(fields = default_fields()) {
317317
#' )
318318
#' )
319319
#' \dontshow{logger:::namespaces_set(old)}
320+
#' @importFrom stats setNames
320321
layout_json_parser <- function(fields = default_fields()) {
321322
force(fields)
322323

0 commit comments

Comments
 (0)