Closed Lextuga007 closed 3 years ago
Add code to detail where to get packages not on CRAN
library(icon) # icons need to be loaded to view so run following code if not already done
library(xaringanExtra)
and mention how to use infinite moon reader (in README?)
xaringan::inf_mr()
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()