-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
24 lines (24 loc) · 824 Bytes
/
DESCRIPTION
File metadata and controls
24 lines (24 loc) · 824 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Package: wand
Type: Package
Title: Retrieve Magic Attributes from Files and
Directories
Version: 0.6.0
Date: 2019-07-27
Authors@R: c( person("Bob", "Rudis", email =
"bob@rud.is", role = c("aut", "cre"), comment =
c(ORCID = "0000-0001-5670-2640")) )
Description: MIME types are shorthand descriptors for
file contents and can be determined from "magic"
bytes in file headers, file contents or intuited
from file extensions. Tools are provided to
perform curated "magic" tests as well as mapping
MIME types from a database of over 1,800
extension mappings.
URL: https://gitlab.com/hrbrmstr/wand
BugReports: https://gitlab.com/hrbrmstr/wand/issues
Encoding: UTF-8
License: MIT + file LICENSE
Suggests: covr, tinytest
Imports: tools
Depends: R (>= 3.2.0)
RoxygenNote: 6.1.1