Review use of reshape2
package vs tidyr
#78
Labels
refactor
Make the code base cleaner with minimal change to functionality
Milestone
The
reshape2
package has been succeeded by thetidyr
package as the "tidyverse" standard for tidying data. From thetidyr
website:We should check if our usage of
reshape2
can be replaced withtidyr
functions, since that is what our more recent functions make use of.Rstudio has a neat "Find in Files" command (CMD/Ctrl + Shift + F) for searching packages that could be useful here.
The text was updated successfully, but these errors were encountered: