Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: PRISMA2020
Title: Make Interactive 'PRISMA' Flow Diagrams
Version: 1.1.2
Version: 1.1.3
Authors@R: c(
person(given = "Neal",
family = "Haddaway",
Expand All @@ -14,7 +14,10 @@ Authors@R: c(
email = "chris.pritchard@ntu.ac.uk",
comment = c(ORCID = "0000-0002-1143-9751")),
person("Brennan", "Chapman", role = "ctb"),
person("Hossam", "Hammady", role= "ctb"))
person("Hossam", "Hammady", role = "ctb"),
person("Anders", "Kolstad", role = "ctb", comment = c(ORCID = "0000-0002-9623-9491")),
person("Shreya", "Dimri", role = "ctb", comment = c(ORCID = "0009-0009-2155-7506")),
person("Matt Lloyd", "Jones", role = "ctb", comment = c(ORCID = "0000-0001-5841-4554")))
Description: Systematic reviews should be described in a high degree of
methodological detail. The 'PRISMA' Statement calls for a high level of
reporting detail in systematic reviews and meta-analyses. An integral part
Expand All @@ -31,11 +34,14 @@ Imports:
cpp11,
DiagrammeR,
DiagrammeRsvg,
dplyr,
htmltools,
htmlwidgets,
progress,
rmarkdown,
rsvg,
scales,
sessioninfo,
shiny,
shinyjs,
stats,
Expand Down
Loading
Loading