-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcodemeta.json
More file actions
81 lines (81 loc) · 2.86 KB
/
Copy pathcodemeta.json
File metadata and controls
81 lines (81 loc) · 2.86 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
{
"@context": "https://w3id.org/codemeta/3.0",
"type": "SoftwareSourceCode",
"author": [
{
"id": "https://orcid.org/0000-0001-6003-1544",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "LACDR, Leiden University"
},
"familyName": "Leegwater",
"givenName": "Hanneke"
},
{
"type": "Role",
"schema:author": "https://orcid.org/0000-0001-6003-1544",
"roleName": "Developer"
},
{
"id": "https://orcid.org/0000-0003-1062-5576",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "LACDR, Leiden University"
},
"email": "g.a.burger@lacdr.leidenuniv.nl",
"familyName": "Burger",
"givenName": "Gerhard"
},
{
"type": "Role",
"schema:author": "https://orcid.org/0000-0003-1062-5576",
"roleName": "Developer",
"startDate": "2024-03-28"
},
{
"type": "Role",
"schema:author": "https://orcid.org/0000-0003-1062-5576",
"roleName": "Maintainer",
"startDate": "2024-03-28"
}
],
"codeRepository": "https://github.com/LACDR/rspacer.git",
"dateCreated": "2024-03-28",
"dateModified": "2025-12-04",
"datePublished": "2025-07-05",
"description": "Wrapper for the RSpace Electronic Lab Notebook (https://www.researchspace.com/) API. This packages provides convenience functions to browse, search, create, and edit your RSpace documents. In addition, it enables filling RSpace templates from R Markdown/Quarto HTML reports or tabular data (e.g., Excel files).",
"downloadUrl": "https://cran.r-project.org/src/contrib/rspacer_0.3.1.tar.gz",
"funder": {
"id": "https://ror.org/027bh9e22",
"type": "Organization"
},
"identifier": "https://doi.org/10.32614/CRAN.package.rspacer",
"keywords": [
"api-wrapper",
"data management",
"eln",
"fair-data"
],
"license": "https://spdx.org/licenses/MIT",
"name": "rspacer",
"operatingSystem": [
"Linux",
"Windows",
"MacOS"
],
"programmingLanguage": "R",
"relatedLink": [
"https://lacdr.github.io/rspacer/",
"https://CRAN.R-project.org/package=rspacer"
],
"releaseNotes": "https://github.com/lacdr/rspacer/blob/main/NEWS.md",
"version": "0.3.1",
"codemeta:contIntegration": {
"id": "https://github.com/LACDR/rspacer/actions/workflows/R-CMD-check.yaml"
},
"continuousIntegration": "https://github.com/LACDR/rspacer/actions/workflows/R-CMD-check.yaml",
"developmentStatus": "active",
"issueTracker": "https://github.com/LACDR/rspacer/issues"
}