From 8cd5c71d4fc8403c2629141a895f8371c8ea6fbb Mon Sep 17 00:00:00 2001 From: Tyler Rinker Date: Sat, 31 Dec 2016 20:51:16 -0500 Subject: [PATCH 1/3] Update DESCRIPTION --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 99acbea..7962d25 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: gofastr -Title: Fast DocumentTermMatrix and TermDocumentMatric Creation +Title: Fast DocumentTermMatrix and TermDocumentMatri Creation Version: 0.1.0 Authors@R: c(person("Tyler", "Rinker", email = "tyler.rinker@gmail.com", role = c("aut", "cre"))) From d0b4b67bb5e9d916eac30ca2b236297a1d852a6e Mon Sep 17 00:00:00 2001 From: Tyler Rinker Date: Sat, 31 Dec 2016 20:52:48 -0500 Subject: [PATCH 2/3] Update gofastr-package.R --- R/gofastr-package.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/gofastr-package.R b/R/gofastr-package.R index ece7198..d225992 100644 --- a/R/gofastr-package.R +++ b/R/gofastr-package.R @@ -1,4 +1,4 @@ -#' Fast DocumentTermMatrix and TermDocumentMatric Creation +#' Fast DocumentTermMatrix and TermDocumentMatrix Creation #' #' This package does one thing...It harness the power of \pkg{quanteda}, #' \pkg{data.table} & \pkg{stringi} to quickly generate \pkg{tm} From 4c5803ae4fd37bed9ee2838ddea29a66c7253ae8 Mon Sep 17 00:00:00 2001 From: Tyler Rinker Date: Sat, 31 Dec 2016 20:54:16 -0500 Subject: [PATCH 3/3] Update CITATION --- inst/CITATION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inst/CITATION b/inst/CITATION index 1ba4041..0fa2f77 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -2,7 +2,7 @@ citHeader("To cite gofastr in publications, please use:") citEntry(entry = "manual", - title = "{gofastr}: Fast DocumentTermMatrix and TermDocumentMatric Creation", + title = "{gofastr}: Fast DocumentTermMatrix and TermDocumentMatrix Creation", author = "Tyler W. Rinker", organization = "University at Buffalo/SUNY", address = "Buffalo, New York", @@ -10,7 +10,7 @@ citEntry(entry = "manual", year = "2015", url = "http://github.com/trinker/gofastr", textVersion = paste("Rinker, T. W. (2015).", - "gofastr: Fast DocumentTermMatrix and TermDocumentMatric Creation", + "gofastr: Fast DocumentTermMatrix and TermDocumentMatri Creation", "version 0.1.0. University at Buffalo. Buffalo, New York.", "http://github.com/trinker/gofastr") )