diff --git a/_pkgdown.yml b/_pkgdown.yml index 170278f..e800504 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -8,7 +8,7 @@ template: reference: - title: Mosaics - desc: Extensions of mosaic and related displays + desc: Extensions of `vcd::mosaic()` and related displays to `glm` and `gnm` objects and 3D displays contents: - assoc.glm - mosaic.glm @@ -53,7 +53,7 @@ reference: - zero.test - title: Distributions - desc: Statistical distributions + desc: Statistical distributions: logseries distributions contents: - dlogseries - plogseries @@ -80,7 +80,7 @@ reference: - vcdExtra-package - title: Data - desc: Some small data sets used in examples or in DDAR + desc: Some small data sets used in examples or in [DDAR](http://ddar.datavis.ca/) contents: - Abortion - Accident diff --git a/extra/datasets-tables.R b/extra/datasets-tables.R index dfa6812..f8d98e4 100644 --- a/extra/datasets-tables.R +++ b/extra/datasets-tables.R @@ -2,6 +2,7 @@ library(dplyr) library(tidyr) +library(glue) ds <- vcdExtra::datasets("vcdExtra") @@ -38,4 +39,9 @@ writeLines(paste0(" - ",dsn)) fns <- sort(getNamespaceExports("vcdExtra")) writeLines(paste0(" - ",fns)) +# make a data vignette with links to the help files + +dfs %>% + mutate(name = glue("[{name}](help({name}))")) %>% + knitr::kable() diff --git a/man/mosaic.glmlist.Rd b/man/mosaic.glmlist.Rd index 6258234..60bca4f 100644 --- a/man/mosaic.glmlist.Rd +++ b/man/mosaic.glmlist.Rd @@ -3,7 +3,7 @@ \alias{mosaic.loglmlist} %- Also NEED an '\alias' for EACH other topic documented here. \title{ -Mosaic Displays for \code{glmlist} and \code{logllmlist} Objects +Mosaic Displays for \code{glmlist} and \code{loglmlist} Objects } \description{ This function provides a convenient interface for viewing mosaic displays