I'm having trouble getting DiffBind v3.0.3 to work when installing through Conda from here - it fails with the error
Error: package or namespace load failed for ‘DiffBind’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]): namespace ‘dplyr’ 1.0.2 is being loaded, but >= 1.0.3 is required
Is it possible that the dplyr dependency in the conda DiffBind package needs to be updated?
Thank you!