We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 391184d commit 841aa7eCopy full SHA for 841aa7e
2 files changed
NAMESPACE
@@ -82,6 +82,7 @@ export(log_with_separator)
82
export(logger)
83
export(skip_formatter)
84
export(with_log_threshold)
85
+importFrom(stats,setNames)
86
importFrom(utils,assignInMyNamespace)
87
importFrom(utils,assignInNamespace)
88
importFrom(utils,capture.output)
R/layouts.R
@@ -317,6 +317,7 @@ layout_json <- function(fields = default_fields()) {
317
#' )
318
319
#' \dontshow{logger:::namespaces_set(old)}
320
+#' @importFrom stats setNames
321
layout_json_parser <- function(fields = default_fields()) {
322
force(fields)
323
0 commit comments