Page 1 of 1

Rj editor error?

Posted: Sat Aug 04, 2018 11:08 pm
by Hypersphere
Using jamovi 0.9.11 for Windows 10 ver 1803, R version 3.5.1.

When I try to open Rj editor, I get the following:
=====
library(jmv)
if (packageVersion('jmv') < package_version('0.9.1.10'))
stop('A newer version of jmv is required')

# descriptives(data[1:3])

=====

In addition, in the R output in the right-hand panel, I get:

R
argument is of zero length

In R, my jmv package version is 0.8.6.2
jmv connect version is 1.0.3
jmvcore version is 0.9.10

Do I need an updated jmv package in R?

Re: Rj editor error?

Posted: Sat Aug 04, 2018 11:10 pm
by jonathon
hi, is this with the 'jamovi R', or with the 'System R'?

with thanks

Re: Rj editor error?

Posted: Sun Aug 05, 2018 2:27 pm
by MAgojam
Hypersphere wrote: In R, my jmv package version is 0.8.6.2
jmv connect version is 1.0.3
jmvcore version is 0.9.10

Do I need an updated jmv package in R?
Hi @Hypersphere,
I'm using Rj with win7 and 10 (latest updates) without problems.

Installed with RStudio or from R terminal, in Sytem Library, the most recent version of jmv present in GitHub ...

Code: Select all

devtools::install_github("jamovi/jmv", force=TRUE)
cheers,
Maurizio