diff --git a/comets_shinyapp_example/app.R b/comets_shinyapp_example/app.R index d3d98d9..d8cb3b6 100644 --- a/comets_shinyapp_example/app.R +++ b/comets_shinyapp_example/app.R @@ -4,6 +4,7 @@ library(DT) library(data.table) library(ggplot2) library(tidyverse) +library(conflicted) # Use conflicted to set preferences for conflicting functions conflict_prefer("between", "data.table") diff --git a/comets_shinyapp_example/renv.lock b/comets_shinyapp_example/renv.lock index 8d0abe9..1bff62e 100644 --- a/comets_shinyapp_example/renv.lock +++ b/comets_shinyapp_example/renv.lock @@ -56,6 +56,12 @@ "Version": "0.3.2", "Source": "Repository", "Repository": "CRAN" + }, + "conflict": { + "Package": "conflict", + "Version": "0.1.2", + "Source": "Repository", + "Repository": "CRAN" } } } \ No newline at end of file