xaringan::summon_remark() without internet connection from R

Viewed 471

I create some slides using the xaringan package. But when I knit the file by hitting the RStudio "Knit" Button, only a white window appears.

Opening the generated html file with my browser shows the presentation as expected. Thus, I figured that the moon_reader from the package can't find remark.js. I also found out that one can download remark.js with xaringan::summon_remark().

Unfortunately, this does not work for me since I do not have internet access from within R due to security restrictions at my institution.

Is there any other workaround which makes it possible to use the moon_reader?

1 Answers
Related