-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
82 lines (82 loc) · 2.41 KB
/
Copy pathcodemeta.json
File metadata and controls
82 lines (82 loc) · 2.41 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"@context": "https://w3id.org/codemeta/3.0",
"@type": "SoftwareSourceCode",
"identifier": "r-course-exercise-exercise",
"dateCreated": "2025-03-28",
"applicationCategory": "Education",
"applicationSubCategory": "Programming Language Course",
"name": "An Introduction to the R Programming Language: Class Exercise",
"author": [
{
"@type": "Person",
"familyName": "Vartanian",
"givenName": "Daniel",
"email": "danielvartan@proton.me",
"affiliation": {
"@type": "Organization",
"name": "University of São Paulo",
"url": "https://www.usp.br"
},
"@id": "https://orcid.org/0000-0001-7782-759X"
}
],
"copyrightHolder": {
"@type": "Person",
"familyName": "Vartanian",
"givenName": "Daniel",
"email": "danielvartan@proton.me",
"@id": "https://orcid.org/0000-0001-7782-759X"
},
"maintainer": {
"@type": "Person",
"familyName": "Vartanian",
"givenName": "Daniel",
"email": "danielvartan@proton.me",
"@id": "https://orcid.org/0000-0001-7782-759X"
},
"description": "Class exercise for the course \"An Introduction to the R Programming Language\".",
"keywords": [
"Education",
"Nutrition",
"Children",
"Ultra-Processed Foods",
"MISFS",
"SISVAN",
"Brazil",
"Data Science",
"Data Visualization",
"Statistical Modeling",
"R Programming",
"rstats",
"Quarto",
"Reproducible Research",
"Open Science",
"Open Source"
],
"license": "https://www.gnu.org/licenses/gpl-3.0",
"codeRepository": "https://github.com/danielvartan/r-course-exercise",
"issueTracker": "https://github.com/danielvartan/r-course-exercise/issues",
"runtimePlatform": "R",
"relatedLink": [
"https://doi.org/10.5281/zenodo.18615610",
"https://danielvartan.github.io/r-course-exercise/",
"https://doi.org/10.5281/zenodo.18332665",
"https://danielvartan.github.io/r-course/",
"https://github.com/sponsors/danielvartan"
],
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"version": "4.5.2",
"url": "https://www.r-project.org/"
},
"operatingSystem": [
"Linux",
"macOS",
"Windows"
],
"developmentStatus": "inactive",
"readme": "https://github.com/danielvartan/r-course-exercise/blob/main/README.md",
"releaseNotes": "https://github.com/danielvartan/r-course-exercise/blob/main/NEWS.md",
"version": "2.0.1.9000"
}