-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathDESCRIPTION
More file actions
62 lines (62 loc) · 2.19 KB
/
DESCRIPTION
File metadata and controls
62 lines (62 loc) · 2.19 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
55
56
57
58
59
60
61
62
Package: qcoder
Title: Lightweight Qualitative Coding
Version: 0.1.0
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")),
person("Sheriff", "Colley", email ="rikunaruto0198@gmail.com", role = c("ctb")),
person("Jamal", "Jones", email ="Jones-Jamal@outlook.com", role = c("ctb")),
person("Michael", "Lieberman", email = "MichaelAYonkers@gmail.com", role = c("ctb")),
person("Tenzing", "Sherpa", email = "tsherpa2016@gmail.com", role = c("ctb")),
person("Stephanie", "Guillou", email = "stephane.guillou@member.fsf.org", 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:
assertthat,
magrittr,
readr,
shiny,
stringi,
stringr
Suggests:
knitr,
rmarkdown,
testthat (>= 2.0.0),
withr,
covr,
pander,
here,
textreadr,
dplyr,
DT,
shinyAce (>= 0.4.0),
shinyFiles,
shinyjs,
shinythemes,
zip (>= 2.0.3)
URL: https://github.com/ropenscilabs/qcoder
BugReports: https://github.com/ropenscilabs/qcoder/issues
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Collate:
'read_in_files.R'
'parse_qcodes.R'
'qcoder-package.R'
'utils.R'
'selection.R'