-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
48 lines (48 loc) · 1.21 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
Package: sqlr
Title: A System for Systematic Quantitative Literature Reviews
Version: 0.0.0.9000
Authors@R: c(
person(
given = "Daniel",
family = "Vartanian",
role = c("aut", "cre", "ccp", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7782-759X")
)
)
Description: A system for systematic quantitative literature reviews.
License: MIT + file LICENSE
URL: https://giperbio.github.io/sqlr/, https://github.com/giperbio/sqlr/
BugReports: https://github.com/giperbio/sqlr/issues/
Depends:
R (>= 4.2)
Imports:
checkmate (>= 2.1.0),
cli (>= 3.6.0),
dplyr (>= 1.1.0),
googlesheets4 (>= 1.0.1),
lifecycle (>= 1.0.3),
refstudio,
rlang (>= 1.0.6),
stringr (>= 1.5.0),
rutils
Suggests:
covr (>= 3.6.1),
knitr (>= 1.42),
mockr (>= 0.2.1),
rmarkdown (>= 2.20),
spelling (>= 2.2),
testthat (>= 3.1.6),
utils (>= 4.2.0)
Remotes:
github::danielvartan/refstudio,
github::danielvartan/rutils
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
LazyDataCompression: bzip2
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3