- CRAN submission
- fix CRAN submission issues: replace
\dontrunwith\donttest, remove examples, useon.exit(), use returnvalues, useinteractive(), replacecat()withmessage(), adjust DESCRIPTION file - update: file extension in
pt_export()andplot()
- prepare package for CRAN publication
- update: vignette
- update: shiny app / dashboard
- update: perturbation panel plot
- code cleanup and improved documentation
- changed
pt_create_pParams()andpt_create_pTable()to internal functions - feature: new function
create_ptable()with argumentscreateandparams - update:
create_cnt_table()andcreate_num_table()with alias functions and new argumentcreate
- feature: new function
modify_cnt_ptable()to generate modified ptables (for count/frequency tables) - update: minor code improvement
- added a
NEWS.mdfile to track changes to the package.
- update: generic error message when constraints are violated
- update: replaced
latticebyggplot2in density plot functionpt_plot_pD() - feature: Github actions (code coverage and CMD check)
- feature: new functions
create_cnt_table()(for count/frequency tables) andcreate_num_table()(for numerical/magnitude tables) that both wrappt_create_pParams()andpt_create_pTable() - code cleanup and improved documentation
- updated vignette
- Thanks to Bernhard Meindl for the commits.
- feature: generic function
plotinstead offifi_function - feature: functions
pt_ex_cnts()andpt_ex_nums()for quick examples - updated vignette
- updated dashboard
- minor updates (e.g. updated argument
step)
- feature: ptables for magnitude tables
- new arguments in function
pt_create_pParams():icat,table,step,type - updated arguments in function
pt_create_pPtable(): argumenttyperemoved
- Prototype Version for Testing (Census)
- feature: new argument
SDCtoolof functionpt_export(): either "TauArgus" or "SAS" - feature: vignette and new function
pt_vignette()to show it - updated default for argument
pstayin functionpt_create_pParams() - updated default for argument
typein functionpt_create_pTable()
- Prepared for prototype testing
- Some minor updates of graphic outputs (e.g. font sizes)
- Alternative allocation for abs implementation (argument
type="abs2") (intended to replace actual argumenttype="abs"and will be removed afterwards)
- feature: graphic output of transition matrix
fifi_plot(..., type="t")(first version) - feature: graphic output of perturbation panel
fifi_plot(..., type="p")(first version)
- Some updates of the dashboard (e.g. now directly opens in web browser, download buttons)
- Updated live output of the main function
pt_create_pTable(..., monitoring=FALSE, debugging=FALSE)(i.e., monitoring is for users, debugging for own purposes and will be removed in a stable version) - Some first minor fixes of extended parameter setting (i.e. argument
pstay)
- compatibility with R-package cellKey (type of ptable: abs or destatis formatted ptable)
- feature: new function
pt_export()to export ptable (csv format used by TauArgus) - feature: new argument of function
fifi_plot()in order to save graphical pdf output
- bug-fixing: dashboard
- bug-fixing: CRAN compatibility and minor fixes (e.g. depends)
- first uploaded version