Skip to content

Commit 5dc35e4

Browse files
Merge pull request #688 from lorenzwalthert/fix-create-tree
- Make sure create_tree works also when caching is activated (#688).
2 parents e1cdd59 + c914c35 commit 5dc35e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/nested-to-tree.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#' @importFrom purrr when
88
#' @keywords internal
99
create_tree <- function(text, structure_only = FALSE) {
10-
compute_parse_data_nested(text) %>%
10+
compute_parse_data_nested(text, transformers = NULL) %>%
1111
pre_visit(c(default_style_guide_attributes)) %>%
1212
create_tree_from_pd_with_default_style_attributes(structure_only)
1313
}

0 commit comments

Comments
 (0)