-
Notifications
You must be signed in to change notification settings - Fork 25
/
ChangeLog
400 lines (241 loc) · 11.8 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
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
2024-11-20 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Authors@R): Added
2024-07-13 Dirk Eddelbuettel <edd@debian.org>
* .github/workflows/ci.yaml (jobs): Update to r-ci-setup action
2024-06-10 Dirk Eddelbuettel <edd@debian.org>
* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v4
2024-05-18 Dirk Eddelbuettel <edd@debian.org>
* README.md: Use tinyverse.netlify.app for dependency badge
2022-11-01 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Release 0.1.4
* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v3
* tests/simple.R: Condition test on sufficient pandoc version
* README.md: Update several http:// URLs to https://
* vignettes/tintHtmlIntro.Rmd (vignette): Idem
* vignettes/tintPdfIntro.Rmd (vignette): Idem
* man/tintHtml.Rd: Idem
2022-01-09 Dirk Eddelbuettel <edd@debian.org>
* README.md: Remove unused continuous integration artifact and badge
2021-09-19 Dirk Eddelbuettel <edd@debian.org>
* README.md: Add link to sidenotes overview
2021-06-02 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (URL): Add repo to URL
2021-02-21 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Roll minor version
* inst/rmarkdown/templates/tintPdf/resources/tintPdf-template.tex:
Install package 'array' when tables are used
2021-02-07 Dirk Eddelbuettel <edd@debian.org>
* inst/rmarkdown/templates/tintHtml/resources/tint.css:
Further tweaking of values for improved references
2021-02-05 David Selby <qurk.kinschien@gmail.com>
* inst/rmarkdown/templates/tintHtml/resources/tint.css:
Improve styling for explicit (non-margin) references
2021-01-21 Dirk Eddelbuettel <edd@debian.org>
* .github/workflows/ci.yaml: Add CI runner using r-ci
* README.md: Add new badge
2020-11-01 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Roll minor version
2020-07-18 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Release 0.1.3
2020-07-15 Dirk Eddelbuettel <edd@debian.org>
* R/html.R (tintHtml): Also update margin_references()
* vignettes/tintHtmlIntro.Rmd: Update citation examples
* cleanup: Paid tribute the overlord of checkbashism
2020-07-14 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Roll minor version
* R/html.R (tintHtml): More small updates from tufte
* R/utils.R (pandoc2): One-line helper function
2020-07-13 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Roll minor version
* R/html.R (parse_footnotes): Updated from tufte upstream
2020-05-02 Dirk Eddelbuettel <edd@debian.org>
* inst/examples/tintBibDemo.Rmd: Add simple demo based on
non-quite-right bug report in issue #42
* inst/examples/tintBibDemo.bib: One-entry bib file
2020-04-11 Dirk Eddelbuettel <edd@debian.org>
* README.md: Add a 'last commit' badge
2019-10-27 Dirk Eddelbuettel <edd@debian.org>
* README.md: Add 'See also' section
2019-04-19 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Release 0.1.2
* R/pdf.R (tintPdfCreate): Revert remaining 'tidy' chunk option to
FALSE to not have a spurious dependency on the formatR package
* vignettes/tintHtmlIntro.Rmd: Refined download of two png images used
for two margin figure to better cope with the delight that is Windows
* vignettes/tintPdfIntro.Rmd: Idem, but also turn download off if on
Windows and we could get this work for pdf vignettes on win-builder
2019-04-18 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Roll minor version
* vignettes/tintHtmlIntro.Rmd (author): Updated to use package
version of theme_tint and check for connectedness
* vignettes/tintPdfIntro.Rmd: Idem
* R/theme.R (theme_tint): Now conditional on ggplot2 installed
* R/pdf.R: Added copyright header, small edits to roxygen docs
* R/html.R: Idem
* man/tintHtml.Rd: Updated
* man/Custom-templates.Rd: Idem
* man/YAML-metadata.Rd: Idem
* R/utils.R: Marked sans_serif() via .Deprecated() as a candidate
for removal.
2019-04-17 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Description): Expanded Description
* R/isConnected.R (.isConnected): New helper function (to check network
access) borrowed from our dang package
* R/theme.R (theme_tint): New helper function for 'theme_tint' based
a similar function in 'ggtufte' by Jeffrey Arnold
* man/theme_tint.Rd: Documentation
* R/utils.R: More explicit copyright header
* R/utilsKnitr.R: Idem
* README.md: Minor edit
2019-04-14 Dirk Eddelbuettel <edd@debian.org>
* vignettes/tintHtmlIntro.Rmd: New shorter vignette
* cleanup: Added
2019-04-13 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Roll minor version
* vignettes/tintPdfIntro.Rmd: New shorter vignette
* inst/examples/tintPDF.Rmd: Moved from vignettes/
* inst/examples/tintHTML.Rmd: Idem
* tests/simple.R: Pause local pdf test
2019-04-09 Dirk Eddelbuettel <edd@debian.org>
* inst/rmarkdown/templates/tintPdf/resources/tintPdf-template.tex:
Rounded parenthesis as default citation style (as we do in tintBook)
2019-03-30 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Release 0.1.1
* inst/examples/tintPDFGaramond.Rmd: Added example
* inst/examples/tintPDFGaramond.pdf: Idem
* inst/examples/tintPDFLato.Rmd: Idem
* inst/examples/tintPDFLato.pdf: Idem
2019-03-29 Dirk Eddelbuettel <edd@debian.org>
* README.md: Add dependency badge
2018-11-24 Jonathan Gilligan <jonathan.gilligan@gmail.com>
* R/html.R: Fixed obsolete URL
* inst/examples/simpleHtml.Rmd: Idem
* inst/examples/simplePdf.Rmd: Idem
* inst/rmarkdown/templates/tintBook/skeleton/skeleton.Rmd: Idem
* inst/rmarkdown/templates/tintHtml/skeleton/skeleton.Rmd: Idem
* inst/rmarkdown/templates/tintPdf/skeleton/skeleton.Rmd: Idem
* man/tintHtml.Rd: Idem
* vignettes/tintHtml.Rmd: Idem
* vignettes/tintPdf.Rmd: Item
2018-11-22 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION: Addded new co-author, rolled version and date
* README.md: Added two more screenshots with font choices
* inst/NEWS.Rd: Updated
2018-11-21 Jonathan Gilligan <jonathan.gilligan@gmail.com>
* R/pdf.R: Allow user-specified LaTeX templates in YAML; corrected
YAML output option latex_engine work correctly; added documentation
* R/html.R: Updated documentation for tint* functions.
* inst/rmarkdown/templates/tintPdf/resources/tintBook-template.tex:
Updated template to allow user-specified fonts and link color.
* inst/rmarkdown/templates/tintBook/resources/tintBook-template.tex:
Idem
* man/Custom-templates.Rd: New documentation for using custom templates.
* man/YAML-metadata.Rd: New documentation on new YAML style options.
* man/tintHtml.Rd: Updated documentation on tint* functions.
2018-04-08 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Release 0.1.0
* README.md: Updated, added book screenshot
* vignettes/tintHTML.Rmd: Updated path
* vignettes/tintPDF.Rmd: Idem
2018-04-07 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): New minor version
* inst/rmarkdown/templates/tintBook/: Template for tintBook variant
* inst/rmarkdown/templates/tintPdf/: Renamed from pdf
* inst/rmarkdown/templates/tintHtml/: Renamed from html
* R/pdf.R (tintBook): Path adjusted
* R/html.R (tintHtml): Idem
* R/pdf.R (tintPdfCreate): Updated chapters argument
2018-04-06 Dirk Eddelbuettel <edd@debian.org>
* R/pdf.R (tintPdf): Set default to 'tango'
2018-04-01 Dirk Eddelbuettel <edd@debian.org>
* README.md: Mention tintBook
2018-03-07 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): New minor release
2018-03-06 Dirk Eddelbuettel <edd@debian.org>
* R/pdf.R (tintBook): Minimal wrapper for tufte-book
* R/html.R: Added few words to roxygen for tintBook()
* man/tintHtml.Rd: Ditto
* inst/rmarkdown/templates/pdf/resources/tintBook-template.tex:
template used in new style
* NAMESPACE: Export tintBook()
2018-01-05 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Release 0.0.5
* vignettes/tintHTML.Rmd (knitr): Modified geom_smooth calls to
not require mgcv as a hidden dependency
* vignettes/tintPDF.Rmd (knitr): Idem
2017-11-04 Dirk Eddelbuettel <edd@debian.org>
* tests/simple.R: Condition html rendering test on being on Linux or
Windows as CRAN uses some seriously dated pandoc binaries elsewere
2017-11-02 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Release 0.0.4
2017-11-01 Dirk Eddelbuettel <edd@debian.org>
* vignettes/tintPDF.Rmd (vignette): New PDF vignette
* vignettes/tintHTML.Rmd (vignette): New HTML vignette
* DESCRIPTION: Added 'VignetteDriver: knitr', 'Suggests: ggplot2'
* .travis.yml (install): Also install r-cran-ggplot2
* inst/examples/simplePdf.Rmd: Refer to tint source
* inst/examples/simpleHtml.Rmd: Idem
* inst/rmarkdown/templates/pdf/skeleton/skeleton.Rmd: Idem
2017-10-31 Dirk Eddelbuettel <edd@debian.org>
* R/pdf.R (tintPdf): More default argument
* inst/examples/simplePdf.Rmd: Shorter YAML frontmatter
* inst/examples/simpleHtml.Rmd: Idem
* inst/rmarkdown/templates/pdf/skeleton/skeleton.Rmd: Idem
* inst/rmarkdown/templates/html/skeleton/skeleton.Rmd: Idem
2017-10-31 Ben Marwick <benmarwick@hotmail.com>
* inst/rmarkdown/templates/html/skeleton/skeleton.Rmd: Reference
tint, not tufte, source file
2017-04-16 Dirk Eddelbuettel <edd@debian.org>
* .travis.yml (before_install): Use https to download
2016-10-17 R. Mark Sharp <rmsharp@me.com>
* README.md: Spelling and grammar corrections
2016-10-16 Matthew Henderson <matthew.james.henderson@gmail.com>
* README.md: Spelling corrections
2016-10-15 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Release 0.0.3
* inst/rmarkdown/templates/pdf/resources/tintPdf-template.tex: color
* inst/examples/simplePdf.Rmd: Small edits and corrections
* inst/examples/simpleHtml.Rmd: Ditto
* inst/rmarkdown/templates/pdf/skeleton/skeleton.Rmd: Ditto
* inst/rmarkdown/templates/html/skeleton/skeleton.Rmd: Ditto
* tests/simple.R: Conditional test of pdf rendering
2016-10-14 Dirk Eddelbuettel <edd@debian.org>
* inst/examples/simplePdf.Rmd: Small edits
* inst/examples/simpleHtml.Rmd: Ditto
* inst/rmarkdown/templates/pdf/skeleton/skeleton.Rmd: Ditto
* inst/rmarkdown/templates/html/skeleton/skeleton.Rmd: Ditto
2016-10-09 Dirk Eddelbuettel <edd@debian.org>
* README.md: Add Travis badge
2016-10-08 Dirk Eddelbuettel <edd@debian.org>
* tests/simple.R: Minimal test added
* inst/examples/simple.Rmd: Added (for use in simple tests)
* .travis.yml: Added
2016-10-07 Dirk Eddelbuettel <edd@debian.org>
* inst/rmarkdown/templates/pdf/resources/tintPdf-template.tex: No
italics in toc either
* README.md: Added badges, updated CRAN status
2016-10-06 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Release 0.0.2
* inst/rmarkdown/templates/html/resources/tint.css: Correct use of
italic and bold
* inst/rmarkdown/templates/html/resources/font/roboto/: Additional fonts
* inst/rmarkdown/templates/html/skeleton/skeleton.Rmd: Small edits
* inst/rmarkdown/templates/pdf/skeleton/skeleton.Rmd: Ditto
* R/html.R: Updated roxygen code for help pages
* R/pdf.R: Ditto
* R/utils.R: Ditto
* man/tintHtml.Rd: Updated help page
2016-10-06 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION: Set license to GPL-3 as for tufte, other small edits
* README.md: Ditto
2016-10-05 Dirk Eddelbuettel <edd@debian.org>
* R/html.R: Renamed from tint.R
* inst/rmarkdown/templates/html/: Directory renamed as well
2016-10-03 Dirk Eddelbuettel <edd@debian.org>
* R/pdf.R: New function tintPdf()
* R/utilsKnitr.R: Helper functions from knitr package
* R/utils.R: Updated
* man/tintPdf.Rd: Added
* inst/rmarkdown/templates/pdf/resources/tintPdf-template.tex: Added
2016-09-24 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version): First alpha release 0.0.1