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

Last gggenomes example failed with mysterious error #43

Closed
thackl opened this issue Feb 8, 2021 · 5 comments
Closed

Last gggenomes example failed with mysterious error #43

thackl opened this issue Feb 8, 2021 · 5 comments
Labels
documentation Doc needs more work

Comments

@thackl
Copy link
Owner

thackl commented Feb 8, 2021

https://thackl.github.io/gggenomes/reference/gggenomes.html

After reading the second file apparently successful, it just says "Error:" but without any error message...

@thackl thackl added the documentation Doc needs more work label Feb 8, 2021
@iimog
Copy link
Collaborator

iimog commented Feb 18, 2021

This is strange. I don't know why this happens. When I build locally it works (with some warnings). Not sure if warnings are treated as errors in this context but I don't think so.
local_build

@thackl
Copy link
Owner Author

thackl commented Feb 18, 2021

It seems to be an issue with read_gff. Same happens here https://thackl.github.io/gggenomes/reference/read_tracks.html. There are no warnings, though, from read_gff on local builds. The read_paf warnings are unrelated, I think.

Why read_gff fails on CI build, I don't have a clue...

@iimog
Copy link
Collaborator

iimog commented Feb 18, 2021

Okay, looking into it a bit more. Debugging GitHub actions is not straightforward. This looks promising but does not work because I get denied errors from rstudio cdn: https://github.com/nektos/act
This also might be an idea but is rather hacky: https://dev.to/retyui/how-debugging-github-actions-with-ssh-273n
So my suggestion would be to upgrade R in the action from 4.0.0 to 4.0.4 to see if some bug that has since been fixed causes this error.

@thackl
Copy link
Owner Author

thackl commented Feb 18, 2021

Sound like a good plan to me.

iimog added a commit that referenced this issue Feb 18, 2021
@thackl
Copy link
Owner Author

thackl commented Feb 19, 2021

Actual problem is a bug in across() dplyr-1.0.4 tidyverse/dplyr#5765. dplyr-1.0.4-dev works. Fixed dplyr-1.0.5 about to be released.

@thackl thackl closed this as completed Feb 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Doc needs more work
Projects
None yet
Development

No branches or pull requests

2 participants