akoyabio / phenoptrReports

Create analysis reports from inForm data.
https://akoyabio.github.io/phenoptrReports
zlib License
15 stars 7 forks source link

Mean of top 20/Bottom 10% not loading explorer #61

Open jpo-costa opened 1 year ago

jpo-costa commented 1 year ago

I'm having an issue where it doesn't load the file explorer after I try to add my merged seg files. I get this error:

Listening on http://127.0.0.1:7069 Warning: Error in : 'choose.files' is not an exported object from 'namespace:utils' 3: shiny::runApp 2: shiny::runGadget 1: phenoptrReports:::addin_60_mean_of_top_and_bottom_cells

Any idea? I'm using phenoptrReports 0.3.3 and phenoptr 0.3.2

rezapour20882 commented 1 year ago

your R "utils" does not have "choose.files" function which is part of the phenoptrReports:::addin_60_mean_of_top_and_bottom_cells function you are using. The issue is not related to the phenoptrReports package but the way utils is installed in your PC. Are you using Windows? you might use the equivalent function of "mean_of_top_and_bottom_cells_report" which does not use choose.files. For more info about that function type "?mean_of_top_and_bottom_cells_report". Please let me know if you have any further question.

Thanks, MR

jpo-costa commented 1 year ago

Any other options? I'm still having the same issues