edibble 1.1.0
CRAN release: 2023-11-12
Bug fixes
- Bug fix for export_design when no record factor exists
- Bug fix for order assignment
Quality of life improvements
- Format change for the title page in the export
- Change behaviour of
fct_attrs()when levels supplied as numeric or vector instead oflvls(). - Change the print out of edibble table.
- Improve the assignment algorithm.
New features
- Added new functions
count_by()andsplit_by(). - Added ability to specify conditional treatment.
- The
simuluate_rcrds()has now a facelift with delineation of the process specification tosimulate_process(). -
autofill_rcrds()implemented. - Added ability to add two designs by
+. - Ability to add metadata through design().
edibble 1.0.0
CRAN release: 2023-09-03
- Major internal change. R6 class is completely changed to a Provenance object.
- Provenance object now track the internal and external commands.
- Changed export to use
openxlsx2instead ofopenxlsx. - The display now shows the variable class (and not just the role).
edibble 0.1.3
CRAN release: 2023-03-22
- Make S3 generic/method consistent
- Updated old-style citEntry() to bibentry()
