Bug fixes
- Factor inputs were displayed integers. Fixed so this does not happen.
- S3 methods are exported.
Improvements
- If an edibble object is created from existing data, level edges are added when using
allot_trts()
. - If a record factor is specified from existing data, the unit levels are added as attributes.
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().
- 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
openxlsx2
instead ofopenxlsx
. - The display now shows the variable class (and not just the role).
- Make S3 generic/method consistent
- Updated old-style citEntry() to bibentry()
- Fix for dev tidyselect (thanks to @hadley)
- Fix issue with Rd files generated by roxygen2; it uses "align", which is becoming obsolete in HTML5
- Initial release of the package