Skip to content

Commit 94ddf3a

Browse files
committed
Merge branch 'master' of https://github.com/friendly/vcdExtra
2 parents b3523ad + bb21334 commit 94ddf3a

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

_pkgdown.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ template:
88
reference:
99

1010
- title: Mosaics
11-
desc: Extensions of mosaic and related displays
11+
desc: Extensions of `vcd::mosaic()` and related displays to `glm` and `gnm` objects and 3D displays
1212
contents:
1313
- assoc.glm
1414
- mosaic.glm
@@ -53,7 +53,7 @@ reference:
5353
- zero.test
5454

5555
- title: Distributions
56-
desc: Statistical distributions
56+
desc: Statistical distributions: logseries distributions
5757
contents:
5858
- dlogseries
5959
- plogseries
@@ -80,7 +80,7 @@ reference:
8080
- vcdExtra-package
8181

8282
- title: Data
83-
desc: Some small data sets used in examples or in DDAR
83+
desc: Some small data sets used in examples or in [DDAR](http://ddar.datavis.ca/)
8484
contents:
8585
- Abortion
8686
- Accident

extra/datasets-tables.R

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
library(dplyr)
44
library(tidyr)
5+
library(glue)
56

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

@@ -38,4 +39,9 @@ writeLines(paste0(" - ",dsn))
3839
fns <- sort(getNamespaceExports("vcdExtra"))
3940
writeLines(paste0(" - ",fns))
4041

42+
# make a data vignette with links to the help files
43+
44+
dfs %>%
45+
mutate(name = glue("[{name}](help({name}))")) %>%
46+
knitr::kable()
4147

man/mosaic.glmlist.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
\alias{mosaic.loglmlist}
44
%- Also NEED an '\alias' for EACH other topic documented here.
55
\title{
6-
Mosaic Displays for \code{glmlist} and \code{logllmlist} Objects
6+
Mosaic Displays for \code{glmlist} and \code{loglmlist} Objects
77
}
88
\description{
99
This function provides a convenient interface for viewing mosaic displays

0 commit comments

Comments
 (0)