From 57d89d9636a33073cba1172163daccd52bc5f581 Mon Sep 17 00:00:00 2001 From: "R. Wayne Oldford" Date: Fri, 7 May 2021 18:44:06 -0400 Subject: [PATCH 1/5] Prepare for CRAN --- .Rbuildignore | 4 +++- DESCRIPTION | 19 ++++++++++--------- R/attach.R | 1 + docs/404.html | 2 +- docs/authors.html | 2 +- docs/index.html | 19 ++++++++++--------- docs/news/index.html | 2 +- docs/pkgdown.yml | 2 +- docs/reference/diveR_packages.html | 2 +- docs/reference/index.html | 2 +- 10 files changed, 30 insertions(+), 25 deletions(-) diff --git a/.Rbuildignore b/.Rbuildignore index d5ffbb6..350778c 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -1,5 +1,7 @@ ^.*\.Rproj$ ^\.Rproj\.user$ .travis.yml +pkgdown/* _pkgdown.yml -docs +docs/* +README.md diff --git a/DESCRIPTION b/DESCRIPTION index ec3f08a..ed4323f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,19 +1,20 @@ Package: diveR Type: Package Title: Direct interactive visual exploration in R -Version: 0.1.0 +Version: 0.1.1 Authors@R: c(person(given = "R. Wayne", family = "Oldford", email = "rwoldford@uwaterloo.ca", 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: `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 + Direct manipulation Interactive Visualization Environment in `R`. + It is designed for exploratory data analysis, particularly for data having many + dimensions, as well as the development of experimental interactive + displays. + The package `diveR` gathers together and installs the related packages. License: GPL-2 URL: https://github.com/great-northern-diver/diver/ BugReports: https://github.com/great-northern-diver/diver/issues diff --git a/R/attach.R b/R/attach.R index 2179b9a..ac062af 100644 --- a/R/attach.R +++ b/R/attach.R @@ -35,6 +35,7 @@ diveR_message <- function(pkgs = diveRcore()) { collapse = "\n") l_web_msg <- paste0(l_web_msg, eg_msg, pkg_egs, "\n") } + l_web_msg } diveR_attach <- function() { diff --git a/docs/404.html b/docs/404.html index 4515514..f8bead5 100644 --- a/docs/404.html +++ b/docs/404.html @@ -79,7 +79,7 @@ diveR - 0.1.0 + 0.1.1 diff --git a/docs/authors.html b/docs/authors.html index ef512cd..c9475f0 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -79,7 +79,7 @@ diveR - 0.1.0 + 0.1.1 diff --git a/docs/index.html b/docs/index.html index 6b984c1..7fbf873 100644 --- a/docs/index.html +++ b/docs/index.html @@ -18,14 +18,15 @@ - + @@ -17,16 +17,21 @@ - - + + 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. ">