R-Forge logo
     Advanced search

Log In
New Account

 
 
 
Home
My Page
Project Tree
RQDA: CAQDA with R
 
 
alt
 
Summary Tracker Lists News SCM R Packages
 
alt
Posted By: HUANG RONGGUI
Date: 2009-05-15 12:51
Summary: RQDA 0.1-7 is sumbitted to CRAN
Project: RQDA: CAQDA with R

I just submitted RQDA 0.1-7 to CRAN today. It will be on CRAN soon. The new features are:
+ Attributes of file and case.
+ New function of GetAttr to get attributes. New function ShowSubset to push back subset of files to widget according to attributes.
+ Journal Tab for fieldwork journal.
+ New function of AddNewFileFun, now you can add new file from popup menu of file Tab.
+ New functions of GetFileIdSets, GetCaseId, GetCaseName and RQDAQuery, to make inquery more easier.
+ Function of retrieval is exported, New function of GetFileIdSets. They can be used together for flexible ways of retrieving codings.
+ New function of RQDA2tm (contributed by J-P Mueller)
+ Many popup menus are added to facilitate files organization.
+ gselect.list is exported.
+ Can delete multiple files in Files Tab.
+ Find a word and highlight it in the open file (via popup menu in File Tab).
+ Use Namespace now.
+ Other bugfixes.

As always, feedback, comment and suggestions are welcome.

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.
####### begin
if (! "journal" %in% dbListTables(RQDA:::.rqda$qdacon)) {
dbGetQuery(RQDA:::.rqda$qdacon, "create table journal (name text, journal text, date text, dateM text, owner text,status integer)")
}

if ("attributes" %in% dbListTables(RQDA:::.rqda$qdacon)) {
if (! "memo" %in% dbListFields(RQDA:::.rqda$qdacon,"attributes"))) {
dbGetQuery(RQDA:::.rqda$qdacon, "alter table attributes add column memo text")
}
##### end
}

  Latest News  
 
RQDA 0.1-7 is sumbitted to CRAN
    HUANG RONGGUI - 2009-05-15 12:51
RQDA-0.1-6 is on CRAN
    HUANG RONGGUI - 2009-01-02 10:43
RQDA-0.1.6 RC3
    HUANG RONGGUI - 2008-12-18 22:36
RQDA-0.1.5 is released
    HUANG RONGGUI - 2008-11-22 17:34
Release of beta version of RQDA
    HUANG RONGGUI - 2008-11-04 02:08

 
alt   alt

Discussion Forums: rqda-0.1-7-is-sumbitted-to-cran

Start New Thread Start New Thread

 

Topic Topic Starter Replies Last Post
   
alt
alt alt alt
alt


Thanks to:
Vienna University of Economics and Business Administration University of Wisconsin - Madison Powered By GForge Collaborative Develo
pment Environment JavaHispano