-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.19 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Package: pathological
Type: Package
Title: Path Manipulation Utilities
Version: 0.1-1
Date: 2016-09-05
Author: Richard Cotton [aut, cre], Janko Thyson [ctb]
Maintainer: Richard Cotton <richierocks@gmail.com>
Authors@R: c(person("Richard", "Cotton", role = c("aut", "cre"),
email = "richierocks@gmail.com"), person("Janko", "Thyson", role = "ctb"))
Description: Utilities for paths, files and directories.
URL: https://github.com/richierocks/pathological
BugReports: https://github.com/richierocks/pathological/issues
Depends:
R (>= 2.15.0)
Imports:
assertive.base (>= 0.0-3),
assertive.files,
assertive.numbers,
assertive.properties,
assertive.reflection,
assertive.strings,
assertive.types,
magrittr,
plyr,
stringi,
utils
Suggests:
knitr,
rmarkdown,
testthat,
withr
License: Unlimited
LazyLoad: yes
Roxygen: list(wrap = FALSE)
Acknowledgments: Development of this package was partially funded by the
Proteomics Core at Weill Cornell Medical College in Qatar
<http://qatar-weill.cornell.edu>. The Core is supported by 'Biomedical
Research Program' funds, a program funded by Qatar Foundation.
RoxygenNote: 5.0.1
VignetteBuilder: knitr