v0.6.0
xaringanExtra 0.6.0 (2022-06-07)
- First release available on CRAN! Read about it at garrickadenbuie.com/blog/xaringanextra-v0.6.0/.
New extras
- Add banners to your slides with
use_banner()
. Banners are text (or other
HTML) that appear on every slide, for example the title of your talk or a link
to your slides online. (thanks @mattwarkentin and @dataning, #161)
Improved extras
-
Sideways panelsets collapse to standard panelsets with tabs above the content
on small devices (max-width 480px). (#122) -
Keep sideways panelset tabs on screen with long-scrolling content. (#123)
-
The
panelset=TRUE
chunk option now automatically setsresults="hold"
unless over-ridden by a local chunk option.
Fixed extras
-
share again no longer shows when viewing slides in the RStudio viewer pane. (#128)
-
use_xaringan_extras("panelset")
is now equivalent touse_panelset()
.
Previously the first would not install the knitr chunk hooks. -
panelset now uses the xaringan knitr source hooks, restoring line highlighting
in the source panel of panelset chunks. (#138) -
Hide scribble controls when printing slides (thanks @yyzeng, #136).
-
text_poster()
has been removed.