From d74e4135a475703827e4212e72d22ec12c4e5d0a Mon Sep 17 00:00:00 2001 From: Matt Denny Date: Sat, 4 Nov 2017 21:51:01 -0400 Subject: [PATCH] update to package description --- .DS_Store | Bin 14340 -> 14340 bytes .gitignore | 2 ++ DESCRIPTION | 11 +++++------ R/zzz.R | 4 ++-- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.DS_Store b/.DS_Store index 1642e83116b7414bfc947b0219956437f69b00b8..962d29e379382f37d4c58bbd514707d4516267e9 100644 GIT binary patch delta 102 zcmZoEXepTB&nUeyU^hRb&}JTiz3hw(n@@?Su*q;Tlrdy7q%-6(q%xEMVJbs$T1s(p cQht68;`|?0ao)5 AQUCw| diff --git a/.gitignore b/.gitignore index fc56b69..bd630c7 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,5 @@ *.jar src/SpeedReader.so inst/doc + +*.timestamp diff --git a/DESCRIPTION b/DESCRIPTION index ccfc6af..32bc0d4 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,13 +1,12 @@ Package: SpeedReader Type: Package -Title: High Performance Text Processing Libraries -Version: 0.8.0 -Date: 2017-10-25 +Title: High Performance Text Analysis +Version: 0.8.1 +Date: 2017-11-04 Author: Matthew J. Denny Maintainer: Matthew J. Denny -Description: A suite of functions for processing large scale text corpora into - formats that are useful for analysis, and for performing some analyses at scale - via efficient implementations. +Description: A suite of functions for performing text analysis at scale. + Wraps CoreNLP and Mallet libraries (unix/linux only). URL: https://github.com/matthewjdenny/SpeedReader License: GPL-3 Imports: diff --git a/R/zzz.R b/R/zzz.R index db7acf9..8a52707 100644 --- a/R/zzz.R +++ b/R/zzz.R @@ -1,6 +1,6 @@ .onAttach <- function(libname, pkgname) { - packageStartupMessage("SpeedReader: High Performance Text Processing Libraries -Version 0.8.0 created on 2017-10-25. + packageStartupMessage("SpeedReader: High Performance Text Analysis +Version 0.8.1 created on 2017-11-04. copyright (c) 2015-2017, Matthew J. Denny, Penn State University Type help('SpeedReader') to get started or check out the vignette with: vignette('getting_started_with_SpeedReader')