Page 1 of 1

Rj editor jmvconnect

Posted: Wed Mar 02, 2022 5:03 am
by tomtomme
If I manage to install jmvconnect (which I may figure out), I should be able to use all CRAN packages through my system R, if I understand this article correctly: https://blog.jamovi.org/2018/07/30/rj.html
Right?
But if I try

Code: Select all

install.packages('jmvconnect')
in Rj, it just says:

Code: Select all

trying to use CRAN without a mirror
And if I try it from an external R Konsole I see:

Code: Select all

install.packages('jmvconnect')
Installiere Paket nach ‘/home/tom/R/x86_64-pc-linux-gnu-library/4.1’
(da ‘lib’ nicht spezifiziert)
Warnung: unable to access index for repository https://cran.uni-muenster.de/src/contrib:
  kann URL 'https://cran.uni-muenster.de/src/contrib/PACKAGES' nicht öffnen
Warnmeldung:
package ‘jmvconnect’ is not available for this version of R

A version of this package for your version of R might be available elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages 
Switching to an US mirror solved this.

Re: Rj editor jmvconnect

Posted: Wed Mar 02, 2022 5:05 am
by jonathon
yes.

Re: Rj editor jmvconnect

Posted: Wed Mar 02, 2022 5:34 am
by tomtomme
Wow you are quick. I just installed jmvconnect from R-Konsole outside of jamovi, because jamovi threw an error.
R was able to do it and now I could switch jamovi to System R without an error :D
nice

Re: Rj editor jmvconnect

Posted: Wed Mar 02, 2022 5:37 am
by jonathon
"trying to use CRAN without a mirror"

this is R throwing an error, rather than jamovi.

but you are better off installing packages from the R console anyway -- that way it can provide feedback as it progresses.

cheers