-
Notifications
You must be signed in to change notification settings - Fork 27
/
ChangeLog
282 lines (171 loc) · 8.67 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
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
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
2024-08-02 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version and date
* DESCRIPTION (Authors@R): Added
2024-07-14 Dirk Eddelbuettel <[email protected]>
* README.md (package): Switch some URLs from http to https
2024-07-06 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.7
* inst/rmarkdown/templates/metropolis/resources/template.tex:
Define `pandocunbounded` now needed by pandoc (>= 3.2.1)
* DESCRIPTION (Imports): Add `codetools` now needed too
* NAMESPACE: Also import `codetools`
* README.md: Update several URLs
2024-06-14 Dirk Eddelbuettel <[email protected]>
* .github/workflows/ci.yaml (jobs): Update to r-ci-setup action
2024-05-18 Dirk Eddelbuettel <[email protected]>
* README.md: Use tinyverse.netlify.app for dependency badge
2024-01-05 Dirk Eddelbuettel <[email protected]>
* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v4
2022-10-31 Dirk Eddelbuettel <[email protected]>
* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v3
2021-11-05 Dirk Eddelbuettel <[email protected]>
* README.md: Remove Travis badge
* .travis.yml: Remove Travis YAML config
2021-03-21 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (URL): Add package page to URL entry
2020-12-25 Dirk Eddelbuettel <[email protected]>
* .github/workflows/ci.yaml: Small tweaks to CI YAML file
2020-12-19 Dirk Eddelbuettel <[email protected]>
* .github/workflows/ci.yaml: Add CI runner using r-ci
* README.md: Add new CI badge
2020-06-10 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.6
* .travis.yml: Switch to bionic and R 4.0.0
2020-06-08 Joseph Stachelek <[email protected]>
* R/binb.R: Update natbib default from 'none' to 'default' to please
current rmarkdown package
2020-04-08 Dirk Eddelbuettel <[email protected]>
* README.md: Add 'last commit' badge
2019-12-17 Andras Svraka <[email protected]>
* inst/rmarkdown/templates/metropolis/resources/template.tex: Support
titlegraphics yaml option
2019-11-02 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.5
* docs/monashDemo.pdf: Copied from inst/monashDemo/
* docs/monashOptions.pdf: Idem
* README.md: Reference two longer Monash demos
2019-10-27 Dirk Eddelbuettel <[email protected]>
* README.md: Add 'See also' section
2019-10-09 David Selby <[email protected]>
* inst/rmarkdown/templates/presento/skeleton/presento.sty: Correctly
the exported theme name to 'Presento'
2019-08-22 Rob Hyndman <[email protected]>
* inst/rmarkdown/templates/monash/skeleton/beamerfontthememonash.sty:
Support additonal titlepage options
* inst/rmarkdown/templates/monash/resources/template.tex: Idem
* inst/monashDemo/monashOptions.Rmd: New demo showing more options
* inst/monashDemo/monashOptions.pdf: Ditto
* inst/monashDemo/title16x9.png: Graphic used in new demo
2019-08-21 Rob Hyndman <[email protected]>
* inst/rmarkdown/templates/monash/resources/template.tex: Allow
alternate title page
* inst/rmarkdown/templates/monash/skeleton/beamerfontthememonash.sty:
Use bera as fallback font if carlito is not available
2019-06-23 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.4
2019-06-20 Joseph Stachelek <[email protected]>
* inst/rmarkdown/templates/presento/resources/template.tex: Correctly
pull date from Rmd rather than hardcode today
2019-05-03 Johan Larson <[email protected]>
* inst/rmarkdown/templates/iqss/resources/templates.tex: Support
beameroptions, use pgfpages if present
* inst/rmarkdown/templates/metropolis/resources/templates.tex: Idem
* inst/rmarkdown/templates/monash/resources/templates.tex: Idem
* vignettes/metropolisDemo.Rmd: Use beamperoption to show notes
* vignettes/metropolisDemo.pdf: Idem
2019-03-26 Dirk Eddelbuettel <[email protected]>
* README.md: Add dependencies badge
2019-02-24 Rob Hyndman <[email protected]>
* inst/rmarkdown/templates/monash/resources/template.tex: Header
includes moved to later in file, outline header can be changed, a
tightoc option was added
* inst/monashDemo/monashDemo.Rmd: Added
* inst/monashDemo/monashDemo.pdf: Idem
2018-11-21 Rob Hyndman <[email protected]>
* inst/rmarkdown/templates/monash/: Improved colortheme handling for
Monash theme, also improved spacing in table of contents
* R/binb.R: Updated for colortheme selection for Monash
* man/metropolis.Rd: Idem
2018-10-15 Dirk Eddelbuettel <[email protected]>
* README.md: Small touchups
2018-10-12 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.3
2018-10-11 Ista Zahn <[email protected]>
* inst/rmarkdown/templates/iqss/resources/template.tex: Permit
override of titlepage header
2018-10-09 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Rolled minor version
* inst/rmarkdown/templates/monash/resources/template.tex: Provide
better fallbacks for fontsize, titlefontsize, colortheme
* inst/rmarkdown/templates/monash/skeleton/skeleton.Rmd: Idem
2018-10-09 Rob Hyndman <[email protected]>
* inst/rmarkdown/templates/monash/: Added Monash theme
2018-10-02 Ista Zahn <[email protected]>
* inst/iqssDemo/beamerfontthemeiqss.sty: Fall back to default font
if Libertinus is unavailable
* inst/rmarkdown/templates/iqss/skeleton/beamerfontthemeiqss.sty:
Ditto
2018-09-27 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.2
* README.md: Small edits
* docs/binb_minimal.gif: Combine existing *minimal.pdf
2018-09-26 Dirk Eddelbuettel <[email protected]>
* docs/Makefile: Auto-create gif files with correct specs
2018-09-26 Mikko Korpela <[email protected]>
* docs/metropolis_minimal.gif: Recreated with correct use of display
* docs/iqss_minimal.gif: Ditto
* docs/presento_minimal.gif: Ditto
2018-09-24 Dirk Eddelbuettel <[email protected]>
* inst/rmarkdown/templates/presento/skeleton/presento.sty: Tweaks
* inst/rmarkdown/templates/presento/skeleton/skeleton.Rmd: Ditto
* inst/presentoDemo/presento_demo.Rmd: Longer demo
* inst/presentoDemo/presento_demo.pdf: Ditto
* docs/presento_minimal.pdf: Short demo for README
* docs/presento_minimal.gif: Ditto
* docs/metropolis_demo: Adding longer demo
* docs/metropolis_iqss: Ditto
* docs/metropolis_presento: Ditto
* README.md: Added presento section, also added three longer demos
2018-09-23 Dirk Eddelbuettel <[email protected]>
* inst/rmarkdown/templates/presento/resources/template.tex: Do not
set default font feature as presento is scaled up; default to 14pt
2018-09-22 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Date, Version): Minor release 0.0.1.1
* R/binb.R: Code and documentation update to support presento
* man/metropolis.Rd: Idem
* inst/rmarkdown/templates/presento/: Added support files for
'presento' theme by Ratul Saha translated from LaTeX to RMarkdown
2018-09-19 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Date, Version): Initial release 0.0.1
* R/binb.R: Expanded manual page
* inst/iqssDemo/: Move iqss vignette material here as vignette
processing requires the Libertinus font which may not be present
* .travis.yml (dist): Added simple Travis CI support
2018-09-18 Dirk Eddelbuettel <[email protected]>
* vignettes/iqssDemo.Rmd: Added vignette for IQSS, based on skeleton
* vignettes/*: Addedd required IQSS support files, figures in iqss/
* inst/rmarkdown/templates/iqss/skeleton/skeleton.Rmd: Updated
* inst/rmarkdown/templates/metropolis/skeleton/skeleton.Rmd: Idem
* R/binb.R: Manual page update
* man/metropolis.Rd: Idem
2018-09-17 Dirk Eddelbuettel <[email protected]>
* README.md: Added initial README
* figures/: Four support pdf and gif files used by README
2018-09-16 Dirk Eddelbuettel <[email protected]>
* R/binb.R (iqss): Process IQSS theme (translated to Markdown)
* inst/rmarkdown/templates/iqss/skeleton/: Style files adapted
from IQSS LaTeX example, along with png and pdf inputs used
* inst/rmarkdown/templates/iqss/resources/template.tex: Idem
* inst/rmarkdown/templates/metropolis/resources/template.tex: Switch
to rounded parenthesis in natbib
* vignettes/metropolisDemo.Rmd: Added extended RMarkdown demo
* vignettes/metropolis/demo.bib: Demo bibliography
* vignettes/metropolis/header.tex: Some extra definitions
2018-09-15 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Initial pre-release version
* binb.R (metropolis): Process Metropolis (translated to Markdown)
* man/metropolis.Rd: Documentation
* inst/rmarkdown/templates/metropolis/skeleton/skeleton.Rmd:
Example skeleton taken from my samples=rmarkdown-metropolis repo
* inst/rmarkdown/templates/metropolis/resources/template.tex:
Generic template for beamer presentations