-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
49 lines (49 loc) · 934 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
47
48
49
Package: misc
Title: Miscellaneous functions
Version: 0.0.4
Authors@R:
person(given = "Karlo",
family = "Guidoni Martins",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8458-8467"))
Description: This is a personal package. Use at your own risk.
License: MIT + file LICENSE
URL: https://github.com/kguidonimartins/misc
BugReports: https://github.com/kguidonimartins/misc/issues
Imports:
dplyr,
fs,
ggplot2,
glue,
here,
magrittr,
purrr,
remotes,
tidyr,
tools,
usethis,
crayon,
readr,
rlang
Suggests:
conflicted,
covr,
janitor,
lexicon,
magick,
naniar,
readxl,
rgeos,
rnaturalearth,
sf,
skimr,
stringr,
testthat,
textclean,
tidyselect,
lintr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2