I am happy to introduce a new module available in the jamovi library: SummaryTables .
A comprehensive module for creating publication-ready summary and regression tables in jamovi, powered by gtsummary package in R. Please note that it requires jamovi version 2.7.12 or later.
Thank you so much for the incredibly quick turnaround on this! That is exactly what I was hoping for.
I'm using Windows 11. I would really appreciate a pre-release version so I can test the fix and continue development. I will make sure to add `minApp: 2.7.27` to our `0000.yaml ...
I understand the concern. Looking at fromProtoBuf in image.R, the width and height in the protobuf are the full dimensions (already including whatever scale the client applied), and they are restored unconditionally:
Thanks for the quick reply. I traced the issue and it only affects images that use setSize() in .run() (dynamically sized images). Fixed-size images (width/height set in the YAML) work fine.
What happens
When clearWith does not trigger, fromProtoBuf in image.R still clears filePath ...
I want to use isFilled() on Image elements to know if an image is not going to be rendered this run. The goal is to skip some related calculations for it inside .run() , similar to the example mentioned in the API guide for tables: table$isFilled()