Skip to content

Commit a7e3222

Browse files
committed
updated build ignore and fixed version
1 parent 6e07fb5 commit a7e3222

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
^.*\.Rproj$
33
^\.Rproj\.user$
44
^README\.Rmd$
5+
^README\.html$
56
^README-.*\.png$
67
^README_files
78
^cran-comments\.md$

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: corrr
22
Type: Package
3-
Version: 0.4.3
3+
Version: 0.4.2.9000
44
Title: Correlations in R
55
Description: A tool for exploring correlations.
66
It makes it possible to easily perform routine tasks when
@@ -30,7 +30,7 @@ Imports:
3030
tibble (>= 2.0),
3131
ggrepel (>= 0.6.5),
3232
methods (>= 3.4.3),
33-
rlang(>= 0.4.0)
33+
rlang (>= 0.4.0)
3434
Suggests:
3535
testthat (>= 2.1.0),
3636
knitr (>= 1.13),

NEWS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# corrr 0.4.3
1+
# corrr 0.4.2.9000
2+
23

34
# corrr 0.4.2
45

0 commit comments

Comments
 (0)