Skip to content

Commit

Permalink
fix: add conflict package
Browse files Browse the repository at this point in the history
  • Loading branch information
gregfrasco committed Nov 12, 2024
1 parent f5a61a3 commit 3feec7a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions comets_shinyapp_example/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
6 changes: 6 additions & 0 deletions comets_shinyapp_example/renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@
"Version": "0.3.2",
"Source": "Repository",
"Repository": "CRAN"
},
"conflict": {
"Package": "conflict",
"Version": "0.1.2",
"Source": "Repository",
"Repository": "CRAN"
}
}
}

0 comments on commit 3feec7a

Please sign in to comment.