-
Notifications
You must be signed in to change notification settings - Fork 18
/
DESCRIPTION
124 lines (124 loc) · 3.18 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
Type: Package
Package: tic
Title: Tasks Integrating Continuously: CI-Agnostic Workflow Definitions
Version: 0.14.0
Authors@R: c(
person("Patrick", "Schratz", , "patrick.schratz@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0748-6624")),
person("Kirill", "Müller", role = "aut",
comment = c(ORCID = "0000-0002-1416-3412")),
person("Mika", "Braginsky", , "mika.br@gmail.com", role = "aut"),
person("Karthik", "Ram", , "karthik.ram@gmail.com", role = "aut"),
person("Jeroen", "Ooms", , "jeroen.ooms@stat.ucla.edu", role = "aut"),
person("Max", "Held", role = "rev",
comment = "Max reviewed the package for ropensci, see <https://github.com/ropensci/software-review/issues/305>"),
person("Anna", "Krystalli", role = "rev",
comment = "Anna reviewed the package for ropensci, see <https://github.com/ropensci/software-review/issues/305>"),
person("Laura", "DeCicco", role = "rev",
comment = "Laura reviewed the package for ropensci, see <https://github.com/ropensci/software-review/issues/305>"),
person("rOpenSci", role = "fnd")
)
Description: Provides a way to describe common build and deployment
workflows for R-based projects: packages, websites (e.g. blogdown,
pkgdown), or data processing (e.g. research compendia). The recipe is
described independent of the continuous integration tool used for
processing the workflow (e.g. 'GitHub Actions' or 'Circle CI'). This
package has been peer-reviewed by rOpenSci (v0.3.0.9004).
License: GPL (>= 2)
URL: https://github.com/ropensci/tic
BugReports: https://github.com/ropensci/tic/issues
Depends:
R (>= 3.2.0)
Imports:
cli (>= 3.2.0),
crayon,
git2r,
lifecycle,
magrittr,
memoise,
methods,
pak,
R6,
remotes,
rlang (>= 1.0.0),
usethis,
withr
Suggests:
base64enc,
blogdown,
bookdown,
callr,
circle,
covr,
desc,
devtools,
drat,
fansi,
gh (>= 1.1.0),
knitr,
openssl,
pkgdepends,
pkgdown,
purrr,
rcmdcheck,
rmarkdown,
rprojroot,
sodium,
stats,
stringr,
testthat (>= 2.1.0),
utils
VignetteBuilder:
knitr
RdMacros:
lifecycle
ByteCompile: No
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
SystemRequirements: sodium harfbuzz fribidi libgit2
Collate:
'base64.R'
'ci.R'
'circleci.R'
'droneci.R'
'dsl-storage.R'
'dsl.R'
'gh-actions.R'
'git2r.R'
'helpers_github.R'
'install.R'
'local.R'
'macro.R'
'macro-package-checks.R'
'macro-pkgdown.R'
'macro-blogdown.R'
'macro-bookdown.R'
'macro-drat.R'
'macro-readme-rmd.R'
'mock.R'
'print.R'
'repo.R'
'run.R'
'stage.R'
'steps-base.R'
'steps-blogdown.R'
'steps-bookdown.R'
'steps-code.R'
'steps-drat.R'
'steps-git.R'
'steps-install.R'
'steps-rcmdcheck.R'
'steps-pkgdown.R'
'steps-session-info.R'
'steps-ssh.R'
'steps-write-text-file.R'
'tic-package.R'
'update-yaml-helpers.R'
'update-yaml.R'
'use-badge.R'
'use-yaml.R'
'use_tic.R'
'utils.R'