Skip to content

Commit

Permalink
metadata update
Browse files Browse the repository at this point in the history
  • Loading branch information
e-kotov committed Aug 27, 2024
1 parent 4d1ad29 commit 3ecf791
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 8 deletions.
26 changes: 26 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,17 @@ references:
- family-names: Wickham
given-names: Hadley
year: '2024'
- type: software
title: memuse
abstract: 'memuse: Memory Estimation Utilities'
notes: Imports
url: https://github.com/shinra-dev/memuse
repository: https://CRAN.R-project.org/package=memuse
authors:
- family-names: Schmidt
given-names: Drew
email: [email protected]
year: '2024'
- type: software
title: parallelly
abstract: 'parallelly: Enhancing the ''parallel'' Package'
Expand All @@ -189,6 +200,21 @@ references:
email: [email protected]
orcid: https://orcid.org/0000-0002-7579-5165
year: '2024'
- type: software
title: purrr
abstract: 'purrr: Functional Programming Tools'
notes: Imports
url: https://purrr.tidyverse.org/
repository: https://CRAN.R-project.org/package=purrr
authors:
- family-names: Wickham
given-names: Hadley
email: [email protected]
orcid: https://orcid.org/0000-0003-4757-117X
- family-names: Henry
given-names: Lionel
email: [email protected]
year: '2024'
- type: software
title: readr
abstract: 'readr: Read Rectangular Text Data'
Expand Down
41 changes: 33 additions & 8 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,18 @@
"sameAs": "https://CRAN.R-project.org/package=lubridate"
},
"10": {
"@type": "SoftwareApplication",
"identifier": "memuse",
"name": "memuse",
"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=memuse"
},
"11": {
"@type": "SoftwareApplication",
"identifier": "parallelly",
"name": "parallelly",
Expand All @@ -214,7 +226,19 @@
},
"sameAs": "https://CRAN.R-project.org/package=parallelly"
},
"11": {
"12": {
"@type": "SoftwareApplication",
"identifier": "purrr",
"name": "purrr",
"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=purrr"
},
"13": {
"@type": "SoftwareApplication",
"identifier": "readr",
"name": "readr",
Expand All @@ -226,7 +250,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=readr"
},
"12": {
"14": {
"@type": "SoftwareApplication",
"identifier": "rlang",
"name": "rlang",
Expand All @@ -238,7 +262,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=rlang"
},
"13": {
"15": {
"@type": "SoftwareApplication",
"identifier": "sf",
"name": "sf",
Expand All @@ -250,12 +274,12 @@
},
"sameAs": "https://CRAN.R-project.org/package=sf"
},
"14": {
"16": {
"@type": "SoftwareApplication",
"identifier": "stats",
"name": "stats"
},
"15": {
"17": {
"@type": "SoftwareApplication",
"identifier": "stringr",
"name": "stringr",
Expand All @@ -267,7 +291,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=stringr"
},
"16": {
"18": {
"@type": "SoftwareApplication",
"identifier": "tibble",
"name": "tibble",
Expand All @@ -279,7 +303,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=tibble"
},
"17": {
"19": {
"@type": "SoftwareApplication",
"identifier": "xml2",
"name": "xml2",
Expand All @@ -293,8 +317,9 @@
},
"SystemRequirements": null
},
"fileSize": "2068.081KB",
"fileSize": "1081.1KB",
"readme": "https://github.com/Robinlovelace/spanishoddata/blob/main/README.md",
"contIntegration": "https://github.com/Robinlovelace/spanish_od_data/actions/workflows/R-CMD-check.yaml",
"developmentStatus": "https://www.repostatus.org/#wip",
"keywords": ["cdr", "data", "data-package", "mobility", "origin-destination", "rstats", "mobile-telephone-data"]
}

0 comments on commit 3ecf791

Please sign in to comment.