-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
46 lines (46 loc) · 991 Bytes
/
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
41
42
43
44
45
46
Package: FDButils
Title: Miscellaneous Utility & Convenience Functions
Version: 0.0.10
Date: 2021-10-25
Encoding: UTF-8
Authors@R: c(person("David", "Braze", email="[email protected]", role=c("aut", "cre")))
Maintainer: Maintainer: David Braze <[email protected]>
Description: A stable of utility functions with minimal dependencies.
Depends:
R (>= 3.2.3)
Imports:
magic,
stringr,
stringi,
crayon
Suggests:
readr
License: MIT + file LICENSE
LazyData: true
URL: https://github.com/davebraze/FDButils
BugReports: https://github.com/davebraze/FDButils/issues
Collate:
'FDButils-package.R'
'cleanNumbers.R'
'compCorr.R'
'factors.R'
'gcd.R'
'invBoxCox.R'
'invDnorm.R'
'invLogit.R'
'isNumeral.R'
'isOdd.R'
'isWholeNumber.R'
'latinsq.R'
'mahalDist.R'
'nobs.R'
'openwd.R'
'outliers.R'
'sampleMode.R'
'sciNot.R'
'se.R'
'seP.R'
'series.R'
'timestamp.R'
'zzz.R'
RoxygenNote: 7.1.1