Jmvtools::check() not answering at all?

General help and assistance with jamovi. Bug reports can be made at our issues page: https://github.com/jamovi/jamovi/issues . (If you're unsure feel free to discuss it here)
Burner
Posts: 9
Joined: Sun Mar 28, 2021 10:49 pm

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

Post 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.
User avatar
jonathon
Posts: 2613
Joined: Fri Jan 27, 2017 10:04 am

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

Post by jonathon »

try the following commands:

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

jmvtools:::jmcPath()

and let us know what they output

cheers
Burner
Posts: 9
Joined: Sun Mar 28, 2021 10:49 pm

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

Post 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\""
User avatar
jonathon
Posts: 2613
Joined: Fri Jan 27, 2017 10:04 am

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

Post by jonathon »

what does:

node::node()

return?
Burner
Posts: 9
Joined: Sun Mar 28, 2021 10:49 pm

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

Post 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.
User avatar
jonathon
Posts: 2613
Joined: Fri Jan 27, 2017 10:04 am

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

Post by jonathon »

i suspect that might be it ... R often doesn't handle international chars well.

jonathon
Burner
Posts: 9
Joined: Sun Mar 28, 2021 10:49 pm

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

Post by Burner »

I can not believe it, that was it. So sorry for taking up your time ':)
Post Reply