Skip to content

Commit 1f4400d

Browse files
committed
updating vignette
1 parent 82afc26 commit 1f4400d

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: correspondenceTables
22
Type: Package
33
Title: Creating Correspondence Tables Between Two Statistical Classifications
4-
Date: 2022-09-25
5-
Version: 0.7.4
4+
Date: 2022-09-30
5+
Version: 0.7.5
66
Authors@R: c(person("Vasilis", "Chasiotis", role = "aut", comment="Department of Statistics, Athens University of Economics and Business"),
77
person("Photis", "Stavropoulos", role = "aut", comment="Quantos S.A. Statistics and Information Systems"),
88
person("Martin", "Karlberg", role = "aut"),

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# correspondenceTables 0.7.5
2+
3+
- updating the vignette showing the initializing code part
4+
15
# correspondenceTables 0.7.4
26

37
- aligning to the second round of comments from CRAN

vignettes/Implementation_of_sample_datasets.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ vignette: >
88
%\VignetteEncoding{UTF-8}
99
---
1010

11-
```{r, include = FALSE}
11+
```{r, collapse=TRUE}
1212
library(correspondenceTables)
1313
knitr::opts_chunk$set(collapse = TRUE, comment = "#>")
1414
tmp_dir<-tempdir()

0 commit comments

Comments
 (0)