-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
64 lines (64 loc) · 1.51 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Package: staged.dependencies
Type: Package
Title: Install R packages from Particular Git Branches
Version: 0.3.1.9001
Authors@R: c(
person("Adrian", "Waddell", email = "[email protected]", role = c("aut", "cre")),
person("Maximilian", "Mordig", email = "[email protected]", role = "aut"),
person("Nikolas", "Burkoff", email = "[email protected]", role = "aut")
)
Imports:
checkmate,
desc,
devtools,
digest,
dplyr,
fs,
git2r,
glue,
httr,
jsonlite,
methods,
rcmdcheck,
remotes,
rlang,
stats,
tidyr,
utils,
withr,
yaml,
Description: When developing multiple dependent packages, it is often useful to introduce development
stages (devel, pre-release, release) that synchronize these packages.
This package provides an implementation of development stages via branch naming rules. It defines
RStudio addins that allow to install the matching upstream and downstream dependencies.
License: file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Suggests:
knitr,
miniUI,
mockery,
renv,
rmarkdown,
rstudioapi,
shiny,
testthat (>= 2.1.0),
visNetwork
VignetteBuilder: knitr
Collate:
'argument_convention.R'
'caching.R'
'dependencies.R'
'dependencies_app.R'
'dependencies_helper.R'
'git_tools.R'
'graph_methods.R'
'host.R'
'ref_strategy.R'
'renv.R'
'rstudio_jobs.R'
'rstudio_addins.R'
'utils.R'
'zzz.R'