Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: datawizard
Title: Easy Data Wrangling and Statistical Transformations
Version: 1.3.1.4
Version: 1.4.0
Authors@R: c(
person("Indrajeet", "Patil", , "patilindrajeet.science@gmail.com", role = "aut",
comment = c(ORCID = "0000-0003-1995-6531")),
Expand All @@ -17,6 +17,7 @@ Authors@R: c(
comment = c(ORCID = "0000-0001-9560-6336")),
person("Rémi", "Thériault", , "remi.theriault@mail.mcgill.ca", role = "ctb",
comment = c(ORCID = "0000-0003-4315-6788")),
person("Elin", "Waring", , "elin.waring@gmail.com", role = "ctb"),
person("Thomas J.", "Faulkenberry", , "faulkenberry@tarleton.edu", role = "rev"),
person("Robert", "Garrett", , "rcg4@illinois.edu", role = "rev")
)
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# datawizard (devel)
# datawizard 1.4.0

CHANGES

Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This fixes R-devel errors reported on 2026-04-23.
This fixes R-devel errors reported on 2026-09-03.
Loading