renv::install(c(
'devtools',
'glue',
'knitr',
'pkgdown',
'praise',
'remotes',
'rmarkdown',
'tidyverse',
'usethis'
))
remotes::install_github('r-lib/rlang')
remotes::install_github('r-lib/vctrs')
remotes::install_github('r-lib/pillar')
remotes::install_github('tidyverse/tibble')
remotes::install_github('r-lib/tidyselect')
remotes::install_github('r-lib/pkgbuild')
remotes::install_github('r-lib/lobstr')
remotes::install_github('tidyverse/dplyr')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.