Page 1 of 1

install 'jmvtools' in R

Posted: Wed Jan 08, 2020 8:37 am
by seol
Hello?

i am trying to install 'jmvtools' in R. but , I got the following error message in R

How can I fix it?

Best Regards

Seol

Re: install 'jmvtools' in R

Posted: Wed Jan 08, 2020 8:52 am
by jonathon
hi,

jmvtools *is* installed, but your package/module is missing a DESCRIPTION file.

if you want to create a new module, you can use the jmvtools::create() function. see dev.jamovi.org for more details.

cheers

jonathon

Re: install 'jmvtools' in R

Posted: Wed Jan 08, 2020 12:03 pm
by seol
Thanks for your kind reply

What I trying to do is to install "jAMM" module in R. However, The error happened in the following line:

jmvtools::install(pkg=pkg)

How can I deal with this problem?

Cheers

Seol

Re: install 'jmvtools' in R

Posted: Wed Jan 08, 2020 9:36 pm
by jonathon
hi,

it might help if you explain what you're trying to do. if you just want to install jAMM into R, then devtools::install_github() is all you need to do, and you don't need to use jmvtools. jmvtools is only for when you're wanting to develop/build a module.

cheers

Re: install 'jmvtools' in R

Posted: Thu Jan 09, 2020 12:17 pm
by mcfanda@gmail.com
Dear seol

The R version of jAMM is still a bit buggy, so I have to fix different issues here. I'll try to come out with a new version very soon that would solve all the related issues.