-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
49 lines (49 loc) · 1.11 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
Package: cynkrathis
Title: Simplify Project Scaffolding and Common 'renv' Related Tasks
Version: 0.3.4
Authors@R: c(
person("Patrick", "Schratz", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0748-6624")),
person("Kirill", "Müller", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-1416-3412"))
)
Description: Opionionated {renv} helper package by cynkra GmbH.
License: MIT + file LICENSE
URL: https://cynkrathis.cynkra.com/, https://github.com/cynkra/cynkrathis
BugReports: https://github.com/cynkra/cynkrathis/issues
Imports:
callr,
checkmate,
cli,
gh,
glue,
jsonlite,
lifecycle,
renv,
rlang,
rstudioapi,
usethis,
utils
Suggests:
covr,
desc,
drat (>= 0.2.0),
gert,
gitignore,
lintr,
pkgbuild,
precommit,
rmarkdown,
roxygen2,
rsconnect,
stringr,
testthat (>= 3.0.0),
tic,
withr
Remotes:
ropensci/tic
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1