-
Notifications
You must be signed in to change notification settings - Fork 6
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
Remove deprecated library
calls
#638
Labels
Comments
Can keep track of checking with this:
|
carriewright11
added
data classes
cleaning
manipulating data
esquisse
statistics
factors
data output
functions
and removed
cleaning
each lab
labels
Jan 7, 2025
@carriewright11 thanks for doing the sleuthing for this one! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Noticed sometimes we are loading more packages than needed, eg.
We don't need
library(readr); library(dplyr)
since they load withtidyverse
The text was updated successfully, but these errors were encountered: