Skip to content

Commit

Permalink
updating vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatyi committed Sep 30, 2022
1 parent 82afc26 commit 1f4400d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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"),
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion vignettes/Implementation_of_sample_datasets.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 1f4400d

Please # to comment.