Search found 4 matches

by xz3180
Thu Apr 07, 2022 4:28 am
Forum: Module development
Topic: jamovi module installation errors on Windows
Replies: 5
Views: 104342

Re: jamovi module installation errors on Windows

Hi Jonathon,
It worked! Thank you!
by xz3180
Tue Apr 05, 2022 2:32 am
Forum: Module development
Topic: jamovi module installation errors on Windows
Replies: 5
Views: 104342

Re: jamovi module installation errors on Windows

Hi Jonathon,
I updated the jmvtools to the latest version.
Now I got the error message:
Cannot read property 'jmv_packages' of undefined


> jmvtools::install()

jamovi compiler

jamovi 1.2.27 found at C:\Program Files\jamovi 1.2.27.0\bin\jamovi.exe
wrote: termfre.h.R
wrote: termfre.u.yaml
wrote ...
by xz3180
Mon Apr 04, 2022 1:17 am
Forum: Module development
Topic: problems installing a module
Replies: 7
Views: 21969

Re: problems installing a module

Please try this one: jmvtools::install(pkg = "C://ClinicoPath", home = "C://Program Files//jamovi//bin")
pkg shows the folder you have the DESCRIPTION and other package files.

I have the same problem. I tried jmvtools::install(pkg = "C://ClinicoPath", home = "C://Program Files//jamovi//bin ...
by xz3180
Sat Apr 02, 2022 3:38 pm
Forum: Module development
Topic: jamovi module installation errors on Windows
Replies: 5
Views: 104342

jamovi module installation errors on Windows

Hi,
When I tried to follow the tutorial step to install the jamvoi tool, it showed this error.
These are my codes:
jmvtools::check()
jmvtools::check(home = "C:/Program Files/jamovi 1.2.27.0")

jmvtools::create("termfreq")
jmvtools::addAnalysis(name = 'termfreq', title='Term Frequency')
setwd ...