Skip to content

Commit e1e942c

Browse files
committed
Remove redundant tibble::lst() import
1 parent cf06cc1 commit e1e942c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

NAMESPACE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,5 @@ importFrom(purrr,pwalk)
2727
importFrom(purrr,reduce)
2828
importFrom(purrr,when)
2929
importFrom(rlang,seq2)
30-
importFrom(tibble,lst)
3130
importFrom(utils,tail)
3231
importFrom(utils,write.table)

R/style_rmd.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ transform_rmd <- function(lines, transformer_fun) {
3232
#'
3333
#' @importFrom purrr map2
3434
#' @importFrom rlang seq2
35-
#' @importFrom tibble lst
3635
identify_chunks <- function(lines) {
3736
pattern <- get_knitr_pattern(lines)
3837
if (is.null(pattern$chunk.begin) || is.null(pattern$chunk.end)) {

0 commit comments

Comments
 (0)