Browse Source

spelling

master
Bob Rudis 8 years ago
parent
commit
120a06b3e8
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 18
      DESCRIPTION

18
DESCRIPTION

@ -3,13 +3,15 @@ Type: Package
Title: Retrieve 'Magic' Attributes from Files and Directories Title: Retrieve 'Magic' Attributes from Files and Directories
Version: 0.2.0 Version: 0.2.0
Date: 2016-08-14 Date: 2016-08-14
Author: Bob Rudis (@hrbrmstr), Christos Zoulas [libmagic] Author: Bob Rudis (@hrbrmstr), Christos Zoulas [libmagic], Mans Rullgard [file]
Maintainer: Bob Rudis <bob@rud.is> Maintainer: Bob Rudis <bob@rud.is>
Description: The 'libmagic' library provides functions to determine Description: The 'libmagic' library provides functions to determine
mime type and other metadata from files through their "magic" 'MIME' type and other metadata from files through their "magic"
attributes. attributes. This is useful when you do not wish to rely solely on
the honesty of a user or the extension on a file name.
URL: http://github.com/hrbrmstr/wand URL: http://github.com/hrbrmstr/wand
BugReports: https://github.com/hrbrmstr/wand/issues BugReports: https://github.com/hrbrmstr/wand/issues
NeedsCompilation: yes
SystemRequirements: libmagic (>= 5.14) for Unix/Linux/macOS; Rtools 3.3+ for Windows SystemRequirements: libmagic (>= 5.14) for Unix/Linux/macOS; Rtools 3.3+ for Windows
License: AGPL License: AGPL
Suggests: Suggests:
@ -17,14 +19,14 @@ Suggests:
Depends: Depends:
R (>= 3.2.0) R (>= 3.2.0)
Imports: Imports:
dplyr,
purrr, purrr,
Rcpp,
rappdirs, rappdirs,
stats,
stringi,
tibble, tibble,
utils,
tidyr, tidyr,
stringi, utils,
dplyr, Rcpp
stats
LinkingTo: Rcpp LinkingTo: Rcpp
RoxygenNote: 5.0.1 RoxygenNote: 5.0.1

Loading…
Cancel
Save