gnab / remark

A simple, in-browser, markdown-driven slideshow tool.
http://remarkjs.com
MIT License
12.67k stars 854 forks source link

Could not install remark in Rstudio #673

Closed damienbelveze closed 2 years ago

damienbelveze commented 2 years ago

Hi,

I have tried to install in Rstudio remark package with both archive files tar.gz and zip that you made available but could not succeed. I have also tried to install it directly from github using the command install_github("gnab/remark") which worked fine with other R packages found on github but not with yours ; I got the following error:

"Erreur : Failed to install 'unknown package' from GitHub: HTTP error 404. Not Found"

Would you please help me to understand where the problem comes from?

Regards,

gadenbuie commented 2 years ago

Hi! This repo isn't an R package, so it's expected that install_github("gnab/remark") doesn't install remark in RStudio. You are probably looking for the xaringan R package.

damienbelveze commented 2 years ago

Thank you for your quick answer. Xaringan R package is actually what I need.