Search found 3 matches

by NourEdinDarwish
Tue Jan 27, 2026 7:44 pm
Forum: Module development
Topic: Questions regarding Inter-Analysis Object Sharing and Custom File I/O Capabilities
Replies: 1
Views: 421

Questions regarding Inter-Analysis Object Sharing and Custom File I/O Capabilities

Hi everyone, I am currently developing a module for jamovi and have a couple of specific questions regarding the capabilities of the API and R integration. 1. Persistence and Object Sharing Between Analyses: Is it possible to save an R object from one analysis so that it becomes accessible to a sepa...
by NourEdinDarwish
Sun Jan 25, 2026 2:42 pm
Forum: Module development
Topic: Do I need to use `jmvcore::toNumeric()` if we are using `permitted: - numeric`
Replies: 2
Views: 2130

Do I need to use `jmvcore::toNumeric()` if we are using `permitted: - numeric`

I am developing a module and looking for clarification on best practices for handling data types. I noticed a pattern in the core `jmv` modules (for example, in the **Independent Samples T-Test** `ttestIS`). In **`ttestIS.a.yaml`**, the variables are strictly defined with: ```yaml permitted: - numer...