Closed paulimer closed 1 year ago
I'm also having this problem. :( Does anyone know a solution to get the writeBambuOutput() outputs?
Hi @paulimer @gabee-chan , thanks for pointing this problem out! It turns out this error was related to the update of package dplyr, there are two solutions to this: 1) use the older version of dplyr 2) use the bug fix branch for now
While we are updating the release branch, please do try out the solutions and let us know if the error persists.
I will also come back again to this issue once we have updated the release branch
Hi here, the bug is now fixed in the release branch, I will close this issue now. Thank you!
Hi all, With the test code of the README, followed by the line
produces the error
which seems to be produced by this line. From what I've seen the
all = TRUE
argument is a validdplyr::left_join
argument. Perhaps it was the case in a previous dplyr version? Thanks in advance!