elong0527 / r4csr

R for Clinical Study Report and Submission
https://r4csr.org/
Other
70 stars 33 forks source link

Add to Quarto Gallery #103

Closed nanxstats closed 1 year ago

nanxstats commented 1 year ago

It would be constructive to add this book to Quarto Gallery after it is migrated to Quarto.

nanxstats commented 1 year ago

To create a screenshot:

library(webshot2)

webshot(
  "https://r4csr.org",
  file = "books-r4csr.png",
  vwidth = round(900 * 1.5),
  vheight = round(667 * 1.5),
  cliprect = "viewport",
  zoom = 2
)

pngquant books-r4csr.png
nanxstats commented 1 year ago

Fixed by https://github.com/quarto-dev/quarto-web/pull/738