-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy pathappendix.Rmd
109 lines (64 loc) · 3.04 KB
/
appendix.Rmd
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
# (APPENDIX) Appendix {-}
# NEWS {#booknews}
## dev
* 2019-05-15, add suggestion to use R Markdown hunks approach when the README and the vignette share content.
* 2019-05-15, add book release guidance for editors.
## 0.2.0
* 2019-05-13, add more content to the chapter about contributing.
* 2019-05-13, add more precise instructions about blog posts to approval template for editors.
* 2019-05-13, add policies allowing using either `<-` or `=` within a package as long as the whole package is consistent.
* 2019-05-13, add request for people to tell us if they use our standards/checklists when reviewing software elsewhere.
* 2019-04-29, add requirement and advice on testing packages using `devel` and `oldrel` R versions on Travis.
* 2019-04-23, add a sentence about why being generous with attributions and more info about ctb vs aut.
* 2019-04-23, add link to Daniel Nüst's notes about migration from XML to xml2.
* 2019-04-22, add use of rOpenSci forum to maintenance section.
* 2019-04-22, ask reviewer for consent to be added to DESCRIPTION in review template.
* 2019-04-22, use a darker blue for links (feedback by [`@kwstat
`](https://github.com/kwstat), #138).
* 2019-04-22, add book cover.
* 2019-04-08, improve formatting and link text in README ([`@katrinleinweber`](https://github.com/katrinleinweber), #137)
* 2019-03-25, add favicon ([`@wlandau`](https://github.com/wlandau), #136).
* 2019-03-21, improve Travis CI guidance, including link to examples. ([`@mpadge`](https://github.com/mpadge), #135)
* 2019-02-07, simplify code examples in Package Evolution section (maintenance_evolution.Rmd file) ([`@hadley`](https://github.com/hadley), #129).
* 2019-02-07, added a PDF file to export (request by [`@IndrajeetPatil`](https://github.com/IndrajeetPatil), #131).
## 0.1.5
* 2019-02-01, created a .zenodo.json to explicitly set editors as authors.
## First release 0.1.0
* 2019-01-23, add details about requirements for packages running on all major platforms and added new section to package categories.
* 2019-01-22, add details to the guide for authors about the development stage at which to submit a package.
* 2018-12-21, inclusion of an explicit policy for conflict of interest (for reviewers and editors).
* 2018-12-18, added more guidance for editor on how to look for reviewers.
* 2018-12-04, onboarding was renamed Software Peer Review.
## place-holder 0.0.1
* Added a `NEWS.md` file to track changes to the book.
# Review template {#reviewtemplate}
```
```{r, child="templates/review.md"}
```
```
# Editor's template {#editortemplate}
```
```{r, child="templates/editor.md"}
```
```
# Review request template {#reviewrequesttemplate}
Editors may make use of the e-mail template below in recruiting reviewers.
```
```{r, child="templates/request.md"}
```
```
# Approval comment template {#approvaltemplate}
```
```{r, child="templates/approved.md"}
```
```
# NEWS template {#newstemplate}
```
```{r, child="templates/news.md"}
```
```
# Book release guidance {#bookreleaseissue}
```
```{r, child="templates/book-release.md"}
```
```