-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
54 lines (54 loc) · 1.74 KB
/
DESCRIPTION
File metadata and controls
54 lines (54 loc) · 1.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Package: qcoder
Title: Lightweight Qualitative Coding
Version: 0.0.1
Authors@R: c(
person("Beth", "Duckles", email = "bduckles@gmail.com", role = c("aut")),
person("Dan", "Sholler", email = "sholler.daniel@gmail.com", role = c("aut")),
person("Elin", "Waring", email= "elin.waring@gmail.com", role = c("cre")),
person("Jenny", "Draper", email = "learithe@gmail.com", role = c("aut")),
person("Ted", "Laderas", email = "roshioshi@gmail.com", role = c("aut")),
person("Fred", "VanWindekens", email = "f.vanwindekens@gmail.com", role=c("ctb")),
person("Yuri", "Dias", email ="yurimathe.yp@gmail.com", role = c("ctb")))
Description: A free, lightweight, open source option for analyzing text-based qualitative data.
Enables analysis of interview transcripts, observation notes, memos,
and other sources. Supports the work of social scientists, historians,
humanists, and other researchers who use qualitative methods. Addresses
the unique challenges faced in analyzing qualitative data analysis.
Provides opportunities for researchers who otherwise might not develop
software to build software development skills.
Depends: R (>= 3.4.0)
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
dplyr (>= 0.7),
DT,
here,
magrittr,
readr,
shiny,
shinyAce,
shinyFiles,
shinyjs,
shinythemes,
stringi,
stringr
Suggests:
knitr,
rmarkdown,
testthat (>= 2.0.0),
withr,
covr,
pander,
textreadr
URL: https://github.com/ropenscilabs/qcoder
BugReports: https://github.com/ropenscilabs/qcoder/issues
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.0.1
Collate:
'read_in_files.R'
'parse_qcodes.R'
'qcoder-package.R'
'utils.R'
'selection.R'