Search found 8 matches

by dadedodo
Fri Sep 27, 2024 9:43 am
Forum: Module development
Topic: Installing package fields
Replies: 7
Views: 97151

Re: Installing package fields

I am working on a project in which I have attendees using my module on Mac and Windows. I found that building a module on 2.5.6 in Mac or Windows works on both. Would this be the same with 2.6? Should I use the solid version of Jamovi whic has a longer life span?
by dadedodo
Thu Sep 26, 2024 10:57 pm
Forum: Module development
Topic: Installing package fields
Replies: 7
Views: 97151

Re: Installing package fields

Hi Jonathon, I am still having some issues in getting fields installed. I have installed gfortran that it is recognize by R, but I got an error saying that my gfortran is for amr and the package requires intel. It seems that `jmvtools::install()` is still trying to use the source version. I am using...
by dadedodo
Wed Sep 25, 2024 11:34 am
Forum: Module development
Topic: Installing package fields
Replies: 7
Views: 97151

Re: Installing package fields

Thanks for the quick replay. You are right, I am calling the installation from the DESCRITPTION file.
by dadedodo
Tue Sep 24, 2024 11:32 pm
Forum: Module development
Topic: Installing package fields
Replies: 7
Views: 97151

Installing package fields

Dear all, I am trying to create a module that has some functions from the package fields (Jamovi 2.5.6). However, I got an error saying that I need gfortran to install the 'fields' package (attached the error code). Is there a solution to solve this issue? Thanks! * installing *source* package ‘fiel...
by dadedodo
Sat Apr 13, 2024 12:25 am
Forum: Help
Topic: Looking for Jamovi 2.3.3.0 installing file for MAC
Replies: 5
Views: 11372

Re: Looking for Jamovi 2.3.3.0 installing file for MAC

Thanks a lot!. It would be possible to have MAC 2.3.3.0 version of Jamovi? The module was already built with the old version. I just need an old version of Jamovi while I am re-building it with the new one.
Thanks
by dadedodo
Fri Apr 12, 2024 11:52 pm
Forum: Help
Topic: Looking for Jamovi 2.3.3.0 installing file for MAC
Replies: 5
Views: 11372

Looking for Jamovi 2.3.3.0 installing file for MAC

Hi, I am looking for the installation file of Jamovi 2.3.3.0 for mac. I have created a module with Jamovi 2.3.3.0 in windows, and I would like to use the same version of Jamovi in my MAC to use my module. Unfortunately, when I try to compile my module with the new bverion of Jamovi I got this error:...
by dadedodo
Thu Nov 25, 2021 3:05 pm
Forum: Module development
Topic: Allowing user to set their working directory to save files
Replies: 2
Views: 15286

Re: Allowing user to set their working directory to save fil

Hi Jonathon,

Thanks a lot for you answer. This is exactly what I needed. I will figure out how to increase the size of the box.

Cheers,

Donal
by dadedodo
Sun Nov 21, 2021 9:32 pm
Forum: Module development
Topic: Allowing user to set their working directory to save files
Replies: 2
Views: 15286

Allowing user to set their working directory to save files

Hi Jamovi team, I would like to know if it is possible to allow the user to set their own working folder. My module creates a few output has .csv file that are too long to show in the result window. However, the user should be able to select the folder in which the file will be saved. What option sh...