diff --git a/DESCRIPTION b/DESCRIPTION index 6ae7650..7c1820d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: correspondenceTables Type: Package Title: Creating Correspondence Tables Between Two Statistical Classifications -Date: 2022-09-25 -Version: 0.7.4 +Date: 2022-09-30 +Version: 0.7.5 Authors@R: c(person("Vasilis", "Chasiotis", role = "aut", comment="Department of Statistics, Athens University of Economics and Business"), person("Photis", "Stavropoulos", role = "aut", comment="Quantos S.A. Statistics and Information Systems"), person("Martin", "Karlberg", role = "aut"), diff --git a/NEWS.md b/NEWS.md index 9e9271d..e28e0b5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# correspondenceTables 0.7.5 + +- updating the vignette showing the initializing code part + # correspondenceTables 0.7.4 - aligning to the second round of comments from CRAN diff --git a/vignettes/Implementation_of_sample_datasets.Rmd b/vignettes/Implementation_of_sample_datasets.Rmd index b08459d..5f4ced4 100644 --- a/vignettes/Implementation_of_sample_datasets.Rmd +++ b/vignettes/Implementation_of_sample_datasets.Rmd @@ -8,7 +8,7 @@ vignette: > %\VignetteEncoding{UTF-8} --- -```{r, include = FALSE} +```{r, collapse=TRUE} library(correspondenceTables) knitr::opts_chunk$set(collapse = TRUE, comment = "#>") tmp_dir<-tempdir()