Skip to content

Commit

Permalink
v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DanChaltiel committed Nov 1, 2024
1 parent d7248b4 commit 6be8d2a
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 8 deletions.
6 changes: 3 additions & 3 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 0.8.0
Date: 2024-09-30 16:10:54 UTC
SHA: 7eccdbd5e7603ff5c1a2bc1bc0678f7da0c7c65f
Version: 0.8.1
Date: 2024-11-01 10:09:30 UTC
SHA: 2933977ecc3f8377a4bc4d095d9e64d95063361e
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: crosstable
Title: Crosstables for Descriptive Analyses
Version: 0.8.0.9003
Version: 0.8.1
Authors@R:
c(person(given = "Dan",
family = "Chaltiel",
Expand Down
23 changes: 23 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
Crosstables for descriptive analyses. See documentation at <https://danchaltiel.github.io/crosstable/> and browse code at <https://github.com/DanChaltiel/crosstable>.


# crosstable 0.8.1

#### Bug fixes and improvements

- fixed `as_flextable(compact=TRUE)` with duplicated labels (#87).


# crosstable 0.8.0

#### New features
Expand All @@ -25,6 +33,7 @@ Crosstables for descriptive analyses. See documentation at <https://danchaltiel.
- Fixed `as_flextable(header_show_n)` not working in single `by` (#54).
- Fixed some missing options in `crosstable_options()` and added tests (#53).


# crosstable 0.7.0 <sub><sup>2023-11-12</sup></sub>

#### New features
Expand Down Expand Up @@ -53,10 +62,12 @@ Crosstables for descriptive analyses. See documentation at <https://danchaltiel.
- Fixes `write_and_open()` not opening sometimes.
- Trailing commas will not make `crosstable_options()` fail anymore.


# crosstable 0.6.1 <sub><sup>2023-04-03</sup></sub>

Fixes for CRAN checks.


# crosstable 0.6.0 <sub><sup>2023-03-26</sup></sub>

#### New features
Expand Down Expand Up @@ -105,6 +116,7 @@ Fixes for CRAN checks.

Many thanks to Stephan Daus (@sda030) for his bug reports and feedback on this release.


# crosstable 0.5.0 <sub><sup>2022-08-16</sup></sub>

#### New features
Expand Down Expand Up @@ -144,10 +156,12 @@ Many thanks to Stephan Daus (@sda030) for his bug reports and feedback on this r
- `import_labels()` now works even if there is a missing value in the dataframe.
- Minor other bugfixes


# crosstable 0.4.1 <sub><sup>(2022-02-19)</sup></sub>

- Maintenance release to fix CRAN errors.


# crosstable 0.4.0 <sub><sup>(2022-02-14)</sup></sub>

#### New features
Expand All @@ -174,6 +188,7 @@ Many thanks to Stephan Daus (@sda030) for his bug reports and feedback on this r
- Fixed a bug so that `body_add_normal()` can be used without argument.
- Fixed a bug in `effect=TRUE` when some groups were present in `table()` but not in `glm()` due to missing values.


# crosstable 0.3.2 <sub><sup>(2021-11-27)</sup></sub>

#### New features
Expand All @@ -195,6 +210,7 @@ Many thanks to Stephan Daus (@sda030) for his bug reports and feedback on this r

- fixed a bug in `crosstable()` occurring when one of `funs` does not have ellipsis (...) and `funs_arg` contains an unused argument.


# crosstable 0.3.1 <sub><sup>(2021-11-14)</sup></sub>

#### New features
Expand All @@ -216,6 +232,7 @@ Many thanks to Stephan Daus (@sda030) for his bug reports and feedback on this r
- renamed branch `master` to `main`
- use a lot more snapshots in tests


# crosstable 0.2.2 <sub><sup>(2021-10-18)</sup></sub>

#### New features
Expand Down Expand Up @@ -245,12 +262,14 @@ Many thanks to Stephan Daus (@sda030) for his bug reports and feedback on this r
- burgled 2 functions using `burglr::burgle()` to avoid dependency: `nortest::ad.test()` and `DescTools::CochranArmitageTest()`.
- fixes the bug from the breaking change in `testthat` (<https://github.com/DanChaltiel/crosstable/pull/3>).


# crosstable 0.2.1 <sub><sup>(2021-02-07)</sup></sub>

- First version on CRAN
- Improved functions naming in `funs`, especially with multiple combinations of named and unnamed functions, including lambda or anonymous
- Use `simplify=FALSE` in `get_label()` to get a list instead of a vector


# crosstable 0.2.0 <sub><sup>(2021-02-02)</sup></sub>

#### Misc
Expand Down Expand Up @@ -285,6 +304,7 @@ Many thanks to Stephan Daus (@sda030) for his bug reports and feedback on this r
- added minimal support for `gt` tables (with `as_gt()`) for those who like them better than `flextable`s
- improved working with `officer`: added `body_add_figure_legend()` and `fontsize` options for `body_add_crosstable()`


# crosstable 0.1.4 <sub><sup>(2020-07-16)</sup></sub>

- added `save_labels()` to ease working with `dplyr`
Expand All @@ -293,18 +313,21 @@ Many thanks to Stephan Daus (@sda030) for his bug reports and feedback on this r
- multiple, numerous bug fixes
- renamed `moystd()` to `meansd()`


# crosstable 0.1.3 <sub><sup>(2020-06-29)</sup></sub>

- Added support for description of `Date` variables. Format can be specified in `funs_arg` with the `date_format` key.
- Removed some dependencies to ease installation


# crosstable 0.1.2 <sub><sup>(2020-06-10)</sup></sub>

- Effect refactoring: better error/warning handling
- Name sanitation: replacing "." by "\_" in function names
- Better error messages
- Bug fixes


# crosstable 0.1.1 <sub><sup>(2020-06-07)</sup></sub>

#### New features and behaviors
Expand Down
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"codeRepository": "https://github.com/DanChaltiel/crosstable/",
"issueTracker": "https://github.com/DanChaltiel/crosstable/issues/",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.8.0",
"version": "0.8.1",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -523,7 +523,7 @@
},
"SystemRequirements": null
},
"fileSize": "1542.475KB",
"fileSize": "1544.7KB",
"releaseNotes": "https://github.com/DanChaltiel/crosstable/blob/master/NEWS.md",
"readme": "https://github.com/DanChaltiel/crosstable/blob/main/README.md",
"contIntegration": ["https://app.codecov.io/gh/DanChaltiel/crosstable?branch=main", "https://github.com/DanChaltiel/crosstable/actions/workflows/check-standard.yaml"],
Expand Down
4 changes: 2 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
## Test environments

* local R installation, R 4.4.1
* check_rhub()
* check_win_devel()
* GH Actions (instead of `check_rhub()`)
* `check_win_devel()`


## R CMD check results
Expand Down

0 comments on commit 6be8d2a

Please sign in to comment.