grantmcdermott / quarto-revealjs-clean

A minimalist and elegant presentation theme for Quarto Reveal.js
https://grantmcdermott.com/quarto-revealjs-clean-demo/template.html
MIT License
245 stars 42 forks source link

gtExtras required package #11

Closed sje30 closed 7 months ago

sje30 commented 8 months ago

Thanks for this theme.

Just a small note: when I went to render the slides, I found as well as :

install.packages(c("modelsummary", "gt", "fixest", "pdftools", "tinytex", "threejs"))

I also needed the gtExtras package (line 390)

Stephen

grantmcdermott commented 8 months ago

Thanks Stephen. I'm aware of this, but will be avoiding it altogether once the new version of modelsummary comes out since that switches to the new (and much lighter) tinytable backend. You can grab the dev versions of these packages and see the PR here if you want to kick the tyres for me. https://github.com/grantmcdermott/quarto-revealjs-clean-demo/pull/1

sje30 commented 8 months ago

would be happy to test out.

Is it a question of

devtools::install_github("vincentarelbundock/modelsummary")
devtools::install_github("vincentarelbundock/tinytable")

but how do I download your template? Before I just used:

quarto install extension grantmcdermott/quarto-revealjs-clean

is there a way to specify that I should include the PR?

grantmcdermott commented 7 months ago

Sorry for dropping the ball on this @sje30. I was away on holiday.

Vincent has just released modelsummary 2.0.0 on CRAN though and I've merged my PR. So you should be able to test directly without having to futz with dev versions.

(Please feel free to reopen if any other problems crop up.)