-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
50 lines (50 loc) · 1.05 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: Rprofile
Title: Functions to be loaded with Rprofile
Version: 0.0.0.9008
Authors@R:
person(given = "Jordan Mark",
family = "Barbone",
role = c("aut", "cph", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9788-3628"))
Description: What the package does (one paragraph).
License: MIT + file LICENSE
URL: https://github.com/jmbarbone/Rprofile,
https://jmbarbone.github.io/Rprofile/
BugReports: https://github.com/jmbarbone/Rprofile/issues
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 3.6.0)
Imports:
fuj (>= 0.2.1),
magrittr,
rlang,
utils
Suggests:
cli,
clipr,
crayon,
dang,
devtools,
fortunes,
fs,
gh,
lintr,
mark (>= 0.8.0),
praise,
prompt,
readr,
rstudioapi,
spelling,
testthat (>= 3.0.0),
urlchecker,
usethis,
xopen
Remotes:
github::jmbarbone/fuj@*release,
github::jmbarbone/mark@*release
Config/testthat/edition: 3