From cb5d2037985994e556f6cb05e407fbe43ed43900 Mon Sep 17 00:00:00 2001 From: olivroy Date: Sat, 12 Aug 2023 09:58:07 -0400 Subject: [PATCH] `use_tidy_description()` --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 550f15c1..a1c01892 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -18,6 +18,7 @@ Description: The main janitor functions can: perfectly format data.frame "tidyverse" and works well with the pipe function %>%. janitor was built with beginning-to-intermediate R users in mind and is optimized for user-friendliness. +License: MIT + file LICENSE URL: https://github.com/sfirke/janitor, https://sfirke.github.io/janitor/ BugReports: https://github.com/sfirke/janitor/issues Depends: @@ -35,7 +36,6 @@ Imports: stringr, tidyr (>= 1.0.0), tidyselect (>= 1.0.0) -License: MIT + file LICENSE Suggests: dbplyr, knitr,