difficulty with Rj Editor (+) ... goal is to export .omv file
Posted: Thu May 04, 2023 12:27 am
My students are working with relatively large datasets that overwhelm jamovi (or Excel) on their computers, but are easily handled in R. Each student is just using a subset of variables, so I'm trying to use R to create personalized datasets for them that are much smaller and don't crash their computers - this is an intro level course.
I have both .Rdata and .sav files (but we don't get SPSS anymore) available, but the benefit of using the .sav files in jamovi is that they already have the variable names and at least some value labels entered.
Goal: So I'm trying to use the .sav file loaded into jamovi and then jamoviReadWrite (which appears to require jamoviconnect) to output an .omv file with a subset of the data
System Details
I started with a fresh install of R 4.3.0 and a fresh install of jamovi since both were out of date. I was able to I could get some basic R commands using the jamovi version of R, but it just hung for the system R in both Rj Editor and Rj Editor+. From reading
https://github.com/jamovi/jamovi/issues/1243, it seemed like one of the issues was R 4.3.0, so I uninstalled that and went back to R 4.1.3. At this point, trying to even run summary (data[1:3]) crashed system R in both Rj Editor and Rj Editor+. I tried uninstalling and re-installing jamovi, but that same behavior continued. It also looked like I needed to install the packages in system R, so the jamovi R can't see them. I had trouble following some of the previous threads about libraries. But when some of those threads in github found an issue was related to libraries, it seemed related to the new version of R, so that was why I went back to 4.1.3 for the system R.
At this point tonight, I'm going to go back to doing it in RStudio with the .csv or .RData files since none of the different version combinations worked, but I want to be able to write jamovi files from within one of the R editors in the future.
Any suggestions? Are there ways to output a modified .omv file within one of the R editors using the jamovi R version? Or another file format that retains variable names, value labels, and values identified as missing?
Thanks for any help you can offer!
I have both .Rdata and .sav files (but we don't get SPSS anymore) available, but the benefit of using the .sav files in jamovi is that they already have the variable names and at least some value labels entered.
Goal: So I'm trying to use the .sav file loaded into jamovi and then jamoviReadWrite (which appears to require jamoviconnect) to output an .omv file with a subset of the data
System Details
I started with a fresh install of R 4.3.0 and a fresh install of jamovi since both were out of date. I was able to I could get some basic R commands using the jamovi version of R, but it just hung for the system R in both Rj Editor and Rj Editor+. From reading
https://github.com/jamovi/jamovi/issues/1243, it seemed like one of the issues was R 4.3.0, so I uninstalled that and went back to R 4.1.3. At this point, trying to even run summary (data[1:3]) crashed system R in both Rj Editor and Rj Editor+. I tried uninstalling and re-installing jamovi, but that same behavior continued. It also looked like I needed to install the packages in system R, so the jamovi R can't see them. I had trouble following some of the previous threads about libraries. But when some of those threads in github found an issue was related to libraries, it seemed related to the new version of R, so that was why I went back to 4.1.3 for the system R.
At this point tonight, I'm going to go back to doing it in RStudio with the .csv or .RData files since none of the different version combinations worked, but I want to be able to write jamovi files from within one of the R editors in the future.
Any suggestions? Are there ways to output a modified .omv file within one of the R editors using the jamovi R version? Or another file format that retains variable names, value labels, and values identified as missing?
Thanks for any help you can offer!