Forums | OpenR

OpenR: R & Statistics /
How to installl the rmd package


Peng Zhao's profile picture
Posts: 128

24 February 2022, 6:51 PM

If you fail in the installation of the rmd package, it might be a problem from the missing citr package. The solution could be:

install.packages('remotes')
remotes::install_github('crsh/citr')

remotes::install_github('pzhaonet/rmd')
tinytex::install_tinytex()

1 result