Skip to content

Commit

Permalink
fix latex note (#31)
Browse files Browse the repository at this point in the history
* fix latex
* append version
* rm space
  • Loading branch information
Polkas committed Jan 22, 2024
1 parent 8754a86 commit aa837d6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: cat2cat
Title: Handling an Inconsistently Coded Categorical Variable in a Longitudinal Dataset
Version: 0.4.6.9009
Version: 0.4.6.9010
Authors@R: person("Maciej", "Nasinski", email = "nasinski.maciej@gmail.com", role = c("aut", "cre"))
Maintainer: Maciej Nasinski <nasinski.maciej@gmail.com>
Description:
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# cat2cat 0.4.6.9009
# cat2cat 0.4.6.9010

* New `cat2cat_ml_run` function to check the ml models performance before `cat2cat` with ml option is run. Now, the ml models are more transparent.
* Add tests for cat2cat related journal (softwarex) paper.
* Add CITATION file.
* Internal changes to make the code base more clear.
* Replace itemize with describe in the latex documentation.

# cat2cat 0.4.6

Expand Down
4 changes: 2 additions & 2 deletions R/cat2cat_agg.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
#' For the transparency the probability and number of replications are part of
#' each observation in the `data.frame`.
#' @details data argument - list with fields
#' \itemize{
#' \describe{
#' \item{"old"}{ data.frame older time point in the panel}
#' \item{"new"} { data.frame more recent time point in the panel}
#' \item{"new"}{ data.frame more recent time point in the panel}
#' \item{"cat_var"}{
#' character - deprecated - name of the categorical variable
#' }
Expand Down
4 changes: 2 additions & 2 deletions man/cat2cat_agg.Rd

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

0 comments on commit aa837d6

Please sign in to comment.