-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.08 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: nima
Title: Nima Hejazi's R Toolbox
Version: 0.6.2
Authors@R: c(
person("Nima", "Hejazi", email = "[email protected]",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-7127-2789"))
)
Description: Miscellaneous R functions developed as collateral damage over the
course of work in statistical and scientific computing for research. These
include, for example, utilities that supplement existing idiosyncrasies of
the R language, extend existing plotting functionality and aesthetics, help
prepare data objects for imputation, and extend access to command line tools
and systems-level information.
Maintainer: Nima Hejazi <[email protected]>
Depends:
R (>= 3.2.3)
Imports:
utils,
stats,
assertthat,
ggplot2,
ggthemes,
scales,
gtools,
dplyr,
grid,
gridExtra,
Suggests:
knitr,
roxygen2,
testthat,
tibble,
stringr
License: MIT + file LICENSE
URL: https://github.com/nhejazi/nima
BugReports: https://github.com/nhejazi/nima/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2