We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24967cd commit 65eb11aCopy full SHA for 65eb11a
NAMESPACE
@@ -23,4 +23,3 @@ export(select_markers)
23
importFrom(dplyr,"%>%")
24
importFrom(rlang,"!!")
25
importFrom(rlang,":=")
26
-importFrom(rlang,.data)
NEWS.md
@@ -1,6 +1,9 @@
1
# mistyR 1.7.x
2
3
-- Discontinue the use of .data due to its deprecation since tidyselect 1.2.0
+# mistyR 1.6.1
4
+
5
+- Discontinue the use of .data due to its deprecation since tidyselect 1.2.0.
6
+- Update minimum required versions for some tidyverse related packages due to function deprecation.
7
8
# mistyR 1.6.0
9
0 commit comments