wand: Retrieve 'Magic' Attributes from Files and Directories

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 <https://github.com/jshttp/mime-db>.

Version: 0.2.0
Depends: R (≥ 3.2.0)
Imports: dplyr, purrr, rappdirs, stats, stringi, tibble, tidyr, utils, Rcpp
LinkingTo: Rcpp
Suggests: testthat
Published: 2016-08-16
Author: Bob Rudis (@hrbrmstr), Christos Zoulas [libmagic], Mans Rullgard [file], Jonathan Ong [mime-db]
Maintainer: Bob Rudis <bob at rud.is>
BugReports: https://github.com/hrbrmstr/wand/issues
License: AGPL
URL: http://github.com/hrbrmstr/wand
NeedsCompilation: yes
SystemRequirements: libmagic (>= 5.14) for Unix/Linux/macOS; Rtools 3.3+ for Windows
Materials: README NEWS INSTALL
CRAN checks: wand results

Downloads:

Reference manual: wand.pdf
Package source: wand_0.2.0.tar.gz
Windows binaries: r-devel: wand_0.2.0.zip, r-release: wand_0.2.0.zip, r-oldrel: wand_0.2.0.zip
OS X El Capitan binaries: r-release: not available
OS X Mavericks binaries: r-oldrel: not available

Linking:

Please use the canonical form https://CRAN.R-project.org/package=wand to link to this page.