I am trying to create clustered box plots in R. Everything about my code seems on track, but when I try to run it I get the error warning
"Error in loadNamespace(name) : there is no package called ‘digest’.
When I try to download the package digest
in the R package Installer I get a bunch of errors stating that the download of digest
failed.
How do I get the digest
package, OR is there a way to do clustered box plots without this? Thanks!