## ----include = FALSE---------------------------------------------------------- knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "README-", out.width = "100%" ) ## ----logo, echo = FALSE, out.width = "150px", fig.align = "center"------------ knitr::include_graphics(path = "insane.png") ## ----eval = FALSE------------------------------------------------------------- # # Install insane from CRAN: # install.packages("insane") # # # Or the the development version from GitHub: # # install.packages("remotes") # remotes::install_github("mcanouil/insane") ## ----eval = FALSE------------------------------------------------------------- # library("insane") # go_insane() ## ----echo = FALSE------------------------------------------------------------- knitr::include_graphics("README-app_001.png") ## ----echo = FALSE------------------------------------------------------------- knitr::include_graphics("README-app_002.png") ## ----echo = FALSE, out.width = "50%"------------------------------------------ knitr::include_graphics("README-app_003.png") ## ----echo = FALSE, out.width = "50%"------------------------------------------ knitr::include_graphics("README-app_004.png") ## ----echo = FALSE, out.width = "50%"------------------------------------------ knitr::include_graphics("README-app_005.png") ## ----echo = FALSE------------------------------------------------------------- knitr::include_graphics("README-app_006.png") ## ----echo = FALSE------------------------------------------------------------- knitr::include_graphics("README-app_007.png")