-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
37 lines (36 loc) · 962 Bytes
/
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
Package: rtransparent
Type: Package
Title: Identifies indicators of transparency
Version: 0.2.5
Authors@R: c(person("Stylianos", "Serghiou", role = c("aut", "cre"),
email = "stelios.serghiou@gmail.com"))
Description: Use this package to identify indicators of transparency within the
published literature. It can identify and extract text related to
indicators of transparency from specifically formatted TXT files and from
PMC XML files (i.e. XML files downloaed from the PubMed Central).
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
URL: http://github.com/serghiou/rtransparent
BugReports: http://github.com/serghiou/rtransparent/issues
Imports:
dplyr,
magrittr,
oddpub,
purrr,
readr,
rlang,
stringr,
tibble,
tidyselect,
tokenizers,
utf8,
xml2
RoxygenNote: 7.1.1
Suggests:
knitr,
metareadr,
rmarkdown
VignetteBuilder:
knitr,
metareadr