File tree Expand file tree Collapse file tree 5 files changed +3
-5
lines changed Expand file tree Collapse file tree 5 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ Imports:
34
34
wordcloud2,
35
35
ggthemes,
36
36
ggplot2,
37
- purrrlyr,
38
37
rlang,
39
38
tibble,
40
39
RColorBrewer,
Original file line number Diff line number Diff line change @@ -90,7 +90,6 @@ import(jsonlite)
90
90
import(lubridate)
91
91
import(memoise)
92
92
import(purrr)
93
- import(purrrlyr)
94
93
import(readr)
95
94
import(readxl)
96
95
import(rlang)
Original file line number Diff line number Diff line change @@ -5219,7 +5219,7 @@ dictionary_ft_codebook <-
5219
5219
col_count <- ncol(df_terms )
5220
5220
5221
5221
df_terms <-
5222
- df_terms %> % purrrlyr :: by_row(is.na ) %> % mutate(pctNA = (.out %> % map_dbl(sum )) / col_count ) %> %
5222
+ df_terms %> % by_row(is.na ) %> % mutate(pctNA = (.out %> % map_dbl(sum )) / col_count ) %> %
5223
5223
filter(pctNA < 1 ) %> %
5224
5224
dplyr :: select(- c(.out , pctNA ))
5225
5225
@@ -5404,7 +5404,7 @@ dictionary_ft_codebook <-
5404
5404
# ' @param nest_data if \code{TRUE} returns a nested \code{tibble()}
5405
5405
# ' @param return_message if \code{TRUE} returns a message
5406
5406
# '
5407
- # ' @import tidyr dplyr rlang highcharter trelliscopejs anytime lubridate purrr purrrlyr tibble glue stringr jsonlite
5407
+ # ' @import tidyr dplyr rlang highcharter trelliscopejs anytime lubridate purrr tibble glue stringr jsonlite
5408
5408
# ' @return a \code{tibble} or a form of visualization
5409
5409
# ' @export
5410
5410
# '
@@ -5602,7 +5602,7 @@ ft_v2_api <-
5602
5602
# '
5603
5603
# ' @return
5604
5604
# ' @export
5605
- # ' @import tidyr dplyr rlang highcharter trelliscopejs anytime lubridate purrr purrrlyr tibble glue stringr jsonlite
5605
+ # ' @import tidyr dplyr rlang highcharter trelliscopejs anytime lubridate purrr tibble glue stringr jsonlite
5606
5606
# ' @examples
5607
5607
generate_trelliscope_bundle <-
5608
5608
function (include_image_panel = TRUE ,
You can’t perform that action at this time.
0 commit comments