We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a2e384 commit 67b4a5eCopy full SHA for 67b4a5e
DESCRIPTION
@@ -1,6 +1,6 @@
1
Package: datacleanr
2
Title: Interactive and Reproducible Data Cleaning
3
-Version: 1.0.2
+Version: 1.0.3
4
Authors@R:
5
c(
6
person(given = "Alexander",
NEWS.md
@@ -1,3 +1,7 @@
+# datacleanr 1.0.3
+
+* fixed `filter_scoped()` test to conform with `dplyr 1.0.8` release (dropped dplyr error class)
# datacleanr 1.0.2
7
* removed `navbarPageWithInputs`, replaced with `shiny::navbarpage()` and `bslib::nav_item()`, as recommended
0 commit comments