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.

25 lines
824 B

8 years ago
Package: wand
8 years ago
Type: Package
Title: Retrieve Magic Attributes from Files and
5 years ago
Directories
Version: 0.6.0
Date: 2019-07-27
5 years ago
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
5 years ago
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
5 years ago
extension mappings.
5 years ago
URL: https://gitlab.com/hrbrmstr/wand
BugReports: https://gitlab.com/hrbrmstr/wand/issues
Encoding: UTF-8
5 years ago
License: MIT + file LICENSE
Suggests: covr, tinytest
Imports: tools
Depends: R (>= 3.2.0)
RoxygenNote: 6.1.1