Skip to content

Commit

Permalink
add citation.cff and codemeta.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rivaquiroga committed Mar 9, 2022
1 parent 3424cc4 commit 2e4d4ef
Show file tree
Hide file tree
Showing 3 changed files with 166 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
^cran-comments\.md$
^CRAN-RELEASE$
^\.github$
^CITATION\.cff$
^codemeta\.json$
86 changes: 86 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
# -----------------------------------------------------------
# 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 "guaguas" in publications use:'
type: software
license: CC0-1.0
title: 'guaguas: Nombres Inscritos en Chile (1920 - 2021)'
version: 0.3.0
abstract: 'Datos de nombres inscritos en Chile entre 1920 y 2021, de acuerdo al Servicio
de Registro Civil. English: Chilean baby names registered from 1920 to 2021 by the
Civil Registry Service.'
authors:
- family-names: Quiroga
given-names: Riva
email: [email protected]
orcid: https://orcid.org/0000-0002-1147-4135
preferred-citation:
type: data
title: 'guaguas: Nombres Inscritos en Chile (1920 - 2021)'
authors:
- family-names: Quiroga
given-names: Riva
email: [email protected]
orcid: https://orcid.org/0000-0002-1147-4135
version: 0.3.0
abstract: 'Datos de nombres inscritos en Chile entre 1920 y 2021, de acuerdo al
Servicio de Registro Civil. English: Chilean baby names registered from 1920 to
2021 by the Civil Registry Service.'
repository: https://CRAN.R-project.org/package=guaguas
repository-code: https://github.com/rivaquiroga/guaguas
url: https://github.com/rivaquiroga/guaguas
contact:
- family-names: Quiroga
given-names: Riva
email: [email protected]
orcid: https://orcid.org/0000-0002-1147-4135
license: CC0-1.0
year: '2022'
repository: https://CRAN.R-project.org/package=guaguas
repository-code: https://github.com/rivaquiroga/guaguas
url: https://github.com/rivaquiroga/guaguas
contact:
- family-names: Quiroga
given-names: Riva
email: [email protected]
orcid: https://orcid.org/0000-0002-1147-4135
references:
- type: software
title: 'R: A Language and Environment for Statistical Computing'
notes: Depends
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: '>= 2.10'
- 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: tibble
abstract: 'tibble: Simple Data Frames'
notes: Suggests
authors:
- family-names: Müller
given-names: Kirill
email: [email protected]
- family-names: Wickham
given-names: Hadley
email: [email protected]
year: '2022'
url: https://CRAN.R-project.org/package=tibble
78 changes: 78 additions & 0 deletions codemeta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "guaguas",
"description": "Datos de nombres inscritos en Chile entre 1920 y 2021, de acuerdo al Servicio de Registro Civil. English: Chilean baby names registered from 1920 to 2021 by the Civil Registry Service.",
"name": "guaguas: Nombres Inscritos en Chile (1920 - 2021)",
"codeRepository": "https://github.com/rivaquiroga/guaguas",
"issueTracker": "https://github.com/rivaquiroga/guaguas/issues",
"license": "https://spdx.org/licenses/CC0-1.0",
"version": "0.3.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.1.2 (2021-11-01)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"author": [
{
"@type": "Person",
"givenName": "Riva",
"familyName": "Quiroga",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0002-1147-4135"
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "Riva",
"familyName": "Quiroga",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0002-1147-4135"
}
],
"softwareSuggestions": [
{
"@type": "SoftwareApplication",
"identifier": "testthat",
"name": "testthat",
"version": ">= 3.0.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=testthat"
},
{
"@type": "SoftwareApplication",
"identifier": "tibble",
"name": "tibble",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=tibble"
}
],
"softwareRequirements": {
"1": {
"@type": "SoftwareApplication",
"identifier": "R",
"name": "R",
"version": ">= 2.10"
},
"SystemRequirements": null
},
"fileSize": "4303.794KB"
}

0 comments on commit 2e4d4ef

Please sign in to comment.