Package: wand Type: Package Title: Retrieve 'Magic' Attributes from Files and Directories Version: 0.2.1 Date: 2017-10-20 Authors@R: c( person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5670-2640")), person("Christos", "Zoulas", role=("ctb"), comment="libmagic"), person("Mans", "Rullgard", role=("ctb"), comment="file"), person("Jonathan", "Ong", role=("ctb"), comment="mime-db") ) Maintainer: Bob Rudis Description: The 'libmagic' library provides functions to determine '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. It also incorporates other metadata from the 'mime-db' database . URL: http://github.com/hrbrmstr/wand BugReports: https://github.com/hrbrmstr/wand/issues NeedsCompilation: yes LazyData: true SystemRequirements: libmagic (>= 5.14) for Unix/Linux/macOS; Rtools 3.3+ for Windows License: AGPL Suggests: testthat Depends: R (>= 3.2.0) Imports: dplyr, purrr, rappdirs, stats, stringi, tibble, tidyr, utils, Rcpp Encoding: UTF-8 LinkingTo: Rcpp RoxygenNote: 6.0.1.9000