Releases: friendly/vcdExtra
Roxygen documentation, fix bugs, new datasets
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
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
This is a major enhancement release of the vcdExtra package, focusing on documentation and examples.
- added
HouseTasksdata set, illustrating permutation of row / col variables - package now depends on R (>= 3.5.0) per CRAN nit
- add
Suggests: seriationto illustrate CA re-ordering of rows/cols based on correspondence analysis - all .Rd files reformatted and many examples extended.
- the vignette
mosaic.Rmdon 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.Rmdvignette, using content fromdemo/housing.R.
v0.8-1
Vignettes in .Rmd
The old vignette in Sweave .Rnw format was too long and unweildly. This release publishes separate vignettes in .Rmd format
v0.7-6
v0.7-5 (commit 44eb4ee)
Cumulative corrections and bug fixes