forked from eddelbuettel/pinp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
455 lines (289 loc) · 14.6 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
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
2021-04-06 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (URL): Add repo url
2021-01-21 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version
* inst/rmarkdown/templates/pdf/resources/template.tex: Reset
pnasbluetext fallback to value in pinp.cls
2020-12-28 Dirk Eddelbuettel <[email protected]>
* .github/workflows/ci.yaml: Add CI runner using r-ci
* README.md: Add new CI badge
2020-10-01 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.10
2020-09-27 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version
* inst/rmarkdown/templates/pdf/skeleton/pinp.cls: Add columns mode
with a special nod of appreciation to Grant McDermott
2020-09-11 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version
2020-09-09 Ilya Kashnitsky <[email protected]>
* R/pinp.R: New (optional) document_date YAML variable
* inst/rmarkdown/templates/pdf/resources/template.tex: Idem
* inst/rmarkdown/templates/pdf/skeleton/pinp.cls: Idem
* inst/rmarkdown/templates/pdf/skeleton/skeleton.Rmd: Idem
2020-04-09 Dirk Eddelbuettel <[email protected]>
* README.md: Add 'last commit' badge
2019-10-27 Dirk Eddelbuettel <[email protected]>
* README.md: Add 'See also' section
2019-09-15 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.9
2019-09-11 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version
* R/pinp.R: No longer copy titlesec.sty in as underlying issue fixed
* vignettes/pinp.Rmd: Mention widetext deprecation and altrenatives.
* inst/rmarkdown/templates/pdf/skeleton/skeleton.Rmd: Ditto
2019-09-10 Dirk Eddelbuettel <[email protected]>
* vignettes/pinp.Rmd: Document 'watermark'
* inst/rmarkdown/templates/pdf/skeleton/pinp.cls: Support
document option 'watermark'
* inst/rmarkdown/templates/pdf/resources/template.tex: Ditto
* inst/rmarkdown/templates/pdf/skeleton/skeleton.Rmd: Illustrate use
* R/pinp.R: Document the 'watermark' options
* man/pinp.Rd: Document and illustrate option
2019-09-09 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version
* inst/rmarkdown/templates/pdf/skeleton/pinp.cls: Remove stray
\code{\makeatother} causing all this trouble -- with huge thank you
to Javier Bezos and Norbert Preining for their help in isolating this
2019-09-08 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.8
* inst/rmarkdown/templates/pdf/skeleton/skeleton.Rmd: Remove docs for
'watermark' as underlying PNAS style no longer has a toggle
* R/pinp.R: Remove documentation of watermark option no longer
supported as a toggle in the pinp.cls file
* man/pinp.Rd: Ditto
* vignettes/pinp.Rmd: Ditto
* inst/rmarkdown/templates/pdf/skeleton/titlesec.sty: Adding older
working version as current version in texlive has an issue with pnas
* inst/rmarkdown/templates/pdf/skeleton/ttlkeys.def: Ditto
* R/pinp.R (pinp): Copy titlesec.sty and ttlkeys.def into work directory
2019-09-07 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version
* inst/rmarkdown/templates/pdf/skeleton/pinp.cls: Updated to current
pnas-new files dates 2018-05-06
* inst/rmarkdown/templates/pdf/resources/template.tex: Removed hook
for watermark for now
2019-07-20 Dirk Eddelbuettel <[email protected]>
* inst/rmarkdown/templates/pdf/skeleton/pinp.cls: Added upquote
package to use actual quotes in verbatim mode
2019-06-16 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version
* inst/rmarkdown/templates/pdf/skeleton/pinp.cls: Comment-out two
'provides' from included LaTeX class code
2019-01-12 Dirk Eddelbuettel <[email protected]>
* README.md: Add dependency badge
2019-01-11 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.7
2019-01-10 Dirk Eddelbuettel <[email protected]>
* inst/rmarkdown/templates/pdf/skeleton/pinp.cls: Add new definition
for \doi{} rendering as hyperlink, with thanks to Achim Zeileis!
* inst/rmarkdown/templates/pdf/resources/template.tex: Also support
previouse use of 'doi_footer' as 'doi'
* vignettes/pinp.Rmd: Document 'doi_footer'
2019-01-09 Dirk Eddelbuettel <[email protected]>
* inst/rmarkdown/templates/pdf/resources/template.tex: Rename 'doi'
YAML option to 'doi_footer' to permit doi display in bibiography
* inst/rmarkdown/templates/pdf/skeleton/pinp.cls: Idem
* inst/rmarkdown/templates/pdf/skeleton/skeleton.Rmd: Idem
2019-01-08 Ilya Kashnitsky <[email protected]>
* inst/rmarkdown/templates/pdf/skeleton/skeleton.Rmd: New
data_subtitle option supported from YAML header
* inst/rmarkdown/templates/pdf/resources/template.tex: Idem
* vignettes/ping.Rmd: Document new option
2018-12-30 Dirk Eddelbuettel <[email protected]>
* .travis.yml: Use rocker/r-rmd container for Travis CI
2018-07-19 Dirk Eddelbuettel <[email protected]>
* vignettes/pinp.Rmd: Document '~' as address and affiliation code
to suppress the display of affiliation
2018-07-17 Dirk Eddelbuettel <[email protected]>
* vignettes/pinp.Rmd: Document YAML header options
2018-07-16 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.6
* R/pinp.R: Document new option 'collapse'
* man/pinp.Rd: Idem
2018-07-14 Dirk Eddelbuettel <[email protected]>
* R/pinp.R (pinp): Added support for 'collapse' option via YAML header
support collapse mode
2018-06-20 Saghir Bashir <[email protected]>
* vignettes/pinp.Rmd: Correction to widetext use
2018-06-11 Saghir Bashir <[email protected]>
* vignettes/pinp.Rmd: Support 'papersize' as YAML header option
* inst/rmarkdown/templates/pdf/resources/template.tex: Idem
* inst/rmarkdown/templates/pdf/skeleton/pinp.cls: Idem
2018-06-08 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.5
2018-06-07 Dirk Eddelbuettel <[email protected]>
* vignettes/bib.tex: Split out of vignette as pandoc 2.* no longer
allows embedding this in the header
* vignettes/pinp.Rmd: Use bib.tex, other small updates
2017-11-04 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.4
2017-11-03 Dirk Eddelbuettel <[email protected]>
* R/pinp.R: Document 'skip_final_break'
* man/pinp.Rd: Idem
2017-11-03 James Joseph Balamuta <[email protected]>
* inst/rmarkdown/templates/pdf/resources/template.tex: Added skip_final_break
toggle to allow users to opt out of \pnasbreak, which is on by default.
* inst/rmarkdown/templates/pdf/skeleton/skeleton.Rmd: Added example using
skip_final_break toggle.
* vignettes/pinp.Rmd: Idem
2017-11-02 Enrico Spinielli <[email protected]>
* vignettes/pinp.Rmd: Typo
2017-10-31 Dirk Eddelbuettel <[email protected]>
* inst/NEWS.Rd: Refer to pinp, not tint
2017-10-28 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.3
2017-10-27 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version
* ChangeLog: Updated
* inst/NEWS.Rd: Idem
2017-10-26 Michael Nelson <[email protected]>
* inst/rmarkdown/templates/pdf/skeleton/skeleton.Rmd: Typos
* R/pinp.R: Idem
* man/pinp.Rd: Idem
2017-10-24 Dirk Eddelbuettel <[email protected]>
* R/pinp.R: Added documentation for YAML frontmater
* man/pinp.Rd: Idem
* inst/rmarkdown/templates/pdf/skeleton/skeleton.Rmd: Cleanup
2017-10-23 Dirk Eddelbuettel <[email protected]>
* inst/rmarkdown/templates/pdf/resources/template.tex: Support
YAML frontmatter arguments headercolor and linkcolor
* inst/rmarkdown/templates/pdf/skeleton/pinp.cls: Minor cleanup
related to the two colour variables
2017-10-04 Dirk Eddelbuettel <[email protected]>
* inst/rmarkdown/templates/pdf/resources/template.tex: Condition
acknowledgements, remove matmethods and pnasbreak
* vignettes/pinp.Rmd (numbersections): Turn on numbered sections
(up to one level) which makes less of a hash of the outline
2017-09-20 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.2
* vignette/pinp.Rmd: More edits and small extensions
2017-09-19 James Joseph Balamuta <[email protected]>
* vignette/pinp.Rmd: Add code style to section headers.
* vignette/pinp.Rmd: Removed unnumbered and ids for sections
* inst/rmarkdown/templates/pdf/skeleton/pinp.cls: Removed
alphabetic number from subsections
* inst/rmarkdown/templates/pdf/resources/template.tex: Added new
numbered section keys
* inst/rmarkdown/templates/pdf/skeleton/skeleton.Rmd: Idem
* vignette/pinp.Rmd: Idem
2017-09-19 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version
* inst/rmarkdown/templates/pdf/skeleton/pinp.cls: Improved references
* inst/rmarkdown/templates/pdf/skeleton/skeleton.Rmd: Idem
* vignette/pinp.Rmd (vignette): Vignette meta data added here too
* cleanup: Added
2017-09-18 James Joseph Balamuta <[email protected]>
* README.md: Modified to indicate one-column availability
* inst/rmarkdown/templates/pdf/skeleton/skeleton.Rmd: Added vignette
meta data and changed title to reflect one-column availability
2017-09-18 Dirk Eddelbuettel <[email protected]>
* vignette/pinp.Rmd: Added a short vignette
* inst/rmarkdown/templates/pdf/skeleton/pinp.bib: Filled entries
and sorted buffer via Emacs mode
* inst/rmarkdown/templates/pdf/resources/template.tex: Set
bibliography style to given style with JSS as default and fallback
* inst/rmarkdown/templates/pdf/skeleton/jss.bst: Added jss.bst
* R/pinp.R (pinp): Adjust figure size and font defaults; also copy
jss.bst if not present
2017-09-17 Dirk Eddelbuettel <[email protected]>
* R/pinp.R (pinp): Minor edits, copy in pinp.cls if not present,
provided output hook for shaded and framed output
* inst/rmarkdown/templates/pdf/skeleton/pinp.cls: Shaded and
framed output box
* inst/rmarkdown/templates/pdf/resources/template.tex: Correct
defaults to 9pt, two-column, two-side, no lineno, no watermark
* inst/rmarkdown/templates/pdf/skeleton/skeleton.Rmd: Reflect
various options
* inst/rmarkdown/templates/pdf/resources/template.tex: Correct
keywords use ensuring processing both with and without keywords
* README.md: Updated to reflect CRAN status
* inst/rmarkdown/templates/pdf/skeleton/pinp.cls: Removed cruft
* inst/rmarkdown/templates/pdf/skeleton/skeleton.Rmd: Idem
* inst/rmarkdown/templates/pdf/resources/template.tex: Move some
endmatter material here from the \code{skeleton.Rmd} file
2017-09-15 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Release 0.0.1
* inst/rmarkdown/templates/pdf/skeleton/pinp.cls: Misc edits
* inst/rmarkdown/templates/pdf/skeleton/skeleton.Rmd: Idem
* R/pinp.R: Correct example in manual page
* man/pinp.Rd: Idem
2017-09-15 James Joseph Balamuta <[email protected]>
* inst/rmarkdown/templates/pdf/skeleton/skeleton.Rmd: Allow
fontsize, two-column/two-side, watermark, line set in yaml heaer
* inst/rmarkdown/templates/pdf/resources/template.tex: Ditto
2017-09-14 Dirk Eddelbuettel <[email protected]>
* inst/NEWS.Rd: Added
* README.md: Updated text and screenshots
2017-09-13 James Joseph Balamuta <[email protected]>
* inst/rmarkdown/templates/pdf/skeleton/skeleton.Rmd: Quick pass over
content.
* R/pinp.R: Added references and see also section.
* man/pinp.Rd: idem
* inst/rmarkdown/templates/pdf/resources/pinp.bib: Added citations
for rticles, rmarkdown, and knitr. Changed PeerJ key away from DOI.
* inst/rmarkdown/templates/pdf/skeleton/skeleton.Rmd: Updated and
added citations in skeleton
* inst/rmarkdown/templates/pdf/resources/template.tex: Moved in
bibliography creation from the line at end of file.
* inst/rmarkdown/templates/pdf/skeleton/skeleton.Rmd: Removed
single line bibliography entry
* inst/rmarkdown/templates/pdf/skeleton/skeleton.Rmd: Bumped
default height of figure based on Dirk's suggestion.
* man/pinp.Rd: Re-ran roxygen2 to pick up citation_package
parameter added.
2017-09-13 Dirk Eddelbuettel <[email protected]>
* inst/rmarkdown/templates/pdf/skeleton/pinp.cls: Further
refinements for fonts, colors, equation numbering and other edits
* inst/rmarkdown/templates/pdf/skeleton/skeleton.Rmd: Example use
of new fonts, colors, equantion references, two-column figure
* inst/rmarkdown/templates/pdf/skeleton/pinp.bib: Simplify
2017-09-12 James Joseph Balamuta <[email protected]>
* inst/rmarkdown/templates/pdf/skeleton/pinp.cls: Added footer content
hook with a default value of Package Vignette.
* inst/rmarkdown/templates/pdf/resources/template.tex: Setup pandoc
hook for footer_content variable
* inst/rmarkdown/templates/pdf/skeleton/skeleton.Rmd: idem
* inst/rmarkdown/templates/pdf/resources/template.tex: Allowed doi
field to receive URLs.
* inst/rmarkdown/templates/pdf/skeleton/skeleton.Rmd: idem
* inst/rmarkdown/templates/pdf/resources/template.tex: Added watermark
pandoc variable with default value of false.
* inst/rmarkdown/templates/pdf/skeleton/skeleton.Rmd: idem
* inst/rmarkdown/templates/pdf/skeleton/pinp.cls: Changed watermark
usage to rely on built-in print feature of xwatermark
* inst/rmarkdown/templates/pdf/resources/template.tex: Fix lineno
pandoc variable usage
2017-09-12 Dirk Eddelbuettel <[email protected]>
* inst/rmarkdown/templates/pdf/skeleton/pinp.cls: Use mdframed for
framed and shaded code boxen (following existing Rcpp vignettes)
2017-09-11 Dirk Eddelbuettel <[email protected]>
* R/pinp.R: Use basic knitr code typesetting with fewer overrides
2017-09-10 Dirk Eddelbuettel <[email protected]>
* README.md: Acknowledge sources (rticles, pnas)
* inst/rmarkdown/templates/pdf/skeleton/skeleton.Rmd: Idem
2017-09-09 Dirk Eddelbuettel <[email protected]>
* inst/rmarkdown/templates/pdf/resources/template.tex: Updated
footer showing project URL
* inst/rmarkdown/templates/pdf/skeleton/skeleton.Rmd: Idem
* inst/rmarkdown/templates/pdf/skeleton/pinp.cls: Idem
* inst/rmarkdown/templates/pdf/skeleton/skeleton.Rmd: Partially
rewritten / simplified to better suit project
2017-09-07 Dirk Eddelbuettel <[email protected]>
* R/pinp.R (pinp): Updated to support LaTeX citations
* inst/rmarkdown/templates/pdf/skeleton/skeleton.Rmd (Note): Added
reference to bibiography example
* inst/rmarkdown/templates/pdf/skeleton/pinp.cls: Added one set of
Sweave-alike environments
* NAMESPACE: Added import statements for knitr and markdown
* DESCRIPTION: Ditto
2017-09-03 Dirk Eddelbuettel <[email protected]>
* README.md: Added
* ChangeLog: Idem
* .travis.yml (install): Idem
* docs/*: Added with example pdf and png files
2017-09-02 Dirk Eddelbuettel <[email protected]>
* inst/rmarkdown/templates/pdf/*: First version
* R/pinp.R (pinp): Idem
* man/pinp.Rd: Idem
* DESCRIPTION: Idem
* NAMESPACE: Idem