Search found 14 matches

by rcalinjageman
Wed Apr 06, 2022 9:31 pm
Forum: Module development
Topic: Mac system jmvtools check does not work
Replies: 19
Views: 3695

Re: Mac system jmvtools check does not work

Got everything working now, on two different VMware images; thanks. To get things working I: * Downloaded the unsigned development version of jamovi * Installed jmvtools as directed in the tutorial * Found the directory where the node library was installed, then created the subdirectories node-darwi...
by rcalinjageman
Wed Apr 06, 2022 3:55 am
Forum: Module development
Topic: Mac system jmvtools check does not work
Replies: 19
Views: 3695

Re: Mac system jmvtools check does not work

I am on 2.3.2 -- and just tried a fresh install of 2.3.2 as well. These are both virtual machines I just setup today, both with the latest jamovi builds. getting the same thing on both machines in Rstudio and from the R command line.
by rcalinjageman
Wed Apr 06, 2022 3:14 am
Forum: Module development
Topic: Mac system jmvtools check does not work
Replies: 19
Views: 3695

Re: Mac system jmvtools check does not work

Can confirm that https://repo.jamovi.org/src/contrib/node_1.1.tar.gz does not include the executables for OSX or Linux, but https://repo.jamovi.org/src/contrib/node_1.0.tar.gz does, though the node executable included in the 1.0 version throws errors. I've tried installing 1.0 and replacing the node...
by rcalinjageman
Wed Apr 06, 2022 3:12 am
Forum: Module development
Topic: Mac system jmvtools check does not work
Replies: 19
Views: 3695

Re: Mac system jmvtools check does not work

I removed the package first and then ran install with verbose output: > install.packages("node", repos = "https://repo.jamovi.org", verbose = T) Warning in install.packages : unable to access index for repository https://repo.jamovi.org/bin/macosx/contrib/4.1: cannot open URL 'ht...
by rcalinjageman
Wed Apr 06, 2022 12:34 am
Forum: Module development
Topic: Mac system jmvtools check does not work
Replies: 19
Views: 3695

Re: Mac system jmvtools check does not work

For the location of node, I get > installed.packages()['node','LibPath'] [1] "/Users/bob/Library/R/x86_64/4.1/library" And then in a terminal in that directory, ls gives: bob@Roberts-Mac node % ls DESCRIPTION NAMESPACE help node.exe Meta R html and that's it -- doesn't seem like there is a...
by rcalinjageman
Wed Apr 06, 2022 12:33 am
Forum: Module development
Topic: Mac system jmvtools check does not work
Replies: 19
Views: 3695

Re: Mac system jmvtools check does not work

For the location of node, I get > installed.packages()['node','LibPath'] [1] "/Users/bob/Library/R/x86_64/4.1/library" And then in a terminal in that directory, ls gives: bob@Roberts-Mac node % ls DESCRIPTION NAMESPACE help node.exe Meta R html and that's it -- doesn't seem like there is a...
by rcalinjageman
Wed Apr 06, 2022 12:12 am
Forum: Module development
Topic: Mac system jmvtools check does not work
Replies: 19
Views: 3695

Re: Mac system jmvtools check does not work

Working from the downgraded version of node, I baked up the version of node it came with and copied the 16.14.2 version into: /Library/Frameworks/R.framework/Versions/4.1/Resources/library/node/node-darwin/bin/node. That lets jmvtools:check() run! And jmtools:install() gets started, but eventually c...
by rcalinjageman
Wed Apr 06, 2022 12:07 am
Forum: Module development
Topic: Mac system jmvtools check does not work
Replies: 19
Views: 3695

Re: Mac system jmvtools check does not work

I get: > node::node() [1] "" > file.exists(node::node()) [1] FALSE If I downgrade node with: devtools::install_version('node', version = "1.0", repos=c('https://repo.jamovi.org', 'https://cran.r-project.org')) Then I get: > node::node() [1] "/Library/Frameworks/R.framework/V...
by rcalinjageman
Tue Apr 05, 2022 11:59 pm
Forum: Module development
Topic: Mac system jmvtools check does not work
Replies: 19
Views: 3695

Re: Mac system jmvtools check does not work

I get:

> node::node()
[1] ""
> file.exists(node::node())
[1] FALSE
by rcalinjageman
Tue Apr 05, 2022 9:24 pm
Forum: Module development
Topic: Mac system jmvtools check does not work
Replies: 19
Views: 3695

Re: Mac system jmvtools check does not work

The node package/wrapper that got installed with jmvtools does not seem to come with an osx version of node.js.