Ronggui / RQDA

R-based Qualitative Data Analysis
http://rqda.r-forge.r-project.org
Other
113 stars 31 forks source link

Unable to add code to category #15

Open jagrg opened 7 years ago

jagrg commented 7 years ago

Adding a code to some category yields an error: Error: Columns row_names not found. Is there something I can do to fix this?

jalvesaq commented 7 years ago

@jagrg If you want to test the branch where I fixed the issue you can do the following (tested on Linux):

cd /tmp
git clone https://github.com/jalvesaq/RQDA.git
cd RQDA/
git fetch origin db_fixes:db_fixes 
git checkout db_fixes
cd ..
R CMD INSTALL RQDA

Certainly, there are better ways of testing pull requests, but I do not know git commands well.

jagrg commented 7 years ago

@jalvesaq thanks for your help. I tested your db_fixes branch and it does fix the issue.