-
Notifications
You must be signed in to change notification settings - Fork 17
/
ChangeLog
175 lines (110 loc) · 5.36 KB
/
ChangeLog
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
2024-08-30 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Authors@R): Added
2024-05-18 Dirk Eddelbuettel <[email protected]>
* README.md: Use tinyverse.netlify.app for dependency badge
2024-02-15 Dirk Eddelbuettel <[email protected]>
* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v4,
add r-ci-setup actions
2023-01-11 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Relase 0.0.5
* README.md: Credit Michael and Iñaki, update two URLs
2023-01-10 Dirk Eddelbuettel <[email protected]>
* R/linl.R: Removed @seealso avoids a R CMD check warning, removed
@inheritedParams as no undocumented parameters left
* man/linl.Rd: Regenerated
2023-01-07 Iñaki Ucar <[email protected]>
* DESCRIPTION (RoxygenNote): Update
* R/linl.R: Use the bundled copy 'wallpaper.sty' v1.30, and document new
options letterhead-x-offset, letterhead-y-offset, letterfoot-x-offset, and
letterfoot-y-offset
* man/linl.Rd: Regenerate
* inst/rmarkdown/templates/pdf/resources/template.tex: Add new options to
template file (see above)
* inst/rmarkdown/templates/pdf/resources/wallpaper.sty: Add
* vignettes/examples/letterfoot.R: Remove margins
* vignettes/examples/letterfoot.pdf: Regenerate
* vignettes/linl.Rmd: Add demo of new options (see above)
2022-11-06 Dirk Eddelbuettel <[email protected]>
* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v3
2021-11-10 Dirk Eddelbuettel <[email protected]>
* README.md: Remove Travis badge
* .travis.yml: Remove Travis YAML config
2021-04-04 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (URL): Add repo
2020-12-27 Dirk Eddelbuettel <[email protected]>
* .github/workflows/ci.yaml: Add CI runner using r-ci
* README.md: Add new CI badge
2020-04-09 Dirk Eddelbuettel <[email protected]>
* README.md: Add 'last commit' badge
2019-10-23 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Relase 0.0.4
* README.md: Add links to binb, pinp, and tint
* docs/vignette.png: Updated screenshot with footer
2019-10-22 Aaron Wolen <[email protected]>
* R/linl.R: Add options to specify the scale and alignment-side for headers
and footers.
2019-10-17 Michal Bojanowski <[email protected]>
* DESCRIPTION: Set Encoding: UTF-8 and use current Roxygen version
* inst/rmarkdown/templates/pdf/resources/template.tex: Use
'letterfoot' option
* R/linl.R: Document the 'letterfoot' option
* vignettes/examples/letterfoot.pdf: Add example letterfoot
* vignettes/examples/letterfoot.R: Script generating letterfoot (for
documentation purposes)
* vignettes/linl.Rmd: Demonstrate use of 'letterfoot' option
2019-01-12 Dirk Eddelbuettel <[email protected]>
* README.md: Add dependency badge
2018-12-30 Dirk Eddelbuettel <[email protected]>
* .travis.yml (notifications): Small generalization of script
2018-12-16 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version and date
* .travis.yml: Use rocker/r-rmd container for Travis CI
2018-12-15 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.3
2018-06-25 Mark van der Loo <[email protected]>
* inst/rmarkdown/templates/pdf/resources/template.tex: Do not load
package 'color' twice with different options (when 'letterhead' used)
2017-10-31 Dirk Eddelbuettel <[email protected]>
* inst/NEWS.Rd: Refer to linl, not tint
2017-10-29 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.2
2017-10-23 Aaron Wolen <[email protected]>
* inst/rmarkdown/templates/pdf/resources/template.tex: Print links
as footnotes by default
* R/linl.R: Document this
* man/linl.Rd: Idem
2017-10-22 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version): Roll minor version and date
* vignettes/linl.Rmd: More minimal vignette, removed now-default args
* docs/vignette.png: Updated screenshot
* inst/rmarkdown/templates/pdf/skeleton/skeleton.Rmd: More minimal
* docs/skeleton.png: Updated screenshot
2017-10-21 Dirk Eddelbuettel <[email protected]>
* README.md: Show installation via drat repo
2017-10-19 Aaron Wolen <[email protected]>
* R/linl.R: Document template variables
* man/linl.Rd: Idem
2017-10-19 Dirk Eddelbuettel <[email protected]>
* inst/rmarkdown/templates/pdf/resources/template.tex: Blockquote
a default as what was opt-in is now opt-out ("plainquote: true")
* inst/rmarkdown/templates/pdf/skeleton/skeleton.Rmd: Updated
2017-10-18 Aaron Wolen <[email protected]>
* inst/rmarkdown/templates/pdf/resources/template.tex: Set more
default choices: fontsize, font, margins, signature indentation
* inst/rmarkdown/templates/pdf/skeleton/skeleton.Rmd: Idem
2017-10-17 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Initial CRAN Release 0.0.1
* .travis.yml: Added Travis invocation via standard run.sh
2017-10-16 Dirk Eddelbuettel <[email protected]>
* R/linl.R (linl): Set keep.tex default to FALSE
* man/linl.R: Updated
2017-10-15 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Initial pre-release version 0.0.1
* inst/inst/rmarkdown/templates/pdf/resources/template.tex: Based on
Aaron's template
* inst/inst/rmarkdown/templates/pdf/skeleton/skeleton.Rmd: Simplified
version based on Aaron's example
* R/linl.R: Rmarkdown integration
* vignette/*: Full-featured example based on Aaron's example
* docs/*: Two screenshots based on skeleton and vignette
* README.md: First version linking to screenshots