cat2cat 0.4.7
- New cat2cat_ml_runfunction to check the ml models
performance beforecat2catwith 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
- Add some ropenscistandards, like CONTRIBUTING file andtestthatversion 3.
- Add LICENSE file.
- Update DESCRIPTION file.
- Update outdated URLs.
- cat2cat_agghas updated- cat_varargument
to two new ones,- cat_var_oldand- cat_var_new.
- Rename the mastertomainbranch.
- Improve tests and lintr related issues.
cat2cat 0.4.5
- The freqs_dfargument in thecat2catfunction is moved from data to mappings part, it is backward compatible.
Now it is consistent with the python cat2cat implementation.
- pkgcheckrelated fixes, like 80 chars per line.
- Improve dataandlibrarycalls style.
cat2cat 0.4.4
- Fix example in the cat2catfunction.
- Improve documentation.
- Improve validation.
cat2cat 0.4.3
- Fix dummy_c2cto be backward compatible.
- Add more tests for base utils functions.
- Improve cat_apply_freqfunction performance.
- Improve documentation.
- Improve validation.
cat2cat 0.4.2
- The mlargument in thedummy_c2cfunction
is redefined, shorter names for a simpler usage.
- The cat2catml part is using directcat_varfor target (for an update) dataset now, not the one
from themlargument list.
- Improve procedure graphs.
cat2cat 0.4.1
- additional cat2catvalidation, if thetranstable covers all needed levels.
- documentation and tests improvements.
cat2cat 0.4.0
- new syntax of the mlanddataargument in
thecat2cat::cat2catfunction, two additional arguments
each.
- prune_c2cscales the weights now, so still sum to one
for each subject.
- new function dummy_c2cto add a defaultcat2catcolumns to adata.frame.
- occupand- occup_smalldatasets have 4
periods now.
- add the 4 periods example to the vignette.
- custom pkgdownreference.
cat2cat 0.3.3
- improve the pkgdownwebsite.
- deparseinstead of- deparse1.
cat2cat 0.3.2
- tinyverseworld, even less dependencies.
cat2cat 0.3.1
- updated README file.
- improved covr and tests.
- updated vignette.
cat2cat 0.3.0
- fixed the cat2catfunction, the ml part is assuming
that categorical variable is always named “code”.
- fixed problems when using only one feature in the ml part of
cat2catfunction.
- persist NA values in a categorical variable in the cat2cat
function.
- updated vignette.
- improved roxygen2 docs.
- transferred caret and randomForestpackages to
Suggests, they are delayed loaded now.
- styler of the code.
- more readable code.
- removed data.table from Imports.
cat2cat 0.2.1
- usage of summary_c2c with the default df_new argument.
- plot_c2c roxygen2
cat2cat 0.2.0
cat2cat 0.1.9
cat2cat 0.1.8
- pt inside summary_c2c
- VignetteIndexEntry
cat2cat 0.1.7
cat2cat 0.1.6
- basic vignette
- rm .internal.selfref attr for mapped df
- assertthat instead of stopifnot
cat2cat 0.1.5
- data.R adding set.seed
- lack of a one bracket in description file
cat2cat 0.1.4
- remove the unnecessary imports in the DESCRIPTION file
cat2cat 0.1.3
- Title reduce to less than 65 characters.
- doi of journal paper added to a description section in the
DESCRIPTION file.
- unnecessary dontrun in data.R were removed.
cat2cat 0.1.2
- occup_smalldataset to pass checks in terms of
computation time of examples.
- data.table rbindlist.
- optimize for loop for ml models.
cat2cat 0.1.1
- Title format in Description file.
- spelling.
cat2cat 0.1.0
- More ml methods for cat2catfunction - “knn”, “rf”,
“lda”.
- prune_c2cand- cross_c2cto improve
processing of results.
- Enable cat2cat for panel with unique identifier.
- Turn on github actions - covr, pkgdown, check.
- Preparation before R CRAN.