-
Notifications
You must be signed in to change notification settings - Fork 5
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
Change setup_fastf1
to only help with install.
#190
Conversation
Still doesn't work on GH Actions. It's certainly because of the The So, @SCasanova should we remove the test from the list? |
Codecov Report
@@ Coverage Diff @@
## master #190 +/- ##
==========================================
+ Coverage 92.66% 93.19% +0.52%
==========================================
Files 18 18
Lines 641 617 -24
==========================================
- Hits 594 575 -19
+ Misses 47 42 -5
|
Hmm maybe. If that's their practice then it's not bad to follow. Especially now that it's causing issues |
Per https://community.rstudio.com/t/new-r-cmd-check-note-in-r-4-2-0-for-imports-field/143153/3, the note comes because the functions janitor, tibble and tidyr are all used in functions built in `.onLoad` and not *actually* used in production code.
Per #187