You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .zenodo.json
+29-14Lines changed: 29 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -2,67 +2,82 @@
2
2
"description": "Extended version of the rOpenSci packaging guide. This book is a guide for authors, maintainers, reviewers and editors of rOpenSci. The first section of the book contains our guidelines for creating and testing R packages. The second section is dedicated to rOpenSci's software peer review process: what it is, our policies, and specific guides for authors, editors and reviewers throughout the process. The third and last section features our best practice for nurturing your package once it has been onboarded: how to collaborate with other developers, how to document releases, how to promote your package and how to leverage GitHub as a development platform. The third section also features a chapter for anyone wishing to start contributing to rOpenSci packages.",
3
3
"license": {"id":"CC-BY-4.0"},
4
4
"title": "rOpenSci Packages: Development, Maintenance, and Peer Review",
5
-
"version": "0.6.0",
5
+
"version": "0.7.0",
6
6
"upload_type": "software",
7
-
"publication_date": "2021-02-22",
7
+
"publication_date": "2021-11-16",
8
8
"publication_type": "book",
9
9
"creators": [
10
10
{
11
11
"name": "rOpenSci"
12
12
},
13
13
{
14
-
"name": "Brooke Anderson",
14
+
"name": "Anderson, Brooke",
15
15
"affiliation": "Colorado State University"
16
16
},
17
17
{
18
-
"name": "Scott Chamberlain",
18
+
"name": "Chamberlain, Scott",
19
19
"affiliation": "rOpenSci",
20
20
"orcid": "0000-0003-1444-9135"
21
21
},
22
22
{
23
-
"name": "Laura DeCicco",
23
+
"name": "DeCicco, Laura",
24
24
"affiliation": "USGS",
25
25
"orcid": "0000-0002-3915-9487"
26
26
},
27
27
{
28
-
"name": "Julia Gustavsen",
29
-
"affiliation": "SOPHiA GENETICS",
28
+
"name": "Gustavsen, Julia",
29
+
"affiliation": "Agroscope",
30
30
"orcid": "0000-0002-4764-4802"
31
31
},
32
32
{
33
-
"name": "Anna Krystalli",
33
+
"name": "Krystalli, Anna",
34
34
"affiliation": "University of Sheffield RSE",
35
35
"orcid": "0000-0002-2378-4915"
36
36
},
37
37
{
38
-
"name": "Mauro Lepore",
38
+
"name": "Lepore, Mauro",
39
39
"affiliation": "2 Degrees Investing Initiative",
40
40
"orcid": "0000-0002-1986-7988"
41
41
},
42
42
{
43
-
"name": "Lincoln Mullen",
43
+
"name": "Mullen, Lincoln",
44
44
"affiliation": "George Mason University",
45
45
"orcid": "0000-0001-5103-6917"
46
46
},
47
47
{
48
-
"name": "Karthik Ram",
48
+
"name": "Ram, Karthik",
49
49
"affiliation": "rOpenSci",
50
50
"orcid": "0000-0002-0233-1757"
51
51
},
52
52
{
53
-
"name": "Noam Ross",
53
+
"name": "Ross, Noam",
54
54
"affiliation": "EcoHealth Alliance",
55
55
"orcid": "0000-0002-2136-0000"
56
56
},
57
57
{
58
-
"name": "Ma\u00eblle Salmon",
58
+
"name": "Salmon, Ma\u00eblle",
59
59
"affiliation": "rOpenSci",
60
60
"orcid": "0000-0002-2815-0399"
61
61
},
62
62
{
63
-
"name": "Melina Vidoni",
63
+
"name": "Vidoni, Melina",
64
64
"affiliation": "RMIT University (School of Science)",
65
65
"orcid": "0000-0002-4099-1430"
66
+
},
67
+
{
68
+
"name": "Riederer, Emily",
69
+
"affiliation": "Capital One",
70
+
"orcid": ""
71
+
},
72
+
{
73
+
"name": "Sparks, Adam",
74
+
"affiliation": "Department of Primary Industries and Regional Development",
Copy file name to clipboardExpand all lines: appendix.Rmd
+61-10Lines changed: 61 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,38 @@
2
2
3
3
# NEWS {#booknews}
4
4
5
+
## dev
6
+
7
+
* 2021-11-04, add mentions of stat software review to software review intro and to the first book page (#342).
8
+
9
+
* 2021-11-04, mention pkgcheck in the author guide (@mpadge, #343).
10
+
11
+
* 2021-11-04, add editors' responsabilities including Editor etiquette for commenting on packages on which you aren't handling/reviewing (@jhollist, #354).
12
+
13
+
* 2021-11-04, give precise examples of tools for installation instructions (remotes, pak, R-universe).
14
+
15
+
* 2021-11-04, add more bot guidance (less work for editors).
* 2021-09-14, add a requirement that there is at least one _HTML_ vignette.
20
+
21
+
* 2021-09-03, add some recommendations around git. (@annakrystalli, #341)
22
+
23
+
* 2021-07-14, clarify the categories data extraction and munging by adding examples. (@noamross, #337)
24
+
25
+
* 2021-05-20, add guidance around setting up your package to foster a community, inspired by the recent rOpenSci community call. (with help from `@Bisaloo`, #289, #308)
26
+
27
+
* 2021-04-27, no longer ask reviewers to ask covr as it'll be done by automatic tools, but ask them to pay attention to tests skipped.
28
+
29
+
* 2021-04-02, add citation guidance.
30
+
31
+
* 2021-04-02, stop asking reviewers to run goodpractice as this is part of editorial checks.
32
+
33
+
* 2021-03-23, launched a new form for reviewer volunteering.
34
+
35
+
* 2021-02-24, add guidance around the use of `@ropensci-review-bot`.
36
+
5
37
## 0.6.0
6
38
7
39
* 2021-02-04, add guidance to enforce package versioning and tracking of changes through review (`@annakrystalli`, #305)
@@ -204,25 +236,40 @@
204
236
205
237
* Added a `NEWS.md` file to track changes to the book.
Copy file name to clipboardExpand all lines: index.Rmd
+9-8Lines changed: 9 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: "rOpenSci Packages: Development, Maintenance, and Peer Review"
3
-
author: "rOpenSci software review editorial team (current and alumni): Brooke Anderson, Scott Chamberlain, Laura DeCicco, Julia Gustavsen, Anna Krystalli, Mauro Lepore, Lincoln Mullen, Karthik Ram, Emily Riederer, Noam Ross, Maëlle Salmon, Melina Vidoni"
3
+
author: "rOpenSci software review editorial team (current and alumni): Brooke Anderson, Scott Chamberlain, Laura DeCicco, Julia Gustavsen, Jeff Hollister, Anna Krystalli, Mauro Lepore, Lincoln Mullen, Karthik Ram, Emily Riederer, Noam Ross, Maëlle Salmon, Adam Sparks, Melina Vidoni"
@@ -47,7 +48,7 @@ Welcome! This book is a guide for authors, maintainers, reviewers and editors of
47
48
48
49
The [first section of the book](#building) contains our guidelines for creating and testing R packages.
49
50
50
-
The [second section](#softwarereviewintro) is dedicated to rOpenSci's software peer review process: what it is, our policies, and specific guides for authors, editors and reviewers throughout the process.
51
+
The [second section](#softwarereviewintro) is dedicated to rOpenSci's software peer review process: what it is, our policies, and specific guides for authors, editors and reviewers throughout the process. For _statistical software review_, refer to the [project webpage and resources](https://ropensci.org/stat-software-review/).
51
52
52
53
The [third and last section](#collaboration) features our best practice for nurturing your package once it has been onboarded: how to collaborate with other developers, how to document releases, how to promote your package and how to leverage GitHub as a development platform. The third section also features a [chapter for anyone wishing to start contributing to rOpenSci packages](#contributingguide).
0 commit comments