Skip to content

Commit fb445fe

Browse files
committed
update version requirements
1 parent 4bd3993 commit fb445fe

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

DESCRIPTION

+7-7
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@ BugReports: https://github.com/EricArcher/rfPermute/issues
1515
Depends:
1616
R (>= 4.0.0)
1717
Imports:
18-
abind,
19-
dplyr,
20-
ggplot2,
18+
abind (>= 1.4),
19+
dplyr (>= 1.0),
20+
ggplot2 (>= 3.3),
2121
grDevices,
2222
gridExtra,
23-
magrittr,
23+
magrittr (>= 2.0),
2424
methods,
2525
parallel,
26-
randomForest,
26+
randomForest (>= 4.6),
2727
rlang,
2828
scales,
2929
stats,
3030
swfscMisc (>= 1.5),
31-
tibble,
32-
tidyr,
31+
tibble (>= 3.1),
32+
tidyr (>= 1.1),
3333
utils
3434
Collate:
3535
rfPermute_package.R

0 commit comments

Comments
 (0)