RQDA icon indicating copy to clipboard operation
RQDA copied to clipboard

Unable to add code to category

Open jagrg opened this issue 7 years ago • 2 comments

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

jagrg avatar Apr 05 '17 11:04 jagrg

@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 avatar Apr 23 '17 17:04 jalvesaq

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

jagrg avatar Apr 24 '17 11:04 jagrg