From 4c5803ae4fd37bed9ee2838ddea29a66c7253ae8 Mon Sep 17 00:00:00 2001 From: Tyler Rinker Date: Sat, 31 Dec 2016 20:54:16 -0500 Subject: [PATCH] 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") )