-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
50 lines (50 loc) · 1.2 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
Package: reuseme
Title: Collections of Utility Functions to Work Across Projects
Version: 0.0.2.9009
Authors@R:
person("Olivier", "Roy", , "[email protected]", role = c("aut", "cre"))
Description: Allows you to browse current projects, rename files safely,
add screenshots to project on Windows. It is also my personal library
and contains wrapper around common functions, from dplyr and readxl.
It takes advantage of cli hyperlinks. Finally, it provides a custom
print method for tibbles, inspired by janitor, and readr.
License: MIT + file LICENSE
URL: https://olivroy.github.io/reuseme/,
https://github.com/olivroy/reuseme
BugReports: https://github.com/olivroy/reuseme/issues
Depends:
R (>= 4.1)
Imports:
cli,
dplyr (>= 1.1.1),
fs,
glue,
kit,
lifecycle,
purrr,
rlang (>= 1.1.0),
rprojroot,
rstudioapi,
scales,
stringr,
tibble,
usethis (>= 2.2.0),
vctrs
Suggests:
clipr,
curl,
gert,
gt,
janitor,
labelled,
magick,
pillar,
readr,
readxl,
testthat (>= 3.2.1),
withr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Language: en-CA