Geoffrey Poole

Results 4 comments of Geoffrey Poole

I have run into this bug too.... Have you considered using a REGEX for your pattern matching in `grep`? You could return "T" for any instance of "low" UNLESS it...

Issue was confirmed on stack overflow prior to report: https://stackoverflow.com/questions/77809420/bug-gradethisgrade-this-code-fails-in-code-check-chunk

Hey @kbenoit. I was able to figure out the PR. The fix I implemented was pretty basic. As far as I could tell, there were two file types -- docx...

suppressWarnings() doesn't work: ![Image](https://github.com/user-attachments/assets/8dbfbc96-a2c0-4bba-bf6c-07e6c0e9dda8) When I think about it, I can catch a lot of other errors and warnings, so there is something about the specific warning mentioned in my...