Skip to content
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

Open
avahoffman opened this issue Jan 6, 2025 · 2 comments
Open

Remove deprecated library calls #638

avahoffman opened this issue Jan 6, 2025 · 2 comments

Comments

@avahoffman
Copy link
Collaborator

Noticed sometimes we are loading more packages than needed, eg.

library(knitr)
library(readr)
library(dplyr)
library(tidyverse)

We don't need library(readr); library(dplyr) since they load with tidyverse

@carriewright11
Copy link
Member

carriewright11 commented Jan 7, 2025

Can keep track of checking with this:

  • Intro
  • RStudio
  • Basic R
  • Reproducibility
  • Data Input
  • Subsetting
  • Summarization (currently load dplyr in lecture could do tidyverse - lab is just tidyverse)
  • Data classes (has extra in the lab currently)
  • Data cleaning (could remove stringr loading from lecture)
  • Manipulating (could simplify it in the lab - is readr, dplyr, tidyr)
  • Esquisse (load dplyr in lecture and lab but could change out for tidyverse)
  • Data viz (load ggplot2 in lecture but could just do tidyverse)
  • Factors (could simplify lab to just tidyverse)
  • Statistics (could switch out dplyr for tidyverse in lab)
  • Data Output (could change out the general output example to be tidyverse instead of readr)
  • Functions (could just be tidyverse for the lab)

@avahoffman
Copy link
Collaborator Author

@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
Projects
None yet
Development

No branches or pull requests

2 participants