We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e07fb5 commit a7e3222Copy full SHA for a7e3222
.Rbuildignore
@@ -2,6 +2,7 @@
2
^.*\.Rproj$
3
^\.Rproj\.user$
4
^README\.Rmd$
5
+^README\.html$
6
^README-.*\.png$
7
^README_files
8
^cran-comments\.md$
DESCRIPTION
@@ -1,6 +1,6 @@
1
Package: corrr
Type: Package
-Version: 0.4.3
+Version: 0.4.2.9000
Title: Correlations in R
Description: A tool for exploring correlations.
It makes it possible to easily perform routine tasks when
@@ -30,7 +30,7 @@ Imports:
30
tibble (>= 2.0),
31
ggrepel (>= 0.6.5),
32
methods (>= 3.4.3),
33
- rlang(>= 0.4.0)
+ rlang (>= 0.4.0)
34
Suggests:
35
testthat (>= 2.1.0),
36
knitr (>= 1.13),
NEWS.md
@@ -1,4 +1,5 @@
-# corrr 0.4.3
+# corrr 0.4.2.9000
+
# corrr 0.4.2
0 commit comments