-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.74 KB
/
DESCRIPTION
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 = "[email protected]", role = c("aut")),
person("Dan", "Sholler", email = "[email protected]", role = c("aut")),
person("Elin", "Waring", email= "[email protected]", role = c("cre")),
person("Jenny", "Draper", email = "[email protected]", role = c("aut")),
person("Ted", "Laderas", email = "[email protected]", role = c("aut")),
person("Fred", "VanWindekens", email = "[email protected]", role=c("ctb")),
person("Yuri", "Dias", email ="[email protected]", 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'