knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
ThodbergMisc stores various things I use all the time:
ThodbergMisc
will only live on github:
# install.packages("devtools") devtools::install_github("MalteThodberg/ThodbergMisc")
To install all packages:
# Install installers install.packages(c("devtools", "BiocManager")) # Install from github devtools::install_github("maltethodberg/ThodbergMisc") # Install all collections install.packages(unlist(ThodbergMisc::package_collections)) BiocManager::install(unlist(ThodbergMisc::package_collections)) install.packages("tidyverse)
If you need the .Rprofile, look at create_Rprofile
library(ThodbergMisc)
package_collections
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.