-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
49 lines (49 loc) · 1.43 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
47
48
49
Package: k5
Title: Kiernan Nicholls Miscellaneous
Version: 0.2.1
Authors@R:
person("Kiernan", "Nicholls", email = "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-9229-7897"))
Description: Quality of life functions for interactive programming.
Shortcuts for common combinations of functions or different default
arguments. Not to be used in production level scripts, but useful for
exploring and quickly manipulating data for easy analysis. Also
imports a variety of packages to facilitate the installation of those
imported packages on the host machine.
License: GPL-3
URL: https://k5cents.github.io/k5/, https://github.com/k5cents/k5
BugReports: https://github.com/k5cents/k5/issues
Depends:
R (>= 2.10)
Imports:
clipr (>= 0.8.0),
dplyr (>= 1.1.3),
fs (>= 1.6.3),
ggplot2 (>= 3.4.4),
glue (>= 1.6.2),
lubridate (>= 1.9.3),
magrittr (>= 2.0.3),
purrr (>= 1.0.2),
readr (>= 2.1.4),
rlang (>= 1.1.1),
stringr (>= 1.5.0),
tibble (>= 3.2.1),
usethis (>= 2.2.2),
utils
Suggests:
covr (>= 3.6.1),
crayon (>= 1.5.2),
gluedown (>= 1.0.6),
here (>= 1.0.1),
httr (>= 1.4.4),
janitor (>= 2.1.0),
knitr (>= 1.41),
pacman (>= 0.5.1),
readxl (>= 1.4.1),
rvest (>= 1.0.3),
scales (>= 1.2.1),
testthat (>= 3.1.6)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3