-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 921 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
Package: jemisc
Title: Personal Collection of Stuff and Things
Version: 0.0.4
Authors@R:
person(given = "Lukas",
family = "Burk",
role = c("aut", "cre"),
email = "[email protected]")
Description: Just another personal R package. This package
provides no greater value to the R community, it is merely a place for
me to dump stuff that I ended up writing and found mildly useful.
License: MIT + file LICENSE
Imports:
cli,
dplyr,
glue,
janitor,
purrr,
rlang (>= 0.1.2),
rvest,
sessioninfo,
stringr,
tibble,
utils,
xml2
Suggests:
devtools,
pak,
readr,
roxygen2,
shiny,
xfun
ByteCompile: true
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
URL: https://github.com/jemus42/jemisc, https://jemus42.github.io/jemisc/
BugReports: https://github.com/jemus42/jemisc/issues