You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
717 B

8 years ago
Package: wand
8 years ago
Type: Package
8 years ago
Title: Retrieve 'Magic' Attributes from Files and Directories
8 years ago
Version: 0.2.0
Date: 2016-08-13
Author: Bob Rudis (@hrbrmstr), Christos Zoulas [libmagic]
8 years ago
Maintainer: Bob Rudis <bob@rud.is>
Description: The 'libmagic' library provides functions to determine
mime type and other metadata from files through their "magic"
8 years ago
attributes.
URL: http://github.com/hrbrmstr/wand
BugReports: https://github.com/hrbrmstr/wand/issues
8 years ago
SystemRequirements: libmagic (>= 5.14)
8 years ago
License: AGPL
Suggests:
8 years ago
testthat,
magrittr
8 years ago
Depends:
R (>= 3.0.0)
Imports:
purrr,
Rcpp,
rappdirs,
8 years ago
tibble,
utils,
tidyr,
stringi,
8 years ago
dplyr,
stats
8 years ago
LinkingTo: Rcpp
RoxygenNote: 5.0.1