forked from r-lib/conflicted
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
31 lines (31 loc) · 950 Bytes
/
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
Package: conflicted
Title: An Alternative Conflict Resolution Strategy
Version: 1.0.4.9000
Authors@R: c(
person("Hadley", "Wickham", , "[email protected]", role = c("aut", "cre")),
person("RStudio", role = "cph")
)
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: GPL-3
URL: https://github.com/r-lib/conflicted
BugReports: https://github.com/r-lib/conflicted/issues
Depends:
R (>= 3.2)
Imports:
rlang (>= 0.3.4),
memoise
Suggests:
covr,
crayon,
dplyr,
pkgdown,
testthat
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Roxygen: list(markdown = TRUE)