<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
 <channel>
  <title>R-Forge Project: RQDA: CAQDA with R -  News</title>
  <link>https://r-forge.r-project.org/news/?group_id=137</link>
  <description>R-Forge Project News of RQDA: CAQDA with R</description>
  <language>en-us</language>
  <copyright>Copyright 2026 R-Forge</copyright>
  <webMaster>wincent@users.r-forge.r-project.org (HUANG RONGGUI)</webMaster>
  <lastBuildDate>Thu, 07 May 2026 03:37:03 GMT</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>R-Forge RSS generator</generator>
  <item>
   <title>RQDA 0.2-1 is released</title>
   <link>https://r-forge.r-project.org/forum/forum.php?forum_id=3880</link>
   <description>Changes included (but not limited to):&lt;br /&gt;
* change of the GUI: add two buttons (new and attribute) to the file tab.&lt;br /&gt;
* C2Memo button is removed and right-click of coding label activate the same coding memo widget&lt;br /&gt;
* new function of ViewPlainFile&lt;br /&gt;
* only update the coding database when the code anchor is removed to avoid the ensuing wrong index&lt;br /&gt;
* bugfixes related to highlighting and tooltips (caused by changes of api in up stream packages)&lt;br /&gt;
* other bugfixes</description>
   <author>wincent@users.r-forge.r-project.org (HUANG RONGGUI)</author>
   <pubDate>Sun, 11 Sep 2011 01:43:23 GMT</pubDate>
   <guid>https://r-forge.r-project.org/forum/forum.php?forum_id=3880</guid>
   <comments>https://r-forge.r-project.org/forum/forum.php?forum_id=3880</comments>
  </item>
  <item>
   <title>RQDA 0.1-9 is on CRAN now</title>
   <link>https://r-forge.r-project.org/forum/forum.php?forum_id=2289</link>
   <description>RQDA is a R package for computer-aided qualitative data analysis (CAQDA). It is an easy-to-use tool to assist in the analysis of textual data.&lt;br /&gt;
&lt;br /&gt;
RQDA 0.1-9 is a major upgrade with the following changes:&lt;br /&gt;
* widgets are enabled only if they are usable.&lt;br /&gt;
* Better code categories management system and various improvements of GUI.&lt;br /&gt;
* Click-handler for second half of code-mark.&lt;br /&gt;
* Better default color scheme for code mark.&lt;br /&gt;
* New function of and().&lt;br /&gt;
* New option &amp;quot;both&amp;quot; in &amp;quot;type of retrieval&amp;quot;.&lt;br /&gt;
* New option of subset in GetAtrr().&lt;br /&gt;
* It can handle ' correctly now.&lt;br /&gt;
* Various bugfixes.&lt;br /&gt;
&lt;br /&gt;
As always, feedbacks and suggestions are more than welcome.&lt;br /&gt;
&lt;br /&gt;
Ronggui</description>
   <author>wincent@users.r-forge.r-project.org (HUANG RONGGUI)</author>
   <pubDate>Tue, 02 Mar 2010 17:55:40 GMT</pubDate>
   <guid>https://r-forge.r-project.org/forum/forum.php?forum_id=2289</guid>
   <comments>https://r-forge.r-project.org/forum/forum.php?forum_id=2289</comments>
  </item>
  <item>
   <title>RQDA 0.1-7 is sumbitted to CRAN</title>
   <link>https://r-forge.r-project.org/forum/forum.php?forum_id=1362</link>
   <description>I just submitted RQDA 0.1-7 to CRAN today. It will be on CRAN soon. The new features are:&lt;br /&gt;
