-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
34 lines (34 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
Package: octolog
Title: Better 'GitHub Actions' Logging
Version: 0.1.1.9000
Authors@R:
person("Jacob", "Wujciak-Jens", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7281-3989"))
Description: Provides an API for 'GitHub' <https://github.com> workflow
commands and makes it possible to signal conditions from within R that
will create annotations when used within 'GitHub Actions'
<https://github.com/features/actions> but raise normal R conditions
when used interactively.
License: MIT + file LICENSE
URL: https://github.com/assignUser/octolog,
https://jacob.wujciak.de/octolog/
BugReports: https://github.com/assignUser/octolog/issues
Imports:
cli (>= 3.0.0),
glue,
rlang (>= 0.4.10),
utils,
withr
Suggests:
knitr,
covr,
mockery (>= 0.4.2.9000),
openssl,
testthat (>= 3.0.0),
rmarkdown
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
VignetteBuilder: knitr