We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe7485e commit c572bc8Copy full SHA for c572bc8
DESCRIPTION
@@ -1,7 +1,7 @@
1
Package: onehot
2
Type: Package
3
Title: Fast Onehot Encoding for Data.frames
4
-Version: 0.1.1
+Version: 0.1.2
5
Author: Eric E. Graves [aut, cre]
6
Maintainer: Eric E. Graves <gravcon5@gmail.com>
7
Description: Quickly create numeric matrices for machine learning algorithms
NEWS.md
@@ -0,0 +1,9 @@
+# onehot 0.1.1
+
+* Added a `NEWS.md` file to track changes to the package.
+* Initial Release
+# onehot 0.1.2
8
9
+* Fixed a bug in onehot.summary switch statement. Using proper default now.
0 commit comments