-
Notifications
You must be signed in to change notification settings - Fork 5
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
3424cc4
commit 2e4d4ef
Showing
3 changed files
with
166 additions
and
0 deletions.
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 |
---|---|---|
|
@@ -6,3 +6,5 @@ | |
^cran-comments\.md$ | ||
^CRAN-RELEASE$ | ||
^\.github$ | ||
^CITATION\.cff$ | ||
^codemeta\.json$ |
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,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 |
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,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" | ||
} |