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.
30 lines
749 B
30 lines
749 B
Package: wand
|
|
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]
|
|
Maintainer: Bob Rudis <bob@rud.is>
|
|
Description: The 'libmagic' library provides functions to determine
|
|
mime type and other metadata from files through their "magic"
|
|
attributes.
|
|
URL: http://github.com/hrbrmstr/wand
|
|
BugReports: https://github.com/hrbrmstr/wand/issues
|
|
SystemRequirements: libmagic (>= 5.14) for Unix/Linux/macOS; Rtools 3.3+ for Windows
|
|
License: AGPL
|
|
Suggests:
|
|
testthat
|
|
Depends:
|
|
R (>= 3.2.0)
|
|
Imports:
|
|
purrr,
|
|
Rcpp,
|
|
rappdirs,
|
|
tibble,
|
|
utils,
|
|
tidyr,
|
|
stringi,
|
|
dplyr,
|
|
stats
|
|
LinkingTo: Rcpp
|
|
RoxygenNote: 5.0.1
|
|
|