inst/doc/insane.R

## ----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")

Try the insane package in your browser

Any scripts or data that you put into this service are public.

insane documentation built on Nov. 15, 2023, 1:09 a.m.