Skip to content

Commit

Permalink
Update version for CRAN submission.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobkap committed Jul 5, 2023
1 parent cd7ef8d commit f4ae079
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
^README\.md$
^CRAN-RELEASE$
^LICENSE\.md$
^CRAN-SUBMISSION$
4 changes: 2 additions & 2 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 1.7.1
Date: 2023-07-05 00:30:30 UTC
SHA: 84842c06119560e02b28d227bea4e4571201805b
Date: 2023-07-05 13:38:30 UTC
SHA: cd7ef8dc57420dcd803cc8485d019103a3f8ca86
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: fastDummies
Type: Package
Title: Fast Creation of Dummy (Binary) Columns and Rows from Categorical Variables
Version: 1.7.1
Version: 1.7.3
Authors@R: c(
person("Jacob", "Kaplan", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0601-0387")),
Expand Down
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# fastDummies 1.7.1
# fastDummies 1.7.3

* Fix .onAttach message.

# fastDummies 1.7.2

* Adds onattach message.

Expand Down

0 comments on commit f4ae079

Please sign in to comment.