search for: rqda

Displaying 20 results from an estimated 22 matches for "rqda".

Did you mean: rda
2018 Apr 15
1
RQDA/RGtk2 Installation Problem
Greetings, I have been having a problem installing RQDA on my Mac (OS 10.13.2). I followed the installation process on the RQDA page ( http://rqda.r-forge.r-project.org/), but I keep getting an error message saying that I am missing pkg-config and GTK. I reinstalled XQuartz and GTK+ 2.24.17 multiple times (and reinstalled R version 3.4.4), but kept rece...
2011 Sep 29
1
Warning: changing locked binding for ...
Dear all, I use the R R Under development (unstable) (2011-09-28 r57099). When I load the RQDA package, it issues warnings. As the RQDA package developer, what should I deal with such message? Thank you very much. > library(gWidgetsRGtk2) Loading required package: gWidgets > library(RQDA) Loading required package: DBI Loading required package: RSQLite Use 'RQDA()' to start th...
2008 Nov 24
1
RQDA-0.1.5 is released
RDQA is a package for Qualitative Data Analysis built upon R. It works both on the Windows and Linux/FreeBSD platforms. RQDA is an easy-to-use tool to assist in the analysis of textual data. At the present, it supports only plain text format data. All the information is stored in SQLite database via the R package of RSQLite. The GUI is based on RGtk2, via the aid of gWidgetsRGtk2. It includes a number of standard Compute...
2008 Nov 24
1
RQDA-0.1.5 is released
RDQA is a package for Qualitative Data Analysis built upon R. It works both on the Windows and Linux/FreeBSD platforms. RQDA is an easy-to-use tool to assist in the analysis of textual data. At the present, it supports only plain text format data. All the information is stored in SQLite database via the R package of RSQLite. The GUI is based on RGtk2, via the aid of gWidgetsRGtk2. It includes a number of standard Compute...
2009 Jan 02
0
RQDA-0.1-6 is on CRAN
Major new features of RQDA-0.1-6: GUI: * GUI for file-organization (e.g searching, categorization etc.). * GUI for settings (e.g. colors for ) Functions: * Import a batch of files * Calculate the relation between two codings, given the coding index * Gives a summary of coding and inter-code relationship -- HUANG Ronggui,...
2009 Jan 02
0
RQDA-0.1-6 is on CRAN
Major new features of RQDA-0.1-6: GUI: * GUI for file-organization (e.g searching, categorization etc.). * GUI for settings (e.g. colors for ) Functions: * Import a batch of files * Calculate the relation between two codings, given the coding index * Gives a summary of coding and inter-code relationship -- HUANG Ronggui,...
2010 Mar 01
0
RQDA 0.1-9 is on CRAN now
Dear all, 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. RQDA 0.1-9 is a major upgrade with the following changes: * widgets are enabled only if they are usable. * Better code categories management system and various...
2010 Mar 01
0
RQDA 0.1-9 is on CRAN now
Dear all, 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. RQDA 0.1-9 is a major upgrade with the following changes: * widgets are enabled only if they are usable. * Better code categories management system and various...
2008 Dec 11
1
Sorting problem
...r(X) ## I want to get the permutation other than the sorted vector. ## order(X) works in windows but not Linux. any alternative way to the the permutation? -- HUANG Ronggui, Wincent Tel: (00852) 3442 3832 PhD Candidate, City University of Hong Kong Website: http://ronggui.huang.googlepages.com/ RQDA project: http://rqda.r-forge.r-project.org/
2011 Dec 27
0
RQDA 0.2-2 has been released
Dear all, RQDA is a package for computer-aided qualitative data analysis, currently supporting plain text as qualitative data. It supports various operations in the grounded theory tradition such as coding, retrieval of codings, categorisation, attributes etc. It can also be used for content analysis and similar...
2011 Dec 27
0
RQDA 0.2-2 has been released
Dear all, RQDA is a package for computer-aided qualitative data analysis, currently supporting plain text as qualitative data. It supports various operations in the grounded theory tradition such as coding, retrieval of codings, categorisation, attributes etc. It can also be used for content analysis and similar...
2010 Nov 02
2
can not built a package
Dear all, I tried to build a package from source, and ran into a problem. >R CMD build RQDA * checking for file 'RQDA/DESCRIPTION' ... OK * preparing 'RQDA': * checking DESCRIPTION meta-information ... OK ERROR copying to build directory failed I searched and found this http://r.789695.n4.nabble.com/tar-problem-when-using-R-CMD-build-on-Windows-td2734636.html > SET T...
2012 Oct 29
2
GTK_2.18.5-X11.pkg
Does anyone know where I can download the GTK_2.18.5-X11.pkg? It has been removed from r.research.att.com/libs/ and I need it to use the RQDA package on my mac. Is there anyone who can direct me to someone who might have the file? Any help would be greatly appreciated. - Cory
2008 Dec 12
1
How to mimic select.list using RGtk2/gWidgetsRGtk2?
...What I want is that: for {select(c("a","b")); foo()}, foo() only runs after I have clicked the OK button of select(). Any hints? Thanks. -- HUANG Ronggui, Wincent Tel: (00852) 3442 3832 PhD Candidate, City University of Hong Kong Website: http://ronggui.huang.googlepages.com/ RQDA project: http://rqda.r-forge.r-project.org/
2012 Mar 13
2
Problem installing gWidgetsRGtk2 on Ubuntu 10.04
dear all, I'm totally new to R and want to install the RQDA package. It fails because of a dependency with gWidgetsRGtk2, which doesn't install because of the following: > * installing *source* package ?gWidgetsRGtk2? ... ** R ** inst ** preparing package for lazy loading Error in eval(expr, envir, enclos) : konnte Funktion "setRefClass"...
2011 Aug 31
2
dbWriteTable error message
I am at loss of what is going on here ... I am trying to write to a SQLite database: con <- dbConnect(dbDriver("SQLite"), dbname="pres-docs.rqda") I have a data frame that is 889 rows by 7 columns. The column number and types agree with the database table columns and column type. dbWriteTable(con, "fileAttr", DF.4, row.names=FALSE, overwrite=TRUE) Then I get the following error: [1] FALSE Warning message: In value[[3L]](...
2010 Sep 14
5
Problem with cat()
Dear all, I have a problem with the cat() function. Let say I have following: fn1 <- function(n = 5){ mat <- matrix(rnorm(5*5), 5, 5) cat(as.character(mat)) return(n) } However when I run above function I get this: > fn1() -0.601930631438248 -1.16950049447942 0.469257329394626 -1.39766868242906 -1.02580943892082 1.4067931110327 -1.07245318857022 -0.0205043699310245 0.234628727206755
2008 Dec 23
3
How do I reload sessions from a non-default directory in OS X?
i use the GUI version of R on OS X. I launch it by double-clicking on the R icon. The process always starts in my home directory which means that the only .RData file that is ever read in is the one in my home directory. I would instead like to have different R sessions saved in different directories, but I can't figure out how to do this. A workaround is to use the shell version of R and
2010 Aug 25
1
Documenting S4 Methods
I'm in the process of converting some S3 methods to S4 methods. I have this function : setGeneric("enrichmentCalc", function(rs, organism, seqLen, ...){standardGeneric("enrichmentCalc")}) setMethod("enrichmentCalc", c("GenomeDataList", "BSgenome"), function(rs, organism, seqLen, ...) { ... ... ... })
2010 Mar 14
3
CRAN (and crantastic) updates this week
..., R2jags (0.02-02), randomSurvivalForest (3.6.2), rattle (2.5.24), rbenchmark (0.3), RcmdrPlugin.MAc (1.0.6), RcmdrPlugin.MAc (1.0.5), Rcpp (0.7.8), Rcpp (0.7.9), relations (0.5-7), reporttools (1.0.5), REQS (0.8-6), RFLPtools (1.1), RFOC (1.0-9), RGtk2DfEdit (0.5.4), rimage (0.5-8.1), rms (2.2-0), RQDA (0.1-9), Rsolnp (1.0-2), rsprng (1.0), RSQLite (0.8-4), RTOMO (1.0-7), runjags (0.9.6-3), s20x (3.1-7), sandwich (2.2-6), sbgcop (0.975), sdef (1.5), seacarb (2.3.2), season (0.2-4), seqinr (2.0-8), sfsmisc (1.0-11), SGP (0.0-5), signal (0.6-1), simecol (0.6-10), simPopulation (0.1.1), SkewHyperbol...