Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanChaltiel committed Oct 1, 2024
1 parent b4535fa commit 4262dc5
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 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.7.0
Date: 2023-11-12 20:14:55 UTC
SHA: f314765b3ec282b02e9968afa5c9e3234c2f4c51
Version: 0.8.0
Date: 2024-09-30 16:10:54 UTC
SHA: 7eccdbd5e7603ff5c1a2bc1bc0678f7da0c7c65f
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.7.0.9019
Version: 0.8.0
Authors@R:
c(person(given = "Dan",
family = "Chaltiel",
Expand Down
2 changes: 1 addition & 1 deletion R/compact.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ct_compact = function(data, ...){
#' @param name_from name of the column to be collapsed when compacting
#' @param name_to name of the column that will receive the collapsed column. Will be created if it doesn't exist.
#' @param wrap_cols name of the columns to wrap
#' @param rtn_flextable whether to return a formatted [flextable()] object or a simple `data.frame`
#' @param rtn_flextable whether to return a formatted [flextable::flextable()] object or a simple `data.frame`
#' @param ... additional arguments (not used)
#' @rdname ct_compact
#'
Expand Down
4 changes: 2 additions & 2 deletions R/officer.R
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ body_add_list_item = function(doc, value, ordered=FALSE, style=NULL, ...){
#' @param fun_before a function to be used before each table
#' @param fun_after a function to be used after each table.
#' @param fun Deprecated
#' @param ... arguments passed on to [body_add_crosstable()] or [body_add_flextable()]
#' @param ... arguments passed on to [body_add_crosstable()] or [flextable::body_add_flextable()]
#'
#' @section `fun_before` and `fun_after`:
#' These should be function of the form `function(doc, .name)` where `.name` is the name of the current table of the list.
Expand Down Expand Up @@ -427,7 +427,7 @@ body_add_crosstable_list = function(...){
#' @param title the title to add for the section. Can also be `FALSE` (no title) or `TRUE` (the title defaults to `legend`)
#' @param title_lvl the title level if applicable
#' @param sentence a sentence to add between the title (if applicable) and the table. If `TRUE`, defaults to `"Information about {tolower(title)} is described in Table @ref({bookmark})"`.
#' @param ... passed on to [body_add_flextable()] or [body_add_crosstable()]
#' @param ... passed on to [flextable::body_add_flextable()] or [body_add_crosstable()]
#'
#' @return The `docx` object `doc`
#' @importFrom flextable body_add_flextable qflextable
Expand Down
6 changes: 3 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"codeRepository": "https://github.com/DanChaltiel/crosstable/",
"issueTracker": "https://github.com/DanChaltiel/crosstable/issues/",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.7.0",
"version": "0.8.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.1.3 (2022-03-10)",
"runtimePlatform": "R version 4.4.1 (2024-06-14 ucrt)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -523,7 +523,7 @@
},
"SystemRequirements": null
},
"fileSize": "1530.568KB",
"fileSize": "1542.475KB",
"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
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

## Test environments

* local R installation, R 4.1.3
* local R installation, R 4.4.1
* check_rhub()
* check_win_devel()

Expand Down
2 changes: 1 addition & 1 deletion man/body_add_table_list.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/body_add_table_section.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/ct_compact.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4262dc5

Please sign in to comment.