Search found 3 matches

by brianmsm
Fri Mar 30, 2018 6:05 pm
Forum: Module development
Topic: [RESOLVED] Jamovi Compiler Version (install)
Replies: 5
Views: 7472

Re: Jamovi Compiler Version (install)

I did it using the Rstudio package installation interface. However, if you want to use only the commands, it is very similar to installing an online package. Download the package here: https://repo.jamovi.org/src/contrib/jmvtools_0.8.15.tar.gz install.packages("~/Descargas/jmvtools_0.8.15.tar.g...
by brianmsm
Fri Mar 30, 2018 5:59 pm
Forum: Module development
Topic: [RESOLVED] Jamovi Compiler Version (install)
Replies: 5
Views: 7472

Re: Jamovi Compiler Version (install)

I'm not sure if this influences the problem ... The jmvcore version found in the repository is 0.8.1 (it is the one indicated in the PACKAGES file), when the version I have installed (CRAN) is 0.8 .5. The same happens with the package "jmv" with version 0.7.2.4, when the current one is 0.8...
by brianmsm
Fri Mar 30, 2018 1:05 am
Forum: Module development
Topic: [RESOLVED] Jamovi Compiler Version (install)
Replies: 5
Views: 7472

[RESOLVED] Jamovi Compiler Version (install)

Hello I'm not sure if it's a generalized problem or if it just happened to me. Following the instructions in the following link for the development of the module: install.packages ('jmvtools', repos = c ('https://repo.jamovi.org', 'https://cran.r-project.org' )) The jmvtools_0.8.12.tar.gz version is...