diff --git a/DESCRIPTION b/DESCRIPTION index 60631dc..7834441 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -3,13 +3,15 @@ Type: Package Title: Retrieve 'Magic' Attributes from Files and Directories Version: 0.2.0 Date: 2016-08-14 -Author: Bob Rudis (@hrbrmstr), Christos Zoulas [libmagic] +Author: Bob Rudis (@hrbrmstr), Christos Zoulas [libmagic], Mans Rullgard [file] Maintainer: Bob Rudis Description: The 'libmagic' library provides functions to determine - mime type and other metadata from files through their "magic" - attributes. + 'MIME' type and other metadata from files through their "magic" + attributes. This is useful when you do not wish to rely solely on + the honesty of a user or the extension on a file name. URL: http://github.com/hrbrmstr/wand BugReports: https://github.com/hrbrmstr/wand/issues +NeedsCompilation: yes SystemRequirements: libmagic (>= 5.14) for Unix/Linux/macOS; Rtools 3.3+ for Windows License: AGPL Suggests: @@ -17,14 +19,14 @@ Suggests: Depends: R (>= 3.2.0) Imports: + dplyr, purrr, - Rcpp, rappdirs, + stats, + stringi, tibble, - utils, tidyr, - stringi, - dplyr, - stats + utils, + Rcpp LinkingTo: Rcpp RoxygenNote: 5.0.1