-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
797cfef
commit dd2ed67
Showing
4 changed files
with
252 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,3 +13,4 @@ | |
^inst/action$ | ||
^doc$ | ||
^Meta$ | ||
^CITATION\.cff$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,246 @@ | ||
# ----------------------------------------------------------- | ||
# CITATION file created with {cffr} R package, v0.2.1 | ||
# See also: https://docs.ropensci.org/cffr/ | ||
# ----------------------------------------------------------- | ||
|
||
cff-version: 1.2.0 | ||
message: 'To cite package "octolog" in publications use:' | ||
type: software | ||
license: MIT | ||
title: 'octolog: Better ''Github Action'' Logging' | ||
version: 0.1.1 | ||
doi: 10.5281/zenodo.5948954 | ||
abstract: 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. | ||
authors: | ||
- family-names: Wujciak-Jens | ||
given-names: Jacob | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0002-7281-3989 | ||
preferred-citation: | ||
type: manual | ||
title: 'octolog: Better ''Github Action'' Logging' | ||
authors: | ||
- family-names: Wujciak-Jens | ||
given-names: Jacob | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0002-7281-3989 | ||
notes: https://github.com/assignUser/octolog, https://assignuser.github.io/octolog/ | ||
year: '2022' | ||
url: https://doi.org/10.5281/zenodo.5948954 | ||
doi: 10.5281/zenodo.5948954 | ||
repository-code: https://github.com/assignUser/octolog | ||
url: https://assignuser.github.io/octolog/ | ||
contact: | ||
- family-names: Wujciak-Jens | ||
given-names: Jacob | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0002-7281-3989 | ||
keywords: | ||
- actions | ||
- rstats | ||
- workflows | ||
references: | ||
- type: software | ||
title: cli | ||
abstract: 'cli: Helpers for Developing Command Line Interfaces' | ||
notes: Imports | ||
authors: | ||
- family-names: Csárdi | ||
given-names: Gábor | ||
email: [email protected] | ||
year: '2022' | ||
url: https://CRAN.R-project.org/package=cli | ||
version: '>= 3.0.0' | ||
- type: software | ||
title: fs | ||
abstract: 'fs: Cross-Platform File System Operations Based on ''libuv''' | ||
notes: Imports | ||
authors: | ||
- family-names: Hester | ||
given-names: Jim | ||
- family-names: Wickham | ||
given-names: Hadley | ||
email: [email protected] | ||
- family-names: Csárdi | ||
given-names: Gábor | ||
email: [email protected] | ||
year: '2022' | ||
url: https://CRAN.R-project.org/package=fs | ||
- type: software | ||
title: glue | ||
abstract: 'glue: Interpreted String Literals' | ||
notes: Imports | ||
authors: | ||
- family-names: Hester | ||
given-names: Jim | ||
orcid: https://orcid.org/0000-0002-2739-7082 | ||
- family-names: Bryan | ||
given-names: Jennifer | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0002-6983-2759 | ||
year: '2022' | ||
url: https://CRAN.R-project.org/package=glue | ||
- type: software | ||
title: magrittr | ||
abstract: 'magrittr: A Forward-Pipe Operator for R' | ||
notes: Imports | ||
authors: | ||
- family-names: Bache | ||
given-names: Stefan Milton | ||
email: [email protected] | ||
- family-names: Wickham | ||
given-names: Hadley | ||
email: [email protected] | ||
year: '2022' | ||
url: https://CRAN.R-project.org/package=magrittr | ||
- type: software | ||
title: openssl | ||
abstract: 'openssl: Toolkit for Encryption, Signatures and Certificates Based on | ||
OpenSSL' | ||
notes: Imports | ||
authors: | ||
- family-names: Ooms | ||
given-names: Jeroen | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0002-4035-0289 | ||
year: '2022' | ||
url: https://CRAN.R-project.org/package=openssl | ||
- type: software | ||
title: rlang | ||
abstract: 'rlang: Functions for Base Types and Core R and ''Tidyverse'' Features' | ||
notes: Imports | ||
authors: | ||
- family-names: Henry | ||
given-names: Lionel | ||
email: [email protected] | ||
- family-names: Wickham | ||
given-names: Hadley | ||
email: [email protected] | ||
year: '2022' | ||
url: https://CRAN.R-project.org/package=rlang | ||
version: '>= 1.0.0' | ||
- type: software | ||
title: utils | ||
abstract: 'R: A Language and Environment for Statistical Computing' | ||
notes: Imports | ||
authors: | ||
- name: R Core Team | ||
location: | ||
name: Vienna, Austria | ||
year: '2022' | ||
url: https://www.R-project.org/ | ||
institution: | ||
name: R Foundation for Statistical Computing | ||
- type: software | ||
title: withr | ||
abstract: 'withr: Run Code ''With'' Temporarily Modified Global State' | ||
notes: Imports | ||
authors: | ||
- family-names: Hester | ||
given-names: Jim | ||
- family-names: Henry | ||
given-names: Lionel | ||
email: [email protected] | ||
- family-names: Müller | ||
given-names: Kirill | ||
email: [email protected] | ||
- family-names: Ushey | ||
given-names: Kevin | ||
email: [email protected] | ||
- family-names: Wickham | ||
given-names: Hadley | ||
email: [email protected] | ||
- family-names: Chang | ||
given-names: Winston | ||
year: '2022' | ||
url: https://CRAN.R-project.org/package=withr | ||
- type: software | ||
title: knitr | ||
abstract: 'knitr: A General-Purpose Package for Dynamic Report Generation in R' | ||
notes: Suggests | ||
authors: | ||
- family-names: Xie | ||
given-names: Yihui | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0003-0645-5666 | ||
year: '2022' | ||
url: https://CRAN.R-project.org/package=knitr | ||
- type: software | ||
title: covr | ||
abstract: 'covr: Test Coverage for Packages' | ||
notes: Suggests | ||
authors: | ||
- family-names: Hester | ||
given-names: Jim | ||
email: [email protected] | ||
year: '2022' | ||
url: https://CRAN.R-project.org/package=covr | ||
- type: software | ||
title: mockery | ||
abstract: 'mockery: Mocking Library for R' | ||
notes: Suggests | ||
authors: | ||
- family-names: Finkelstein | ||
given-names: Noam | ||
- family-names: Bartnik | ||
given-names: Lukasz | ||
- family-names: Hester | ||
given-names: Jim | ||
- family-names: Wickham | ||
given-names: Hadley | ||
email: [email protected] | ||
year: '2022' | ||
url: https://github.com/r-lib/mockery | ||
version: '>= 0.4.2.9000' | ||
- type: software | ||
title: testthat | ||
abstract: 'testthat: Unit Testing for R' | ||
notes: Suggests | ||
authors: | ||
- family-names: Wickham | ||
given-names: Hadley | ||
email: [email protected] | ||
year: '2022' | ||
url: https://CRAN.R-project.org/package=testthat | ||
version: '>= 3.0.0' | ||
- type: software | ||
title: rmarkdown | ||
abstract: 'rmarkdown: Dynamic Documents for R' | ||
notes: Suggests | ||
authors: | ||
- family-names: Allaire | ||
given-names: JJ | ||
email: [email protected] | ||
- family-names: Xie | ||
given-names: Yihui | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0003-0645-5666 | ||
- family-names: McPherson | ||
given-names: Jonathan | ||
email: [email protected] | ||
- family-names: Luraschi | ||
given-names: Javier | ||
email: [email protected] | ||
- family-names: Ushey | ||
given-names: Kevin | ||
email: [email protected] | ||
- family-names: Atkins | ||
given-names: Aron | ||
email: [email protected] | ||
- family-names: Wickham | ||
given-names: Hadley | ||
email: [email protected] | ||
- family-names: Cheng | ||
given-names: Joe | ||
email: [email protected] | ||
- family-names: Chang | ||
given-names: Winston | ||
email: [email protected] | ||
- family-names: Iannone | ||
given-names: Richard | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0003-3925-190X | ||
year: '2022' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: octolog | ||
Title: Better 'Github Action' Logging | ||
Version: 0.1.0 | ||
Version: 0.1.1 | ||
Authors@R: | ||
person("Jacob", "Wujciak-Jens", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0002-7281-3989")) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# octolog 0.1.1 | ||
|
||
* add CITATION | ||
|
||
# octolog 0.1.0 | ||
|
||
* This is the initial release! |