forked from dicook/nullabor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
46 lines (32 loc) · 1.5 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
title: "nullabor: lineup and Rorschach plots for visual inference"
author: "Di Cook, Hadley Wickham, Niladri Roy Chowdhury, Heike Hofmann"
date: "`r format(Sys.time(), '%B %d, %Y')`"
output: github_document
---
[![packageversion](https://img.shields.io/badge/Package%20version-0.0.1-orange.svg?style=flat-square)](commits/master)
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)
[![Travis-CI Build Status](https://travis-ci.org/dicook/nullabor.svg?branch=master)](https://travis-ci.org/dicook/nullabor)
[![Last-changedate](https://img.shields.io/badge/last%20change-`r gsub('-', '--', Sys.Date())`-yellowgreen.svg)](/commits/master)
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
# nullabor <img src="man/figures/nullabor_hex.png" align="right" width="150" />
Tools for graphical inference: prevent fooling yourself with the Rorschach
protocol and check the surprising features in your data with the lineup
protocol!
## Installation
The nullabor package can be installed from CRAN
```{r cran-installation, eval = FALSE}
install.packages("nullabor")
```
You can install the development version of nullabor from github with:
```{r gh-installation, eval = FALSE}
# install.packages("devtools")
devtools::install_github("dicook/nullabor")
```