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.

38 lines
1.1 KiB

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-14
8 years ago
Author: Bob Rudis (@hrbrmstr), Christos Zoulas [libmagic], Mans Rullgard [file],
Jonathan Ong <me@jongleberry.com> [mime-db]
8 years ago
Maintainer: Bob Rudis <bob@rud.is>
Description: The 'libmagic' library provides functions to determine
8 years ago
'MIME' type and other metadata from files through their "magic"
attributes. This is useful when you do not wish to rely solely on
8 years ago
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>.
8 years ago
URL: http://github.com/hrbrmstr/wand
BugReports: https://github.com/hrbrmstr/wand/issues
8 years ago
NeedsCompilation: yes
8 years ago
LazyData: true
SystemRequirements: libmagic (>= 5.14) for Unix/Linux/macOS; Rtools 3.3+ for Windows
8 years ago
License: AGPL
Suggests:
testthat
8 years ago
Depends:
R (>= 3.2.0)
8 years ago
Imports:
8 years ago
dplyr,
8 years ago
purrr,
rappdirs,
8 years ago
stats,
stringi,
8 years ago
tibble,
tidyr,
8 years ago
utils,
Rcpp
8 years ago
Encoding: UTF-8
8 years ago
LinkingTo: Rcpp
RoxygenNote: 5.0.1