Skip to content

Commit a7ce980

Browse files
cran submission 0.6.1
1 parent f0f5363 commit a7ce980

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: datawizard
33
Title: Easy Data Wrangling and Statistical Transformations
4-
Version: 0.6.0.1
4+
Version: 0.6.1
55
Authors@R: c(
66
person("Indrajeet", "Patil", , "patilindrajeet.science@gmail.com", role = c("aut", "cre"),
77
comment = c(ORCID = "0000-0003-1995-6531", Twitter = "@patilindrajeets")),
@@ -28,7 +28,7 @@ BugReports: https://github.com/easystats/datawizard/issues
2828
Depends:
2929
R (>= 3.6)
3030
Imports:
31-
insight (>= 0.18.3),
31+
insight (>= 0.18.4),
3232
stats,
3333
utils
3434
Suggests:

NEWS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# datawizard (development version)
1+
# datawizard 0.6.1
2+
3+
* Updates tests for upcoming changes in the `{tidyselect}` package (#267).
24

35
# datawizard 0.6.0
46

cran-comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
0 errors | 0 warnings | 0 note
44

5-
* Adds new functionality and maintenance updates.
5+
* Updates tests for upcoming changes in the `{tidyselect}` package
66

77
## revdepcheck results
88

0 commit comments

Comments
 (0)