+ Attributes of file and case.&lt;br /&gt;
+ New function of GetAttr to get attributes. New function ShowSubset to push back subset of files to widget according to attributes.&lt;br /&gt;
+ Journal Tab for fieldwork journal.&lt;br /&gt;
+ New function of AddNewFileFun, now you can add new file from popup menu of file Tab.&lt;br /&gt;
+ New functions of GetFileIdSets, GetCaseId, GetCaseName and RQDAQuery, to make inquery more easier.&lt;br /&gt;
+ Function of retrieval is exported, New function of GetFileIdSets. They can be used together for flexible ways of retrieving codings.&lt;br /&gt;
+ New function of RQDA2tm (contributed by J-P Mueller)&lt;br /&gt;
+ Many popup menus are added to facilitate files organization.&lt;br /&gt;
+ gselect.list is exported.&lt;br /&gt;
+ Can delete multiple files in Files Tab.&lt;br /&gt;
+ Find a word and highlight it in the open file (via popup menu in File Tab).&lt;br /&gt;
+ Use Namespace now.&lt;br /&gt;
+ Other bugfixes.&lt;br /&gt;
&lt;br /&gt;
As always, feedback, comment and suggestions are welcome. &lt;br /&gt;
&lt;br /&gt;
If you have used RQDA 0.1-7 beta, you may need to run the following command as I have modified the data tables during the deveopment.&lt;br /&gt;
####### begin&lt;br /&gt;
if (! &amp;quot;journal&amp;quot; %in% dbListTables(RQDA:::.rqda$qdacon)) {&lt;br /&gt;
 dbGetQuery(RQDA:::.rqda$qdacon, &amp;quot;create table journal (name text, journal text, date text, dateM text, owner text,status integer)&amp;quot;)&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
if (&amp;quot;attributes&amp;quot; %in% dbListTables(RQDA:::.rqda$qdacon)) {&lt;br /&gt;
  if (! &amp;quot;memo&amp;quot; %in% dbListFields(RQDA:::.rqda$qdacon,&amp;quot;attributes&amp;quot;))) {&lt;br /&gt;
   dbGetQuery(RQDA:::.rqda$qdacon, &amp;quot;alter table attributes add column memo text&amp;quot;)&lt;br /&gt;
  }&lt;br /&gt;
##### end&lt;br /&gt;
}</description>
   <author>wincent@users.r-forge.r-project.org (HUANG RONGGUI)</author>
   <pubDate>Fri, 15 May 2009 10:51:08 GMT</pubDate>
   <guid>https://r-forge.r-project.org/forum/forum.php?forum_id=1362</guid>
   <comments>https://r-forge.r-project.org/forum/forum.php?forum_id=1362</comments>
  </item>
  <item>
   <title>RQDA-0.1-6 is on CRAN</title>
   <link>https://r-forge.r-project.org/forum/forum.php?forum_id=1067</link>
   <description>Major new features of RQDA-0.1-6:&lt;br /&gt;
GUI:&lt;br /&gt;
* GUI for file-organization (e.g searching, categorization etc.).&lt;br /&gt;
* GUI for settings (e.g. colors for )&lt;br /&gt;
&lt;br /&gt;
Functions:&lt;br /&gt;
* Import a batch of files&lt;br /&gt;
* Calculate the relation between two codings, given the coding index&lt;br /&gt;
* Gives a summary of coding and inter-code relationship</description>
   <author>wincent@users.r-forge.r-project.org (HUANG RONGGUI)</author>
   <pubDate>Fri, 02 Jan 2009 09:43:14 GMT</pubDate>
   <guid>https://r-forge.r-project.org/forum/forum.php?forum_id=1067</guid>
   <comments>https://r-forge.r-project.org/forum/forum.php?forum_id=1067</comments>
  </item>
  <item>
   <title>RQDA-0.1.6 RC3</title>
   <link>https://r-forge.r-project.org/forum/forum.php?forum_id=1062</link>
   <description>Major changes are:&lt;br /&gt;
