From c4e619f590f5e9fcb0472c9fe3a47670b23c2895 Mon Sep 17 00:00:00 2001 From: Stefanie Butland Date: Sat, 11 Jul 2020 17:10:27 -0700 Subject: [PATCH] Fix email address misplaced in Description txt --- DESCRIPTION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 8dd82d03..19d94422 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -91,8 +91,8 @@ Authors@R: person(given = "Kyle", family = "Butts", role ="ctb", - email = "")) -Description: A simple to use summary function that can be used buttskyle96@gmail.comwith pipes + email = "buttskyle96@gmail.com")) +Description: A simple to use summary function that can be used with pipes and displays nicely in the console. The default summary statistics may be modified by the user as can the default formatting. Support for data frames and vectors is included, and users can implement their own