-
Notifications
You must be signed in to change notification settings - Fork 0
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
Setup GitHub actions cmd check and code coverage #14
Setup GitHub actions cmd check and code coverage #14
Conversation
Thanks @SunnyTseng , I'll let Felix do the review and merge, he's on vacation though, and it might take a while before we can proceed. |
Thanks @kahst ! 🚀 There are still some error messages from the Github Action (R CMD check) that need to be addressed before merge. The |
Hey Sunny, I am trying to get the custom model into the package as soon as possible. If thats done, I am going to take a look at this problem. |
Yeah! Most checks work now :) |
Actually, all checks work. I just have a few comments / questions in the code. See the review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the great work. This is really helpful
Woohoo!! All checks have passed! I think this PR is ready to be merged! 🚀 |
Great! You can merge it when you are ready |
reticulate::install_python(version = "3.11")
andbirdnetR::install_birdnet()
. All tests were successfully run locally.