Open jagrg opened 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.
@jalvesaq thanks for your help. I tested your db_fixes branch and it does fix the issue.
Adding a code to some category yields an error:
Error: Columns row_names not found
. Is there something I can do to fix this?