Skip to content

Commit

Permalink
update to package description
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewjdenny committed Nov 5, 2017
1 parent 34fa311 commit d74e413
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -7,3 +7,5 @@
*.jar
src/SpeedReader.so
inst/doc

*.timestamp
11 changes: 5 additions & 6 deletions 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 <mdenny@psu.edu>
Maintainer: Matthew J. Denny <mdenny@psu.edu>
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:
Expand Down
4 changes: 2 additions & 2 deletions 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')
Expand Down

0 comments on commit d74e413

Please sign in to comment.