Search found 4 matches
- Thu Apr 14, 2022 3:50 am
- Forum: Module development
- Topic: Jamovi could not find function
- Replies: 5
- Views: 15606
Re: Jamovi could not find function
I also tried using the full package name tm::VectorSource in my codes and it returns the same message:
- Thu Apr 14, 2022 3:25 am
- Forum: Module development
- Topic: Jamovi could not find function
- Replies: 5
- Views: 15606
Re: Jamovi could not find function
Hi Jonathon, thank you for your reply. I now have imported all necessary packages into NAMESPACE. But when I tried to reinstall the module again it now returns a new error message "there is no package call 'tm'". I have attached the below. Can you help me with this issue? Thank you!
- Wed Apr 13, 2022 8:46 pm
- Forum: Module development
- Topic: Jamovi could not find function
- Replies: 5
- Views: 15606
Jamovi could not find function
Hi I have encountered a problem while trying to build a module in jamovi, when I tried to incorporate the analysis into the b.R file, jamovi returns error with the error message of "could not find function 'VectorSource'" as show in the screenshot below.
The analysis runs fine with R and I also saw ...
The analysis runs fine with R and I also saw ...
- Fri Apr 01, 2022 6:13 pm
- Forum: Module development
- Topic: Mac system jmvtools check does not work
- Replies: 19
- Views: 39251
Mac system jmvtools check does not work
Hello, I have encountered a problem when trying to create a Jamovi module for Mac, the command
jmvtools:: check()
returns error:
jmvtools::check("~Applications/jamovi.app")
sh: : command not found
Warning message:
In system2(exe, args, wait = TRUE) : error in running command
jmvtools::check(home ...
jmvtools:: check()
returns error:
jmvtools::check("~Applications/jamovi.app")
sh: : command not found
Warning message:
In system2(exe, args, wait = TRUE) : error in running command
jmvtools::check(home ...