-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
64 lines (64 loc) · 1.09 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Package: myrmidon
Type: Package
Title: My R Kitchen Drawer
Version: 0.6.18
Date: 2024-09-10
Authors@R:
person(
"Fran", "Barton",
email = "fbarton@alwaysdata.net",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5650-1176")
)
Description: Fran's personal useful tools, tricks and toys. Some functions I
want to have available most times I start up R, as well as my own HTML5
RMarkdown template.
License: MIT + file MIT_INFO
Encoding: UTF-8
LazyData: true
Imports:
assertthat,
cli,
crayon,
dplyr (>= 1.1.0),
gert,
ggplot2,
gh,
glue,
grDevices,
grid,
gt,
here,
httr2,
janitor,
jsonlite,
lubridate,
pillar,
prompt,
ps,
purrr (>= 1.0.0),
readr,
reprex,
rlang,
rmarkdown,
rstudioapi,
rvest,
sf,
stringr,
suncalc,
tibble,
tidyr,
tidyselect,
usethis,
utils,
vctrs,
xml2
RoxygenNote: 7.3.2
Depends:
R (>= 4.1.0)
Suggests:
extrafontdb,
testthat,
withr
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)