Skip to content

Commit

Permalink
Update CITATION.cff
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Nov 17, 2022
1 parent d3d93cc commit 385c90c
Showing 1 changed file with 13 additions and 24 deletions.
37 changes: 13 additions & 24 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -----------------------------------------------------------
# CITATION file created with {cffr} R package, v0.4.0
# CITATION file created with {cffr} R package, v0.3.0
# See also: https://docs.ropensci.org/cffr/
# -----------------------------------------------------------

Expand Down Expand Up @@ -60,33 +60,30 @@ references:
- type: software
title: 'R: A Language and Environment for Statistical Computing'
notes: Depends
url: https://www.R-project.org/
authors:
- name: R Core Team
location:
name: Vienna, Austria
year: '2022'
url: https://www.R-project.org/
institution:
name: R Foundation for Statistical Computing
version: '>= 3.6.0'
- type: software
title: crayon
abstract: 'crayon: Colored Terminal Output'
notes: Imports
url: https://github.com/r-lib/crayon#readme
repository: https://CRAN.R-project.org/package=crayon
authors:
- family-names: Csárdi
given-names: Gábor
email: csardi.gabor@gmail.com
year: '2022'
url: https://CRAN.R-project.org/package=crayon
version: '>= 1.4.1'
- type: software
title: desc
abstract: 'desc: Manipulate DESCRIPTION Files'
notes: Imports
url: https://github.com/r-lib/desc#readme
repository: https://CRAN.R-project.org/package=desc
authors:
- family-names: Csárdi
given-names: Gábor
Expand All @@ -97,26 +94,24 @@ references:
given-names: Jim
email: james.f.hester@gmail.com
year: '2022'
url: https://CRAN.R-project.org/package=desc
version: '>= 1.3.0'
- type: software
title: jsonlite
abstract: 'jsonlite: A Simple and Robust JSON Parser and Generator for R'
notes: Imports
url: https://arxiv.org/abs/1403.2805
repository: https://CRAN.R-project.org/package=jsonlite
authors:
- family-names: Ooms
given-names: Jeroen
email: jeroen@berkeley.edu
orcid: https://orcid.org/0000-0002-4035-0289
year: '2022'
url: https://CRAN.R-project.org/package=jsonlite
version: '>= 1.7.2'
- type: software
title: jsonvalidate
abstract: 'jsonvalidate: Validate ''JSON'' Schema'
notes: Imports
url: https://docs.ropensci.org/jsonvalidate/
repository: https://CRAN.R-project.org/package=jsonvalidate
authors:
- family-names: FitzJohn
given-names: Rich
Expand All @@ -128,13 +123,12 @@ references:
- family-names: Poberezkin
given-names: Evgeny
year: '2022'
url: https://CRAN.R-project.org/package=jsonvalidate
version: '>= 1.1.0'
- type: software
title: yaml
abstract: 'yaml: Methods to Convert R Data to YAML and Back'
notes: Imports
url: https://github.com/vubiostat/r-yaml/
repository: https://CRAN.R-project.org/package=yaml
authors:
- family-names: Garbett
given-names: Shawn P
Expand Down Expand Up @@ -162,13 +156,12 @@ references:
- family-names: Kamvar
given-names: Zhian N.
year: '2022'
url: https://CRAN.R-project.org/package=yaml
version: '>= 2.2.1'
- type: software
title: bibtex
abstract: 'bibtex: Bibtex Parser'
notes: Suggests
url: https://docs.ropensci.org/bibtex/
repository: https://CRAN.R-project.org/package=bibtex
authors:
- family-names: Francois
given-names: Romain
Expand All @@ -179,25 +172,23 @@ references:
email: diego.hernangomezherrero@gmail.com
orcid: https://orcid.org/0000-0001-8457-4658
year: '2022'
url: https://CRAN.R-project.org/package=bibtex
version: '>= 0.5.0'
- type: software
title: knitr
abstract: 'knitr: A General-Purpose Package for Dynamic Report Generation in R'
notes: Suggests
url: https://yihui.org/knitr/
repository: https://CRAN.R-project.org/package=knitr
authors:
- family-names: Xie
given-names: Yihui
email: xie@yihui.name
orcid: https://orcid.org/0000-0003-0645-5666
year: '2022'
url: https://CRAN.R-project.org/package=knitr
- type: software
title: lifecycle
abstract: 'lifecycle: Manage the Life Cycle of your Package Functions'
notes: Suggests
url: https://lifecycle.r-lib.org/
repository: https://CRAN.R-project.org/package=lifecycle
authors:
- family-names: Henry
given-names: Lionel
Expand All @@ -207,12 +198,11 @@ references:
email: hadley@rstudio.com
orcid: https://orcid.org/0000-0003-4757-117X
year: '2022'
url: https://CRAN.R-project.org/package=lifecycle
- type: software
title: rmarkdown
abstract: 'rmarkdown: Dynamic Documents for R'
notes: Suggests
url: https://pkgs.rstudio.com/rmarkdown/
repository: https://CRAN.R-project.org/package=rmarkdown
authors:
- family-names: Allaire
given-names: JJ
Expand Down Expand Up @@ -247,24 +237,22 @@ references:
email: rich@rstudio.com
orcid: https://orcid.org/0000-0003-3925-190X
year: '2022'
url: https://CRAN.R-project.org/package=rmarkdown
- type: software
title: testthat
abstract: 'testthat: Unit Testing for R'
notes: Suggests
url: https://testthat.r-lib.org
repository: https://CRAN.R-project.org/package=testthat
authors:
- family-names: Wickham
given-names: Hadley
email: hadley@rstudio.com
year: '2022'
url: https://CRAN.R-project.org/package=testthat
version: '>= 3.0.0'
- type: software
title: usethis
abstract: 'usethis: Automate Package and Project Setup'
notes: Suggests
url: https://usethis.r-lib.org
repository: https://CRAN.R-project.org/package=usethis
authors:
- family-names: Wickham
given-names: Hadley
Expand All @@ -279,3 +267,4 @@ references:
email: malcolmbarrett@gmail.com
orcid: https://orcid.org/0000-0003-0299-5825
year: '2022'
url: https://CRAN.R-project.org/package=usethis

0 comments on commit 385c90c

Please sign in to comment.