-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathappspec.json
More file actions
65 lines (65 loc) · 1.17 KB
/
Copy pathappspec.json
File metadata and controls
65 lines (65 loc) · 1.17 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
{
"settings": [],
"createsArtifacts": true,
"dependencies": {
"R": [
{
"name": "move2"
},
{
"name": "dplyr"
},
{
"name": "sf"
},
{
"name": "vctrs"
},
{
"name": "purrr"
},
{
"name": "rlang"
}
]
},
"license": {
"key": "MIT"
},
"language": "eng",
"keywords": [
"poc",
"transformation",
"mapping",
"R",
"Python"
],
"people": [
{
"firstName": "Clemens",
"middleInitials": null,
"lastName": "Hahn",
"email": "clemens+moveapps@couchbits.com",
"roles": [
"author",
"creator"
],
"orcid": null,
"affiliation": null,
"affiliationRor": null
},
{
"firstName": "Anne",
"middleInitials": "K",
"lastName": "Scharf",
"email": "ascharf@ab.mpg.de",
"roles": ["author"],
"orcid": "0000-0002-3357-8533",
"affiliation": "Max-Planck-Institute of Animal Behavior",
"affiliationRor": "https://ror.org/026stee22"
}
],
"documentation": {
"url": "https://github.com/movestore/link-r-python/blob/main/README.md"
}
}