-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
46 lines (46 loc) · 1.21 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
41
42
43
44
45
46
Package: hutils
Type: Package
Title: Miscellaneous R Functions and Aliases
Version: 1.8.2
Date: 2023-02-11
Authors@R: c(person("Hugh", "Parsonage", role = c("aut", "cre"), email = "hugh.parsonage@gmail.com"),
person("Michael", "Frasco", role = "ctb"),
person("Ben", "Hamner", role = "ctb"))
Maintainer: Hugh Parsonage <hugh.parsonage@gmail.com>
Description: Provides utility functions for, and drawing on, the 'data.table' package. The package also collates useful miscellaneous functions extending base R not available elsewhere. The name is a portmanteau of 'utils' and the author.
BugReports: https://github.com/hughparsonage/hutils/issues
URL: https://github.com/hughparsonage/hutils, https://hughparsonage.github.io/hutils/
License: GPL-3
Depends: R (>= 3.3.0)
Imports:
data.table,
magrittr,
stats,
utils,
fastmatch,
grDevices
Suggests:
testthat (>= 2.1.0),
datasets,
desc,
dplyr,
digest,
fst,
Hmisc,
hutilscpp,
microbenchmark,
knitr,
rmarkdown,
nycflights13,
geosphere,
ggplot2,
readr,
rcheology,
rstudioapi,
survey,
tibble,
tidyr,
withr (>= 2.0.0)
RoxygenNote: 7.2.0
Encoding: UTF-8
VignetteBuilder: knitr