Open casillamo opened 5 years ago
This was a bug which has now been fixed by Ronggui Huang: https://github.com/Ronggui/RQDA
El 11/3/19 a las 09:07, twigdip escribió:
This was a bug which has now been fixed by Ronggui Huang: https://github.com/Ronggui/RQDA
I do not see it is fixed. I uninstalled RQDA, updated all installed packages in RStudio, reinstalled RQDA with the command
/install.packages("RQDA",dependencies=c("Depends", "Imports"))/
suggested in the page http://rqda.r-forge.r-project.org/.
The version of RQDA is the same. And the problem still persist. Presing the "Link" button do not add the selected fragment of text to the selected case. :-(
How can we access the fixed version?
--
Dr. Pablo Gustavo Rodriguez Email: pablogrod@disroot.org mailto:pablogrod@disroot.org Perfil Academia.edu http://unlp.academia.edu/PabloGustavoRodriguez Perfil ResearchGate https://www.researchgate.net/profile/Pablo_Rodriguez18/?ev=hdr_xprf http://pablogrodriguez.blogspot.com/Blog personal: http://pablogrodriguez.blogspot.com.ar/ Universidad Nacional de La Plata**
install.packages("remotes") library(remotes) install_github("Ronggui/RQDA")
It doesn't work if you simply reinstall RQDA because the main file hasn't been updated (you have to install through Github)
Thanks a lot for your response!. I already run the suggested commands and I still do not see the issue fixed. Is there anything else I should do? When you say that I have to install RQDA through Github, does it mean I should download the RQDA-master.zip? And unzip it within the RQDA folder? or the folder containing the RQDA folder? In my system it is located in /home/pablogr/R/x86_64-pc-linux-gnu-library/3.2/RQDA I guess it is the developer version. Is this one what you mean? Should I follow the instructions in the section "Installation of Devel Version"? Excuse me but I am just a user, not a developer, and some things are not obvious to me. I never installed anything from GitHub.
Hi there - I'm sorry but I'm not an expert on using R either! Are you using RStudio? I had no problems installing this from GitHub - but I did have to try a few times...
install.packages("remotes") library(remotes) install_github("Ronggui/RQDA")
Are you getting any errors? Try installing a few times if it doesn't work? And try reinstalling RQDA after you've run it through GitHub....
I had a message error on igraph compilation
make: *** [igraph.so] Error 1 ERROR: compilation failed for package ‘igraph’
- removing ‘/home/pablogr/R/x86_64-pc-linux-gnu-library/3.2/igraph’
Later on running RQDA I get this other error msg:
Warning: changing locked binding for ‘n’ in ‘gWidgets’ whilst loading ‘RQDA’ Warning message: replacing previous import by ‘RSQLite::Id’ when loading ‘RQDA’
And also another msgs from install.packages() that say packages llapack and lblas are is "not available (for R version 3.2.3)"
And the problem linking fragments of a file with a Case still persists. I will try reinstalling several times as twigdip suggests
I am having the same issue. When trying to add a file to a case, the console shows:
Error: Columns
data
not found
... the file is not added to the case. To resolve this issue I tried the install method suggested above:
install.packages("remotes")
library(remotes)
install_github("Ronggui/RQDA")
I also tried the install method from the GitHub Readme.md instructions for Win:
install.packages("devtools") ## install it only if you haven't done it yet
require(devtools)
devtools::install_github("Ronggui/RQDA")
Additionally, I tried downloading and running the portable version. The two methods of install fail with quite a few error messages key being that:
R/win-library/3.6/RGtk2/
). The other error, which I suspect is related perhaps to the path issue, is:
unable to load shared object 'C:/.../R/win-library/3.6/RGtk2/libs/i386/RGtk2.dll' LoadLibrary failure: Specified module could not be found.
Any help sorting this out so that I can use the cases function, would be very much appreciated.
Hi there,I'm sorry but I don't think I'll be able to help. I was in touch with Ronggui directly and he helpfully replied that he was going to update the actual official version eventually but it doesn't seem that he has. I ended up using a copy of Atlas.ti as it was getting so frustrating with RQDA, but it's a great bit package for R...shame it isn't getting developed much.The only thing I can suggest you do is try an older or different version of RQDA. I think I managed to make my cases work in the end with an older version...but I can't remember exactly now as it was a while ago and I haven't been using RQDA since.All the best though On Wednesday, 29 April 2020, 03:05:04 BST, n8craig notifications@github.com wrote:
I am having the same issue. When trying to add a file to a case, the console shows:
Error: Columns data not found
... the file is not added to the case. To resolve this issue I tried the install method suggested above:
install.packages("remotes") library(remotes) install_github("Ronggui/RQDA")
I also tried the install method from the GitHub Readme.md instructions for Win:
install.packages("devtools") ## install it only if you haven't done it yet require(devtools) devtools::install_github("Ronggui/RQDA")
Additionally, I tried downloading and running the portable version. The two methods of install fail with quite a few error messages key being that:
The other error, which I suspect is related perhaps to the path issue, is:
unable to load shared object 'C:/.../R/win-library/3.6/RGtk2/libs/i386/RGtk2.dll' LoadLibrary failure: Specified module could not be found.
Any help sorting this out so that I can use the cases function, would be very much appreciated.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.
Thanks for your work. I am trying to create cases from within one source (different cases in the same source) but the cases are not saved, and the highlighting disappears as soon as I try to link another portion of text to a different case. I am running RQDA in Windows 10.