-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from rwoldford/master
Release for CRAN
- Loading branch information
Showing
13 changed files
with
160 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
^.*\.Rproj$ | ||
^\.Rproj\.user$ | ||
.travis.yml | ||
pkgdown/* | ||
_pkgdown.yml | ||
docs | ||
docs/* | ||
README.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,25 @@ | ||
Package: diveR | ||
Type: Package | ||
Title: Direct interactive visual exploration in R | ||
Version: 0.1.0 | ||
Title: Direct Interactive Visual Exploration in R | ||
Version: 0.1.1 | ||
Authors@R: c(person(given = "R. Wayne", family = "Oldford", | ||
email = "[email protected]", | ||
role = c("aut", "cre")) | ||
) | ||
Description: 'diveR' is a set of `loon` related packages | ||
(the great northern `diver` being the name for the Common `loon` -- Gavia immer). | ||
The packages work together to provide a more complete Direct manipulation Interactive Visualization Environment | ||
in `R`. It is designed for exploratory data analysis, particularly for data having many | ||
dimensions but also provides the tools for the user to develop experimental interactive | ||
displays of their own. | ||
The package exists primarily to gather the related packages together and | ||
to make it easy to install and load these multiple 'diveR' packages in a single step. | ||
Description: The `diveR` package is the `looniverse` of | ||
`loon` related packages - | ||
the great northern `diveR` being another name (chiefly British) | ||
for the Common `loon` (chiefly North American). | ||
Together the `diveR` suite provides data analytic tools for | ||
Direct Interactive Visual Exploration in R. | ||
These tools work with and complement those of the `tidyverse` suite, | ||
completing the graphics grammar of `ggplot2` to provide a grammar of interactive | ||
graphics. | ||
The suite provides many visual tools designed for moderately (100s of variables) | ||
high dimensional data analysis, through `zenplots` and novel tools in `loon`, and | ||
extends the `ggplot2` grammar to provide parallel coordinates, Andrews plots, and arbitrary | ||
glyphs through `ggmulti`. | ||
The `diveR` package gathers together and installs all these related packages. | ||
License: GPL-2 | ||
URL: https://github.com/great-northern-diver/diver/ | ||
BugReports: https://github.com/great-northern-diver/diver/issues | ||
|
@@ -28,12 +34,5 @@ Imports: | |
ggmulti, | ||
loon.ggplot (>= 1.1.0), | ||
zenplots | ||
Suggests: | ||
knitr, | ||
rmarkdown, | ||
testthat | ||
VignetteBuilder: | ||
knitr | ||
Encoding: UTF-8 | ||
LazyData: true | ||
RoxygenNote: 7.1.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
# diveR 0.1.1 | ||
|
||
* first release for CRAN | ||
* set of diveR packages: | ||
|
||
- `loon` | ||
- `loon.data` | ||
- `zenplots` | ||
- `ggmulti` | ||
- `loon.ggplot` | ||
|
||
# diveR 0.1.0 | ||
|
||
* just getting started |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,48 @@ | ||
# Direct Interactive Visual Exploration in R. | ||
|
||
## diveR <img src="man/figures/logo.png" align="right" width="120" /> | ||
|
||
[![Build Status](https://travis-ci.org/great-northern-diver/diveR.svg?branch=master)](https://travis-ci.org/great-northern-diver/diveR) | ||
|
||
|
||
'diveR' is a set of `loon` related packages (`diver` is another name for `loon`). | ||
`diveR` is the `looniverse` of `loon` related packages, the **great northern diver** being another name (chiefly British) for the **Common loon** (chiefly North American). | ||
|
||
The packages work together to provide a more complete **d**irect manipulation **i**nteractive **v**isualization **e**nvironment in **R**. | ||
|
||
It is designed for exploratory data analysis, particularly for data having many dimensions but also provides the tools for the user to develop experimental interactive displays of their own. | ||
|
||
The package exists primarily to gather the related packages together and to make it easy to install and load these multiple 'diveR' packages in a single step. | ||
|
||
An introduction to `loon` is available [here](http://great-northern-diver.github.io/loon/articles/introduction.html). | ||
Together the packages of the `diveR` suite provides data analytic tools for **d**irect **i**nteractive **v**isual **e**xploration in **R**. | ||
|
||
These tools work with and complement those of the `tidyverse` suite, completing the graphics grammar of `ggplot2` to provide a **grammar of interactive graphics**. The suite provides many visual tools designed for moderately (100s of variables) high dimensional data analysis, through `zenplots` and novel tools in `loon`, and extends the `ggplot2` grammar to provide parallel coordinates, Andrews plots, and arbitrary glyphs through `ggmulti`. | ||
|
||
The `diveR` suite gathers together and installs all these related packages (documentation in links): | ||
|
||
- [loon](http://great-northern-diver.github.io/loon/). | ||
|
||
This is the backbone package that provides the interactive graphics. | ||
|
||
- [loon.data](http://great-northern-diver.github.io/loon.data/). | ||
|
||
Provides a rich collection of data sets to illustrate interactive graphics. It also includes several artificial data sets constructed for teaching purposes. | ||
|
||
- [zenplots](http://great-northern-diver.github.io/zenplots/). | ||
|
||
Extends | ||
|
||
- the base `graphics` package | ||
- the `grid` graphics package | ||
- the `loon` interactive graphics package | ||
|
||
to allow for the layout of alternating 1d and 2d plots. | ||
|
||
Provides compact displays for high dimensional data | ||
(e.g., where pairs plots would be too small to be informative). | ||
|
||
- [ggmulti](http://great-northern-diver.github.io/ggmulti/). | ||
|
||
Extends the grammar of the `ggplot2` package to accommodate displays such as parallel coordinate and Andrews function plots for high dimensional data. | ||
|
||
- [loon.ggplot](http://great-northern-diver.github.io/loon.ggplot/). | ||
|
||
Provides a bridge between the elegant but static displays of `ggplot2` and the interactive direct manipulation graphics of `loon` | ||
|
||
Extends `ggplot2` to provide a **grammar of interactive graphics** | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.