File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -681,7 +681,7 @@ srv_distribution <- function(id,
681681 )
682682 )
683683
684- qenv <- teal.code :: eval_code(qenv , ' library("forcats");library("ggpp") ' ) # nolint quotes
684+ qenv <- teal.code :: eval_code(qenv , ' library("forcats")' ) # nolint quotes
685685 qenv <- teal.code :: eval_code(
686686 qenv ,
687687 substitute(
@@ -891,6 +891,7 @@ srv_distribution <- function(id,
891891 }
892892
893893 if (length(t_dist ) != 0 && main_type_var == " Density" && length(g_var ) == 0 && length(s_var ) == 0 ) {
894+ qenv <- teal.code :: eval_code(qenv , ' library("ggpp")' ) # nolint quotes
894895 qenv <- teal.code :: eval_code(
895896 qenv ,
896897 substitute(
@@ -1035,6 +1036,7 @@ srv_distribution <- function(id,
10351036 )
10361037
10371038 if (length(t_dist ) != 0 && length(g_var ) == 0 && length(s_var ) == 0 ) {
1039+ qenv <- teal.code :: eval_code(qenv , ' library("ggpp")' ) # nolint quotes
10381040 qenv <- teal.code :: eval_code(
10391041 qenv ,
10401042 substitute(
You can’t perform that action at this time.
0 commit comments