-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpayloadLabeledReviewInProgress
More file actions
220 lines (219 loc) · 13.8 KB
/
payloadLabeledReviewInProgress
File metadata and controls
220 lines (219 loc) · 13.8 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
{
"action": "labeled",
"issue": {
"url": "https://api.github.com/repos/Bioconductor/Contributions/issues/3140",
"repository_url": "https://api.github.com/repos/Bioconductor/Contributions",
"labels_url": "https://api.github.com/repos/Bioconductor/Contributions/issues/3140/labels{/name}",
"comments_url": "https://api.github.com/repos/Bioconductor/Contributions/issues/3140/comments",
"events_url": "https://api.github.com/repos/Bioconductor/Contributions/issues/3140/events",
"html_url": "https://github.com/Bioconductor/Contributions/issues/3140",
"id": 1887546590,
"node_id": "I_kwDOAyn0c85wgaze",
"number": 3140,
"title": "spbtest5",
"user": {
"login": "lshep",
"id": 18724380,
"node_id": "MDQ6VXNlcjE4NzI0Mzgw",
"avatar_url": "https://avatars.githubusercontent.com/u/18724380?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lshep",
"html_url": "https://github.com/lshep",
"followers_url": "https://api.github.com/users/lshep/followers",
"following_url": "https://api.github.com/users/lshep/following{/other_user}",
"gists_url": "https://api.github.com/users/lshep/gists{/gist_id}",
"starred_url": "https://api.github.com/users/lshep/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/lshep/subscriptions",
"organizations_url": "https://api.github.com/users/lshep/orgs",
"repos_url": "https://api.github.com/users/lshep/repos",
"events_url": "https://api.github.com/users/lshep/events{/privacy}",
"received_events_url": "https://api.github.com/users/lshep/received_events",
"type": "User",
"site_admin": false
},
"labels": [
{
"id": 335833554,
"node_id": "MDU6TGFiZWwzMzU4MzM1NTQ=",
"url": "https://api.github.com/repos/Bioconductor/Contributions/labels/2.%20review%20in%20progress",
"name": "2. review in progress",
"color": "1881c2",
"default": false,
"description": "assigned a reviewer and a more thorough review of package code and documentation taking place"
}
],
"state": "open",
"locked": false,
"assignee": null,
"assignees": [
],
"milestone": null,
"comments": 1,
"created_at": "2023-09-08T12:03:11Z",
"updated_at": "2023-09-08T12:12:31Z",
"closed_at": null,
"author_association": "CONTRIBUTOR",
"active_lock_reason": null,
"body": "Update the following URL to point to the GitHub repository of\r\nthe package you wish to submit to _Bioconductor_\r\n\r\n- Repository: https://github.com/lshep/spbtest5\r\n\r\nConfirm the following by editing each check box to '[x]'\r\n\r\n- [x] I understand that by submitting my package to _Bioconductor_,\r\n the package source and all review commentary are visible to the\r\n general public.\r\n\r\n- [x] I have read the _Bioconductor_ [Package Submission][2]\r\n instructions. My package is consistent with the _Bioconductor_\r\n [Package Guidelines][1].\r\n\r\n- [x] I understand Bioconductor [Package Naming Policy][9] and acknowledge\r\n Bioconductor may retain use of package name.\r\n\r\n- [x] I understand that a minimum requirement for package acceptance \r\n is to pass R CMD check and R CMD BiocCheck with no ERROR or WARNINGS. \r\n Passing these checks does not result in automatic acceptance. The \r\n package will then undergo a formal review and recommendations for \r\n acceptance regarding other Bioconductor standards will be addressed.\r\n\r\n- [x] My package addresses statistical or bioinformatic issues related\r\n to the analysis and comprehension of high throughput genomic data.\r\n\r\n- [x] I am committed to the long-term maintenance of my package. This\r\n includes monitoring the [support site][3] for issues that users may\r\n have, subscribing to the [bioc-devel][4] mailing list to stay aware\r\n of developments in the _Bioconductor_ community, responding promptly\r\n to requests for updates from the Core team in response to changes in\r\n _R_ or underlying software.\r\n \r\n- [x] I am familiar with the [Bioconductor code of conduct][7] and \r\n agree to abide by it.\r\n\r\nI am familiar with the essential aspects of _Bioconductor_ software\r\nmanagement, including:\r\n\r\n- [x] The 'devel' branch for new packages and features.\r\n- [x] The stable 'release' branch, made available every six\r\n months, for bug fixes.\r\n- [x] _Bioconductor_ version control using [Git][5]\r\n (optionally [via GitHub][6]).\r\n\r\nFor questions/help about the submission process, including questions about\r\nthe output of the automatic reports generated by the SPB (Single Package\r\nBuilder), please use the #package-submission channel of our Community Slack.\r\nFollow the link on the home page of the [Bioconductor website][8] to sign up.\r\n\r\n[1]: https://contributions.bioconductor.org/\r\n[2]: https://bioconductor.org/developers/package-submission/\r\n[3]: https://support.bioconductor.org\r\n[4]: https://stat.ethz.ch/mailman/listinfo/bioc-devel\r\n[5]: http://bioconductor.org/developers/how-to/git/\r\n[6]: http://bioconductor.org/developers/how-to/git/sync-existing-repositories/\r\n[7]: https://bioconductor.org/about/code-of-conduct/\r\n[8]: https://bioconductor.org/\r\n[9]: https://bioconductor.org/developers/package-submission/#naming",
"reactions": {
"url": "https://api.github.com/repos/Bioconductor/Contributions/issues/3140/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
},
"timeline_url": "https://api.github.com/repos/Bioconductor/Contributions/issues/3140/timeline",
"performed_via_github_app": null,
"state_reason": "reopened"
},
"label": {
"id": 335833554,
"node_id": "MDU6TGFiZWwzMzU4MzM1NTQ=",
"url": "https://api.github.com/repos/Bioconductor/Contributions/labels/2.%20review%20in%20progress",
"name": "2. review in progress",
"color": "1881c2",
"default": false,
"description": "assigned a reviewer and a more thorough review of package code and documentation taking place"
},
"repository": {
"id": 53081203,
"node_id": "MDEwOlJlcG9zaXRvcnk1MzA4MTIwMw==",
"name": "Contributions",
"full_name": "Bioconductor/Contributions",
"private": false,
"owner": {
"login": "Bioconductor",
"id": 2286807,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjIyODY4MDc=",
"avatar_url": "https://avatars.githubusercontent.com/u/2286807?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Bioconductor",
"html_url": "https://github.com/Bioconductor",
"followers_url": "https://api.github.com/users/Bioconductor/followers",
"following_url": "https://api.github.com/users/Bioconductor/following{/other_user}",
"gists_url": "https://api.github.com/users/Bioconductor/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Bioconductor/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Bioconductor/subscriptions",
"organizations_url": "https://api.github.com/users/Bioconductor/orgs",
"repos_url": "https://api.github.com/users/Bioconductor/repos",
"events_url": "https://api.github.com/users/Bioconductor/events{/privacy}",
"received_events_url": "https://api.github.com/users/Bioconductor/received_events",
"type": "Organization",
"site_admin": false
},
"html_url": "https://github.com/Bioconductor/Contributions",
"description": "Contribute Packages to Bioconductor",
"fork": false,
"url": "https://api.github.com/repos/Bioconductor/Contributions",
"forks_url": "https://api.github.com/repos/Bioconductor/Contributions/forks",
"keys_url": "https://api.github.com/repos/Bioconductor/Contributions/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/Bioconductor/Contributions/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/Bioconductor/Contributions/teams",
"hooks_url": "https://api.github.com/repos/Bioconductor/Contributions/hooks",
"issue_events_url": "https://api.github.com/repos/Bioconductor/Contributions/issues/events{/number}",
"events_url": "https://api.github.com/repos/Bioconductor/Contributions/events",
"assignees_url": "https://api.github.com/repos/Bioconductor/Contributions/assignees{/user}",
"branches_url": "https://api.github.com/repos/Bioconductor/Contributions/branches{/branch}",
"tags_url": "https://api.github.com/repos/Bioconductor/Contributions/tags",
"blobs_url": "https://api.github.com/repos/Bioconductor/Contributions/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/Bioconductor/Contributions/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/Bioconductor/Contributions/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/Bioconductor/Contributions/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/Bioconductor/Contributions/statuses/{sha}",
"languages_url": "https://api.github.com/repos/Bioconductor/Contributions/languages",
"stargazers_url": "https://api.github.com/repos/Bioconductor/Contributions/stargazers",
"contributors_url": "https://api.github.com/repos/Bioconductor/Contributions/contributors",
"subscribers_url": "https://api.github.com/repos/Bioconductor/Contributions/subscribers",
"subscription_url": "https://api.github.com/repos/Bioconductor/Contributions/subscription",
"commits_url": "https://api.github.com/repos/Bioconductor/Contributions/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/Bioconductor/Contributions/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/Bioconductor/Contributions/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/Bioconductor/Contributions/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/Bioconductor/Contributions/contents/{+path}",
"compare_url": "https://api.github.com/repos/Bioconductor/Contributions/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/Bioconductor/Contributions/merges",
"archive_url": "https://api.github.com/repos/Bioconductor/Contributions/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/Bioconductor/Contributions/downloads",
"issues_url": "https://api.github.com/repos/Bioconductor/Contributions/issues{/number}",
"pulls_url": "https://api.github.com/repos/Bioconductor/Contributions/pulls{/number}",
"milestones_url": "https://api.github.com/repos/Bioconductor/Contributions/milestones{/number}",
"notifications_url": "https://api.github.com/repos/Bioconductor/Contributions/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/Bioconductor/Contributions/labels{/name}",
"releases_url": "https://api.github.com/repos/Bioconductor/Contributions/releases{/id}",
"deployments_url": "https://api.github.com/repos/Bioconductor/Contributions/deployments",
"created_at": "2016-03-03T20:34:43Z",
"updated_at": "2023-08-02T20:34:29Z",
"pushed_at": "2023-03-15T20:27:46Z",
"git_url": "git://github.com/Bioconductor/Contributions.git",
"ssh_url": "git@github.com:Bioconductor/Contributions.git",
"clone_url": "https://github.com/Bioconductor/Contributions.git",
"svn_url": "https://github.com/Bioconductor/Contributions",
"homepage": "",
"size": 47,
"stargazers_count": 123,
"watchers_count": 123,
"language": null,
"has_issues": true,
"has_projects": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"has_discussions": false,
"forks_count": 32,
"mirror_url": null,
"archived": false,
"disabled": false,
"open_issues_count": 61,
"license": null,
"allow_forking": true,
"is_template": false,
"web_commit_signoff_required": false,
"topics": [
"bioconductor"
],
"visibility": "public",
"forks": 32,
"open_issues": 61,
"watchers": 123,
"default_branch": "devel"
},
"organization": {
"login": "Bioconductor",
"id": 2286807,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjIyODY4MDc=",
"url": "https://api.github.com/orgs/Bioconductor",
"repos_url": "https://api.github.com/orgs/Bioconductor/repos",
"events_url": "https://api.github.com/orgs/Bioconductor/events",
"hooks_url": "https://api.github.com/orgs/Bioconductor/hooks",
"issues_url": "https://api.github.com/orgs/Bioconductor/issues",
"members_url": "https://api.github.com/orgs/Bioconductor/members{/member}",
"public_members_url": "https://api.github.com/orgs/Bioconductor/public_members{/member}",
"avatar_url": "https://avatars.githubusercontent.com/u/2286807?v=4",
"description": "Software for the analysis and comprehension of high-throughput genomic data"
},
"sender": {
"login": "bioc-issue-bot",
"id": 17282096,
"node_id": "MDQ6VXNlcjE3MjgyMDk2",
"avatar_url": "https://avatars.githubusercontent.com/u/17282096?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/bioc-issue-bot",
"html_url": "https://github.com/bioc-issue-bot",
"followers_url": "https://api.github.com/users/bioc-issue-bot/followers",
"following_url": "https://api.github.com/users/bioc-issue-bot/following{/other_user}",
"gists_url": "https://api.github.com/users/bioc-issue-bot/gists{/gist_id}",
"starred_url": "https://api.github.com/users/bioc-issue-bot/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/bioc-issue-bot/subscriptions",
"organizations_url": "https://api.github.com/users/bioc-issue-bot/orgs",
"repos_url": "https://api.github.com/users/bioc-issue-bot/repos",
"events_url": "https://api.github.com/users/bioc-issue-bot/events{/privacy}",
"received_events_url": "https://api.github.com/users/bioc-issue-bot/received_events",
"type": "User",
"site_admin": false
}
}