Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linking cases to portions of text #28

Open
casillamo opened this issue Jan 29, 2019 · 9 comments
Open

Linking cases to portions of text #28

casillamo opened this issue Jan 29, 2019 · 9 comments

Comments

@casillamo
Copy link

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.

@twigdip
Copy link

twigdip commented Mar 11, 2019

This was a bug which has now been fixed by Ronggui Huang:
https://github.com/Ronggui/RQDA

@pablogrod
Copy link

pablogrod commented Mar 18, 2019 via email

@twigdip
Copy link

twigdip commented Mar 18, 2019

#if you didn’t install remotes already then do it now
install.packages("remotes")
library(remotes)
install_github("Ronggui/RQDA")

@twigdip
Copy link

twigdip commented Mar 18, 2019

It doesn't work if you simply reinstall RQDA because the main file hasn't been updated (you have to install through Github)

@pablogrod
Copy link

pablogrod commented Mar 18, 2019

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.

@twigdip
Copy link

twigdip commented Mar 19, 2019

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....

@pablogrod
Copy link

pablogrod commented Mar 30, 2019

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

@n8craig
Copy link

n8craig commented Apr 29, 2020

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:

  1. RGtk2 is not installed (I installed it following those instructions)
  2. the PATH environment variable is not set (which I set to 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.

@twigdip
Copy link

twigdip commented Apr 29, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants