-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
31 lines (31 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
Package: miniMeta
Type: Package
Title: Web Application to Run Meta-Analyses
Version: 0.3.2
Date: 2024-06-23
Authors@R:
c(person(given="Theodore", family="Lytras",
email="[email protected]", role=c("aut","cre"),
comment=c(ORCID="0000-0002-4146-4122")))
Maintainer: Theodore Lytras <[email protected]>
Imports: shiny, shinyjs, shinyWidgets, colourpicker,
rhandsontable, metafor, markdown, WriteXLS, readxl,
jsonlite, grDevices, methods, stats
Depends: meta (>= 7.0-0), R (>= 4.0.0)
Description: Shiny web application to run meta-analyses.
Essentially a graphical front-end to package 'meta' for R.
Can be useful as an educational tool, and for quickly
analyzing and sharing meta-analyses.
Provides output to quickly fill in GRADE (Grading of
Recommendations, Assessment, Development and Evaluations)
Summary-of-Findings tables.
Importantly, it allows further processing of the results
inside R, in case more specific analyses are needed.
License: GPL (>=2)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
URL: https://github.com/thlytras/miniMeta
BugReports: https://github.com/thlytras/miniMeta/issues