-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.11 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Package: conflicted
Title: An Alternative Conflict Resolution Strategy
Version: 1.2.0.9000
Authors@R: c(
person("Hadley", "Wickham", , "[email protected]", role = c("aut", "cre")),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: R's default conflict management system gives the most
recently loaded package precedence. This can make it hard to detect
conflicts, particularly when they arise because a package update
creates ambiguity that did not previously exist. 'conflicted' takes a
different approach, making every conflict an error and forcing you to
choose which function to use.
License: MIT + file LICENSE
URL: https://conflicted.r-lib.org/, https://github.com/r-lib/conflicted
BugReports: https://github.com/r-lib/conflicted/issues
Depends:
R (>= 3.6)
Imports:
cli (>= 3.4.0),
memoise,
rlang (>= 1.0.0)
Suggests:
callr,
covr,
dplyr,
Matrix,
methods,
pkgload,
testthat (>= 3.0.0),
withr
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3