-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathschemaorg.json
32 lines (32 loc) · 1.02 KB
/
schemaorg.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"@context": "https://schema.org",
"type": "SoftwareSourceCode",
"author": {
"id": "https://orcid.org/0000-0001-8457-4658"
},
"codeRepository": "https://github.com/rOpenGov/rogtemplate",
"contributor": {
"id": "https://orcid.org/0000-0002-6965-0787",
"type": "Person",
"email": "steph.buon@gmail.com",
"familyName": "Buongiorno",
"givenName": "Steph"
},
"copyrightHolder": {
"id": "https://orcid.org/0000-0001-8457-4658",
"type": "Person",
"email": "diego.hernangomezherrero@gmail.com",
"familyName": "Hernangómez",
"givenName": "Diego"
},
"description": "This is a private template for use by core rOpenGov packages. Please don’t use for your own code.",
"license": "https://spdx.org/licenses/MIT",
"name": "rogtemplate: 'pkgdown' Template for 'rOpenGov' Packages",
"programmingLanguage": {
"type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.4.2 (2024-10-31 ucrt)",
"version": "0.0.2.9100"
}