* Add facilitators for organizing files (useful if you have more than dozens of files)&lt;br /&gt;
* Search files button&lt;br /&gt;
* Improve organization of cases (can open files assigned to the case)&lt;br /&gt;
* Add Settings Tab, so user can change settings (e.g. colors for coding) easily&lt;br /&gt;
* New function write.FileList() to import files by batch&lt;br /&gt;
* Improve pdelete(),list.deleted() and undelete(). New function of CleanProject()&lt;br /&gt;
* Add pop-up menus of right-click to makes it easier to use&lt;br /&gt;
* Codes and Coding cummary functions: CrossCode(), SummaryCoding()&lt;br /&gt;
* Fix bugs.&lt;br /&gt;
&lt;br /&gt;
Features of 0.1.6 is frozen. More test is needed. If there is no big issues are found, I would like to submit it to CRAN. Thanks for your attention.</description>
   <author>wincent@users.r-forge.r-project.org (HUANG RONGGUI)</author>
   <pubDate>Thu, 18 Dec 2008 21:36:56 GMT</pubDate>
   <guid>https://r-forge.r-project.org/forum/forum.php?forum_id=1062</guid>
   <comments>https://r-forge.r-project.org/forum/forum.php?forum_id=1062</comments>
  </item>
  <item>
   <title>RQDA-0.1.5 is released</title>
   <link>https://r-forge.r-project.org/forum/forum.php?forum_id=1001</link>
   <description>I am glad to say that the include-0.1.5 is released, I regard it as release candidate version (RC1).&lt;br /&gt;
&lt;br /&gt;
The Data Table has been reorganized (compared to version 0.1.3), so it may not compatible with that of last release. Sorry for inconvenience. It will not change anymore in the coming year. And if it does change, I will provide converter.&lt;br /&gt;
&lt;br /&gt;
The major changes include:&lt;br /&gt;
+ Enhancement of portability of the *.rqda file (Data are stored in UTF-8).&lt;br /&gt;
+ Facilitators helps to categorize codes,which is key to theory building (I deliberately avoid using tree-like categorization, I think it is confusing sometimes).&lt;br /&gt;
+ There is a case category, which is crucial feature to bridge qualitative and quantitative research&lt;br /&gt;
+ Search information about selected case from the Internet vis pop-up menu&lt;br /&gt;
+ Other minor improvements and bug-fixes.&lt;br /&gt;
&lt;br /&gt;
For more information, please check out the project home-page: http://rqda.r-forge.r-project.org/&lt;br /&gt;
&lt;br /&gt;
Feedback, comments and suggestions are all welcome.</description>
   <author>wincent@users.r-forge.r-project.org (HUANG RONGGUI)</author>
   <pubDate>Sat, 22 Nov 2008 16:34:18 GMT</pubDate>
   <guid>https://r-forge.r-project.org/forum/forum.php?forum_id=1001</guid>
   <comments>https://r-forge.r-project.org/forum/forum.php?forum_id=1001</comments>
  </item>
  <item>
   <title>Release of beta version of RQDA</title>
   <link>https://r-forge.r-project.org/forum/forum.php?forum_id=964</link>
   <description>RDQA is a package for Qualitative Data Analysis.It includes a number of standard Computer-Aided Qualitative Data Analysis features. &lt;br /&gt;
&lt;br /&gt;
By the GUI, it can: &lt;br /&gt;
# Import documents from plain text&lt;br /&gt;
# Support non-English documents, Simplified Chinese Character is well-tested under Windows&lt;br /&gt;
# Character-level coding using codes&lt;br /&gt;
# Memos of documents and codes&lt;br /&gt;
# Retrieval of coding&lt;br /&gt;
# Single-file (*.rqda) format, which is basically SQLite database&lt;br /&gt;
# Temporary deletion of files and codes&lt;br /&gt;
&lt;br /&gt;
By R functions, it can:&lt;br /&gt;
# Show the temporary deletion files and codes&lt;br /&gt;
# Undo the temporary deletion&lt;br /&gt;
# Permanently erase the temporary deletion &lt;br /&gt;
&lt;br /&gt;
There are lots of works ahead, but the current version is workable for basic QDA.</description>
   <author>wincent@users.r-forge.r-project.org (HUANG RONGGUI)</author>
   <pubDate>Tue, 04 Nov 2008 01:08:02 GMT</pubDate>
   <guid>https://r-forge.r-project.org/forum/forum.php?forum_id=964</guid>
   <comments>https://r-forge.r-project.org/forum/forum.php?forum_id=964</comments>
  </item>
 </channel>
</rss>
