Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewjdenny committed Mar 1, 2018
1 parent 2d7ab63 commit 2f54b27
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
12 changes: 7 additions & 5 deletions DESCRIPTION
@@ -1,13 +1,15 @@
Package: REmail
Type: Package
Title: A package for email data processing.
Version: 0.1
Date: 2015-05-24
Author: Matthew Denny and Neha Shah
Maintainer: Matthew Denny <mzd5530@psu.edu>
Title: A package for reading in email data wraping the python email libraries.
Version: 0.2
Date: 2018-03-01
Author: Matthew Denny
Maintainer: Matthew Denny <mdenny@psu.edu>
Description: An R package for processing email data into a useable format.
License: GPL-3
Depends: R.methodsS3
Imports: R.methodsS3,
rPython,
stringr
Suggests: testthat
RoxygenNote: 6.0.1
7 changes: 7 additions & 0 deletions R/zzz.R
@@ -0,0 +1,7 @@
.onAttach <- function(libname, pkgname) {
packageStartupMessage("REmail: Basic E-Mail Parsing with Python
Version 0.2.0 created on 2018-03-01.
copyright (c) 2018, Matthew J. Denny, Penn State
Development website: github.com/matthewjdenny/REmail
Contact: matthewjdenny@gmail.com")
}

0 comments on commit 2f54b27

Please sign in to comment.