Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/friendly/vcdExtra
Browse files Browse the repository at this point in the history
  • Loading branch information
friendly committed Jun 17, 2022
2 parents b3523ad + bb21334 commit 94ddf3a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 3 additions & 3 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -53,7 +53,7 @@ reference:
- zero.test

- title: Distributions
desc: Statistical distributions
desc: Statistical distributions: logseries distributions
contents:
- dlogseries
- plogseries
Expand All @@ -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
Expand Down
6 changes: 6 additions & 0 deletions extra/datasets-tables.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

library(dplyr)
library(tidyr)
library(glue)

ds <- vcdExtra::datasets("vcdExtra")

Expand Down Expand Up @@ -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()

2 changes: 1 addition & 1 deletion man/mosaic.glmlist.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 94ddf3a

Please sign in to comment.