From 1f4400d43986b327178662ef5d3bbaeb34e35400 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9sz=C3=A1ros=20M=C3=A1ty=C3=A1s=20Tam=C3=A1s?= Date: Fri, 30 Sep 2022 09:54:36 +0000 Subject: [PATCH] updating vignette --- DESCRIPTION | 4 ++-- NEWS.md | 4 ++++ vignettes/Implementation_of_sample_datasets.Rmd | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) 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()