Search found 9 matches

by Burner
Tue Apr 06, 2021 9:56 am
Forum: Help
Topic: Jmvtools::check() not answering at all?
Replies: 16
Views: 7356

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

I can not believe it, that was it. So sorry for taking up your time ':)
by Burner
Tue Apr 06, 2021 8:15 am
Forum: Help
Topic: Jmvtools::check() not answering at all?
Replies: 16
Views: 7356

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

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.
by Burner
Tue Apr 06, 2021 7:05 am
Forum: Help
Topic: Jmvtools::check() not answering at all?
Replies: 16
Views: 7356

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

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\""
by Burner
Tue Apr 06, 2021 1:18 am
Forum: Help
Topic: Jmvtools::check() not answering at all?
Replies: 16
Views: 7356

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

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.
by Burner
Mon Apr 05, 2021 3:21 pm
Forum: Help
Topic: Jmvtools::check() not answering at all?
Replies: 16
Views: 7356

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

Hi, I tried running the line, still no reply at all unfortunately. I also tried to install everything on my boyfriends computer, where it worked great, first try on everything. He also have Windows, so I'm now very lost. The only differences is that his computer a) did not get the warning about it b...
by Burner
Wed Mar 31, 2021 10:26 pm
Forum: Help
Topic: Jmvtools::check() not answering at all?
Replies: 16
Views: 7356

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

I have so far tried installing it in R instead of RStudio, but getting the same result. I also tried reinstalling both R and RStudio, and remembered that instead of using the line: install.packages("jmvtools", repos = c("http://repo.jamovi.org", "http://cran.r-project.org&qu...
by Burner
Mon Mar 29, 2021 8:56 pm
Forum: Help
Topic: Jmvtools::check() not answering at all?
Replies: 16
Views: 7356

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

Hi, @Burner. With options set the jamovi_home environment variable to the folder where you installed the version of jamovi you use. This is the output in Console: > library ("jmvtools") > options (jamovi_home = 'c:/Program Files/jamovi 1.6.21.0') > jmvtools::check () jamovi compiler jamov...
by Burner
Mon Mar 29, 2021 8:50 pm
Forum: Help
Topic: Jmvtools::check() not answering at all?
Replies: 16
Views: 7356

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

sbalci wrote:You may also try this repository: https://github.com/sbalci/jamoviTemplate
Thank you! I tried checking with the specified place, but that didn't work. Maybe it will from this repo.
by Burner
Sun Mar 28, 2021 10:55 pm
Forum: Help
Topic: Jmvtools::check() not answering at all?
Replies: 16
Views: 7356

Jmvtools::check() not answering at all?

Hi, I'm unsure if I'm doing something wrong here, I'm very new to R in general. After I managed to get jmvtools down, following the tutorial on getting started, I tried to use check. As I understand from a coworker trying it, they get either a yes or a no. In RStudio I get nothing, it simply jumps t...