Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with Report #3

Closed
ghost opened this issue Jan 11, 2021 · 8 comments
Closed

Problems with Report #3

ghost opened this issue Jan 11, 2021 · 8 comments
Assignees

Comments

@ghost
Copy link

ghost commented Jan 11, 2021

Hi!

Im trying to get the report and I get this error:

Listening on http://127.0.0.1:4554
-- Sending report to /var/folders/sy/4mzmjcq17txbv3vnznqk2v5c0000gn/T//RtmpHv8asR --
-- Removing /var/folders/sy/4mzmjcq17txbv3vnznqk2v5c0000gn/T//RtmpHv8asR/me_report.Rmd--
-- entering my report generator --
-- creating header --
-- setting toc ----- data processing ----- header created! --
-- build intro text --
-- merged code --
gen report try value: try-error

Im using R version 4.0.3 on macOs Catalina.

Any suggestion?

Best wishes!

A. Galiana

@zoecastillo
Copy link
Owner

I just updated my own system (same R version, also Catalina) and can still generate the reports.
So, it's not related to the R version or OS.

Could you please post your sessionInfo() after running runMicrobiomeExplorer()?
It looks like the knitting or rendering step is not starting properly, but I don't know why. I had someone else report a similar issue from a windows environment.

Thank you!

@zoecastillo zoecastillo self-assigned this Jan 14, 2021
@ghost
Copy link
Author

ghost commented Jan 15, 2021 via email

@zoecastillo
Copy link
Owner

Thank you!

Could you please try loading the knitr and rmarkdown packages explicitly before running runMicrobiomeExplorer()?
Those contain the functions we call to generate the reports, so it would be good to see which versions those are.

Another thing you could try is to look at the temp folder shown in the error reported after you attempt to generate the report while the application is still running. (above it is "/var/folders/sy/4mzmjcq17txbv3vnznqk2v5c0000gn/T//RtmpHv8asR", but this will be different every time you run the app). If that works, can you see any me_report.* files in there?

Best,

Janina

@ghost
Copy link
Author

ghost commented Jan 18, 2021 via email

@ghost
Copy link
Author

ghost commented Jan 18, 2021 via email

@zoecastillo
Copy link
Owner

Thank you,

Those are the same versions my system uses. I will have to do some more testing to see if I can figure out what causes the problem. The only other thing I could think about right now would be pandoc, but if you can run knit markdown documents, it should be there (I think). But just in case, could you please check if pandoc is installed and findable in your system.

If it is, I will have to get back to you.

@ghost
Copy link
Author

ghost commented Jan 20, 2021 via email

@zoecastillo
Copy link
Owner

Thank you very much for sharing this!

I am very glad you were able to figure out the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant