CDU-data-science-team / presentation-template

Nottinghamshire Healthcare NHS Foundation Trust template slides in R using {xaringan}. These slides are a copy of those available in the {nottsHCMethods} package.
https://cdu-data-science-team.github.io/presentation-template/index.html#1
Creative Commons Zero v1.0 Universal
2 stars 1 forks source link

Add notes about packages not on CRAN and using inf_mr() #1

Closed Lextuga007 closed 3 years ago

Lextuga007 commented 3 years ago

Add code to detail where to get packages not on CRAN

install.packages("remotes")

remotes::install_github("mitchelloharawild/icon")

library(icon) # icons need to be loaded to view so run following code if not already done

icon::download_fontawesome()

install.packages("devtools")

devtools::install_github("gadenbuie/xaringanExtra")

library(xaringanExtra)

and mention how to use infinite moon reader (in README?)

xaringan::inf_mr()