RainCloudPlots/RainCloudPlots

Error: Failed to timestamp the image result

Santibel opened this issue · 0 comments

hello, i am sorry but maybe you can help me with this error :
I am getting: "Failed to timestamp the image result" , while executing the flowjo plugin and selecting a categorical parameter.
Ofnote, if i do not choose a categorical parameter everything works fine.

This is the error i get inside the script:

[1] "EventNumber Detected - This is FlowJo"
Error: Can't bind data because some arguments have the same name
<error/rlang_error>
Can't bind data because some arguments have the same name
Backtrace:
x

  1. -input %>% select(EventNumberDP, everything())
  2. +-base::withVisible(eval(quote(_fseq(_lhs)), env, env))
  3. -base::eval(quote(_fseq(_lhs)), env, env)
  4. \-base::eval(quote(`_fseq`(`_lhs`)), env, env)
    
  5.   \-`_fseq`(`_lhs`)
    
  6.     \-magrittr::freduce(value, `_function_list`)
    
  7.       +-base::withVisible(function_list[[k]](value))
    
  8.       \-function_list[[k]](value)
    
  9.         +-dplyr::select(., EventNumberDP, everything())
    
  10.         \-dplyr:::select.data.frame(., EventNumberDP, everything())
    
  11.           \-tidyselect::vars_select(tbl_vars(.data), !!!enquos(...))
    
  12.             \-tidyselect:::vars_select_eval(.vars, quos)
    
  13.               \-rlang::child_env(data_helpers_env, !!!data)
    
  14.                 \-rlang:::env_bind_impl(env, list2(.
    

Execution halted