Rj editor jmvconnect

Discuss statistics related things
Post Reply
tomtomme
Posts: 2
Joined: Wed Mar 02, 2022 5:00 am

Rj editor jmvconnect

Post 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.
Last edited by tomtomme on Wed Mar 02, 2022 5:34 am, edited 2 times in total.
User avatar
jonathon
Posts: 2622
Joined: Fri Jan 27, 2017 10:04 am

Re: Rj editor jmvconnect

Post by jonathon »

yes.
tomtomme
Posts: 2
Joined: Wed Mar 02, 2022 5:00 am

Re: Rj editor jmvconnect

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

Re: Rj editor jmvconnect

Post 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
Post Reply