Skip to content

Releases: friendly/vcdExtra

Roxygen documentation, fix bugs, new datasets

12 Dec 02:47

Choose a tag to compare

Version 0.8.7 (2025-12-10)

This is a major release of the package, fixing bugs and revising documentation

o Added tests for CMHtest() PR #13 [Thx: Daniel Sabanes Bove]
o Automatically omit strata with a single observation in CMHtest() because they do not contribute to the test statistics
o Use the generalized Moore-Penrose inverse from MASS in CMHtest() such that it can work when the variance
matrix is singular.
o Converted the package to use roxygen documentation via {rd2roxygen}. UGH!
o Added CrabSatellites data from {countreg} b/c that's still not available on CRAN
o Moved grid from Depends: to Imports:
o Now use markdown in package documentation for easier maintenance, via {roxygen2md}

Version 0.8-6 (2025-07-23)

This is a minor release to satisfy the CRAN gods who like all crossref links to be correct.

o Fixed CRAN nits re crossrefs
o Update issues link
o Update README
o Fixed Winbuilder notes re: Rd links to data sources

Version 0.8-5 (2023-08-19)

  • Fix CRAN nit re vcdExtra-package.Rd
  • Fix moved URL - http: -> https:
  • Fix xrefs in vignettes
  • More spellcheck
  • Fixed one more NOTE re: AirCrash.Rd for a URL

Version 0.8-4 (2023-04-12)

  • Imports: tidyr must depend on (>= 1.3.0) for one use in a vignette.
  • Enhanced the vignette, "Creating and manipulating frequency tables", vignettes/creating.Rmd
  • Created a new vignette, "Mobility tables", with extensive examples of models and graphs for square mobility tables.

method concept tags

05 Mar 16:58

Choose a tag to compare

All datasets now classified with \concept{} tags by method of analysis. These can be found using help.search(pattern, field="concept")
A new vignette, datasets.Rmd has been added with a table of datasets for each method.

v0.8-2

29 Jan 22:06

Choose a tag to compare

This is a major enhancement release of the vcdExtra package, focusing on documentation and examples.

  • added HouseTasks data set, illustrating permutation of row / col variables
  • package now depends on R (>= 3.5.0) per CRAN nit
  • add Suggests: seriation to illustrate CA re-ordering of rows/cols based on correspondence analysis
  • all .Rd files reformatted and many examples extended.
  • the vignette mosaic.Rmd on mosaic displays has been extensively revised with examples for square tables and permutation of row / column variables.
  • begin to classify datasets with \concept{} tags
  • Added a new demo-housing.Rmd vignette, using content from demo/housing.R.

v0.8-1

03 Sep 16:34

Choose a tag to compare

Version 0.8-1 (2022-04-22)

  • rename vignettes to be in order

Version 0.8-0 (2022-04-20)

  • Fixed warning from expand.dft() re type.convert
  • Old .Rnw vignettes converted to .Rmd
  • Fixed two problems detected in the initial submission.

Vignettes in .Rmd

21 Apr 19:41

Choose a tag to compare

The old vignette in Sweave .Rnw format was too long and unweildly. This release publishes separate vignettes in .Rmd format

v0.7-6

14 Feb 17:00

Choose a tag to compare

Fix some issues with CMHtest types argument #PR11 [Thx: ShuguangSun, Matt Kumar]

v0.7-5 (commit 44eb4ee)

26 Jan 18:01

Choose a tag to compare

Cumulative corrections and bug fixes