Page 2 of 2

Re: Jmvtools::check() not answering at all?

Posted: Tue Apr 06, 2021 1:18 am
by Burner
It does open the calculator.
I also used it to doublecheck that my pathway to jamovi was correct, and it managed to open that as well.

Re: Jmvtools::check() not answering at all?

Posted: Tue Apr 06, 2021 2:09 am
by jonathon
try the following commands:

system2(node::node(), '--version')

jmvtools:::jmcPath()

and let us know what they output

cheers

Re: Jmvtools::check() not answering at all?

Posted: Tue Apr 06, 2021 7:05 am
by Burner
jonathon wrote:
system2(node::node(), '--version')
This also outputs nothing!
jonathon wrote: jmvtools:::jmcPath()
This gives my path:
[1] "\"C:/Users/Burner McBurn/OneDrive/Dokument/R/win-library/4.0/jmvtools/node_modules/jamovi-compiler/index.js\""

Re: Jmvtools::check() not answering at all?

Posted: Tue Apr 06, 2021 8:07 am
by jonathon
what does:

node::node()

return?

Re: Jmvtools::check() not answering at all?

Posted: Tue Apr 06, 2021 8:15 am
by Burner
jonathon wrote:what does:

node::node()

return?
[1] "C:/Users/Burner McBörn/OneDrive/Dokument/R/win-library/4.0/node/node.exe"

I forgot last time to add that I've an Ö in my name, doubt that's a problem but maybe.

Re: Jmvtools::check() not answering at all?

Posted: Tue Apr 06, 2021 8:32 am
by jonathon
i suspect that might be it ... R often doesn't handle international chars well.

jonathon

Re: Jmvtools::check() not answering at all?

Posted: Tue Apr 06, 2021 9:56 am
by Burner
I can not believe it, that was it. So sorry for taking up your time ':)