-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
28 lines (28 loc) · 976 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
Package: matriz
Type: Package
Title: Literature Matrix Synthesis Tools for Epidemiology and Health Science Research
Version: 1.0.1
Authors@R:
person("JP", "Monteagudo",
email = "[email protected]",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0009-0003-6465-6658"))
Maintainer: JP Monteagudo <[email protected]>
Description: An easy-to-use workflow that provides tools to create, update and fill literature matrices commonly used in research, specifically epidemiology and health sciences research. The project is born out of need as an easy–to–use tool for my research methods classes.
License: AGPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
URL: https://github.com/jpmonteagudo28/matriz
BugReports: https://github.com/jpmonteagudo28/matriz/issues
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
dplyr,
readr,
readxl,
rlang,
stringr,
writexl
Depends: R (>= 4.1.0)