Skip to content

Commit

Permalink
fix: possibly fixed a bug when features string is very large
Browse files Browse the repository at this point in the history
  • Loading branch information
paithiov909 committed Apr 25, 2024
1 parent ebec170 commit 34b40c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: gibasa
Title: An Alternative 'Rcpp' Wrapper of 'MeCab'
Version: 1.1.0.9003
Version: 1.1.0.9004
Authors@R: c(
person("Akiru", "Kato", , "paithiov909@gmail.com", role = c("aut", "cre")),
person("Shogo", "Ichinose", role = "aut"),
Expand Down
1 change: 0 additions & 1 deletion R/prettify.R
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ prettify <- function(tbl,
stringi::stri_c(into, collapse = ","),
dplyr::pull(tbl, {{ col }})
) %>%
stringi::stri_c(collapse = "\n") %>%
I() %>%
readr::read_delim(
delim = delim,
Expand Down

0 comments on commit 34b40c6

Please sign in to comment.