Search found 5 matches

by oliveros
Wed Jun 25, 2025 11:08 am
Forum: Module development
Topic: Documentation on module creation seems to be outdated
Replies: 8
Views: 112633

Re: Documentation on module creation seems to be outdated

Hi,

Finally I managed to create and install a jamovi module. Previously I uninstalled Node.js and every single R version that I had installed in my computer. Also uninstalled and reinstalled jamovi app.

Some configuration of my own PC was causing troubles...

I could install jmvtools (and node ...
by oliveros
Mon Jun 23, 2025 7:03 am
Forum: Module development
Topic: Documentation on module creation seems to be outdated
Replies: 8
Views: 112633

Re: Documentation on module creation seems to be outdated

Hi,

I installed node.1.2 from

https://repo.jamovi.org/src/contrib/node_1.2.tar.gz

Unfortunately, the issues persist. I am unable to create modules. Documentations is about jamovi 2.5 that depends on R 4.3 but available jamovi release is 2.6 that depends on R 4.4.

Also, node requirements are not ...
by oliveros
Sat Jun 21, 2025 7:08 am
Forum: Module development
Topic: Documentation on module creation seems to be outdated
Replies: 8
Views: 112633

Re: Documentation on module creation seems to be outdated

Hi,

Actually Node was missing when I tried installing jmvtools the first time. Then I installed Node.js (double-checked with system commands "node -v" and "npm -v") and, finally, I installed node_1.1.tar.gz from jamovi repository (as indicated in another forum).

So, node (R package) and Node.js ...
by oliveros
Fri Jun 20, 2025 2:14 pm
Forum: Module development
Topic: Documentation on module creation seems to be outdated
Replies: 8
Views: 112633

Re: Documentation on module creation seems to be outdated

Hi,

Thanks for such a quick answer!

Unfortunately jmvtools::install() does not produce any output. No messages and no new files. I could not construct a proper module to be installed.

These are the folders and files generated by

jmvtools:create("MyModule")
setwd("MyModule")
jmvtools::addAnalysis ...
by oliveros
Fri Jun 20, 2025 8:51 am
Forum: Module development
Topic: Documentation on module creation seems to be outdated
Replies: 8
Views: 112633

Documentation on module creation seems to be outdated

Hi all

jamovi is what I always wanted to make R packages easier to use for users who can't program.

I tried to follow the documentation to create a test module but it was impossible to get it. jmvtools does not generate the files it is supposed to generate (0000.yaml does not appear) and when I ...