Skip to content

Commit

Permalink
fst codemeta.json
Browse files Browse the repository at this point in the history
  • Loading branch information
robitalec committed Oct 26, 2018
1 parent 56d9967 commit 9e84460
Showing 1 changed file with 204 additions and 0 deletions.
204 changes: 204 additions & 0 deletions codemeta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,204 @@
{
"@context": ["https://doi.org/10.5063/schema/codemeta-2.0", "http://schema.org"],
"@type": "SoftwareSourceCode",
"identifier": "spatsoc",
"description": "Detects spatial and temporal groups in GPS relocations. \n It can be used to convert GPS relocations to \n gambit-of-the-group format to build proximity-based social networks. \n In addition, the randomizations function provides data-stream \n randomization methods suitable for GPS data. ",
"name": "spatsoc: Group Animal Relocation Data by Spatial and Temporal\n Relationship",
"codeRepository": "https://www.gitlab.com/robit.a/spatsoc",
"relatedLink": ["https://spatsoc.gitlab.io", "https://github.com/robitalec/spatsoc"],
"issueTracker": "https://www.gitlab.com/robit.a/spatsoc/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.1.4",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"version": "3.5.1",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 3.5.1 (2018-07-02)",
"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": "Alec L.",
"familyName": "Robitaille",
"email": "robit.alec@gmail.com"
},
{
"@type": "Person",
"givenName": "Quinn",
"familyName": "Webber"
},
{
"@type": "Person",
"givenName": "Eric",
"familyName": "Vander Wal"
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "Alec L.",
"familyName": "Robitaille",
"email": "robit.alec@gmail.com"
}
],
"softwareSuggestions": [
{
"@type": "SoftwareApplication",
"identifier": "testthat",
"name": "testthat",
"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": "knitr",
"name": "knitr",
"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=knitr"
},
{
"@type": "SoftwareApplication",
"identifier": "rmarkdown",
"name": "rmarkdown",
"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=rmarkdown"
},
{
"@type": "SoftwareApplication",
"identifier": "asnipe",
"name": "asnipe",
"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=asnipe"
}
],
"softwareRequirements": [
{
"@type": "SoftwareApplication",
"identifier": "R",
"name": "R",
"version": ">= 3.4"
},
{
"@type": "SoftwareApplication",
"identifier": "data.table",
"name": "data.table",
"version": ">= 1.10.5",
"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=data.table"
},
{
"@type": "SoftwareApplication",
"identifier": "sp",
"name": "sp",
"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=sp"
},
{
"@type": "SoftwareApplication",
"identifier": "rgeos",
"name": "rgeos",
"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=rgeos"
},
{
"@type": "SoftwareApplication",
"identifier": "adehabitatHR",
"name": "adehabitatHR",
"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=adehabitatHR"
},
{
"@type": "SoftwareApplication",
"identifier": "igraph",
"name": "igraph",
"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=igraph"
},
{
"@type": "SoftwareApplication",
"identifier": "methods",
"name": "methods"
},
{
"@type": "SoftwareApplication",
"identifier": "https://sysreqs.r-hub.io/get/libgeos"
}
],
"citation": [
{
"@type": "SoftwareSourceCode",
"author": [
{
"@type": "Person",
"givenName": "Alec L.",
"familyName": "Robitaille",
"email": "robit.alec@gmail.com"
},
{
"@type": "Person",
"givenName": "Quinn",
"familyName": "Webber"
},
{
"@type": "Person",
"givenName": "Eric",
"familyName": "Vander Wal"
}
],
"name": "spatsoc: Group Animal Relocation Data by Spatial and Temporal Relationship",
"description": "https://spatsoc.gitlab.io, https://www.gitlab.com/robit.a/spatsoc, https://github.com/robitalec/spatsoc"
}
]
}

0 comments on commit 9e84460

Please sign in to comment.