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.

27 lines
847 B

8 years ago
Package: wand
8 years ago
Type: Package
8 years ago
Title: Retrieve 'Magic' Attributes from Files and Directories
Version: 0.4.0
Date: 2018-09-16
6 years ago
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640"))
6 years ago
)
8 years ago
Maintainer: Bob Rudis <bob@rud.is>
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,500 extension mappings.
URL: http://gitlab.com/hrbrmstr/wand
BugReports: https://gitlab.com/hrbrmstr/wand/issues
Encoding: UTF-8
8 years ago
License: AGPL
Suggests:
testthat,
covr
Imports:
tools
8 years ago
Depends:
R (>= 3.2.0)
6 years ago
RoxygenNote: 6.0.1.9000