Skip to content

Commit e213f01

Browse files
committed
Bump version, update NEWS and DESCRIPTION
1 parent 4bcdc82 commit e213f01

File tree

3 files changed

+19
-5
lines changed

3 files changed

+19
-5
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ Package: crunchtabs
22
Type: Package
33
Title: Custom Report Generation for Crunch Datasets
44
Description: In order to generate custom survey reports, this package provides
5-
functions for computing 'toplines' (one-way frequency summaries) and
6-
'banners' (cross-tabulations) of datasets in the Crunch
5+
functions for computing 'toplines' (one-way frequency summaries),
6+
'banners' (cross-tabulations) and codebooks of datasets in the Crunch
77
(<https://crunch.io/>) web service. Reports can be written in 'PDF' format
88
using 'LaTeX' or in Microsoft Excel '.xlsx' files.
9-
Version: 1.4.0
9+
Version: 1.4.1
1010
Authors@R: c(
1111
person("Persephone", "Tsebelis", role="aut"),
1212
person("Kamil", "Sedrowicz", role="aut"),

NEWS.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## crunchtabs 1.4.1
2+
3+
- Multiple adjustments for tracking report edge cases
4+
- In a tracking report, if an alias appears only once we now specify that by appending the wave label to the question's note.
5+
- In a tracking report, we now have the option to show a variable only once even if it appears in multiple datasets.
6+
7+
Fixes:
8+
9+
- In some cases there are duplicated row names in different positions when we use cbindFill, we did not account for this possibility.
10+
- When creating a tracking report for a multiple response question, it's possible that one or more of the responses is not included in one or more of the waves, we have added a tryCatch to accomodate this possibility.
11+
- themeNew documentation was missing a closing } that silently broke the display of documentation via ?themeNew.
12+
- When converting MR variables we rename subVars using numbers. If a researcher included an alias with the same number they would collide. Now we assign random strings instead of sequential numbers to the subVars.
13+
14+
115
## crunchtabs 1.4.0
216

317
Features:

man/crunchtabs-package.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)