Page 1 of 1

[RESOLVED] Jamovi Compiler Version (install)

Posted: Fri Mar 30, 2018 1:05 am
by brianmsm
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:

Code: Select all

 install.packages ('jmvtools', repos = c ('https://repo.jamovi.org', 'https://cran.r-project.org' ))
The jmvtools_0.8.12.tar.gz version is installed by default.
At the time of use, it gives the following message
a newer version of the jamovi compiler (or jmvtools) is required.
When I review the repository link, I see that there is a jmvtools_0.8.15.tar.gz version, which when installed manually in R, works correctly.

Re: Jamovi Compiler Version (install)

Posted: Fri Mar 30, 2018 2:13 am
by jonathon
hi,

yes, good debugging. i'm puzzled by what R is doing here too. the `PACKAGES` file clearly lists a more recent version, but it sometimes downloads an earlier version.

perhaps i need to tweak the http caching policy.

i'll look into it

with thanks

jonathon

Re: Jamovi Compiler Version (install)

Posted: Fri Mar 30, 2018 4:46 pm
by arcaldwell49
Hi, I am having the same issue. The following message appears.
> jmvtools::install()

jamovi compiler


a newer version of the jamovi-compiler (or jmvtools) is required

Warning message:
running command '"C:/Users/ac039/Documents/R/win-library/3.4/node/node.exe" "C:/Users/ac039/Documents/R/win-library/3.4/jmvtools/node_modules/jamovi-compiler/index.js" --install "." --home "C:\Program Files\jamovi 0.8.6.0\bin"' had status 1
brianmsm how did you directly install jmvtools_0.8.15.tar.gz manually?

Re: Jamovi Compiler Version (install)

Posted: Fri Mar 30, 2018 5:59 pm
by brianmsm
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.6.
Is it possible that mismatches in the PACKAGE file of package versions indicated with those installed in the system generate this confusion?

Re: Jamovi Compiler Version (install)

Posted: Fri Mar 30, 2018 6:05 pm
by brianmsm
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/jmv ... .15.tar.gz

Code: Select all

install.packages("~/Descargas/jmvtools_0.8.15.tar.gz", repos = NULL, type = "source")
arcaldwell49 wrote:Hi, I am having the same issue. The following message appears.
> jmvtools::install()

jamovi compiler


a newer version of the jamovi-compiler (or jmvtools) is required

Warning message:
running command '"C:/Users/ac039/Documents/R/win-library/3.4/node/node.exe" "C:/Users/ac039/Documents/R/win-library/3.4/jmvtools/node_modules/jamovi-compiler/index.js" --install "." --home "C:\Program Files\jamovi 0.8.6.0\bin"' had status 1
brianmsm how did you directly install jmvtools_0.8.15.tar.gz manually?

Re: [RESOLVED] Jamovi Compiler Version (install)

Posted: Fri Mar 30, 2018 10:52 pm
by jonathon
OK, i think i've fixed this now.

sorry for the inconvenience

jonathon