From cab3409a3e87e5658ecc17920cf05f978e4b81e0 Mon Sep 17 00:00:00 2001 From: Holger Brandl Date: Wed, 27 Jun 2018 10:46:56 +0200 Subject: [PATCH] added conflicted as core dependency --- R/core_commons.R | 2 ++ 1 file changed, 2 insertions(+) diff --git a/R/core_commons.R b/R/core_commons.R index 7c971e6..93f3e6f 100644 --- a/R/core_commons.R +++ b/R/core_commons.R @@ -84,6 +84,8 @@ check_version = function(pkg_name, min_version) { #load_pack(reshape2) #load_pack(reshape2, quietly=T, warn_conflicts=F) +load_pack(conflicted) + ## common plotting requirements since they are omnipresent load_pack(ggplot2) load_pack(scales, warn_conflicts = F) # note this has a known conflit with purrr::discard -- GitLab