Skip to content

Commit ad92caa

Browse files
fix R-CMD-check errors
1 parent 1389adc commit ad92caa

4 files changed

Lines changed: 43 additions & 3 deletions

File tree

NAMESPACE

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,10 @@ export(PRISMA_flowdiagram)
55
export(PRISMA_save)
66
export(read_PRISMAdata)
77
export(sr_flow_interactive)
8+
importFrom(DT,addRow)
9+
importFrom(rio,import)
10+
importFrom(shiny,column)
11+
importFrom(shinyjs,alert)
12+
importFrom(stats,median)
13+
importFrom(utils,apropos)
14+
importFrom(webp,read_webp)

R/PRISMA_flowdiagram.R

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Suppress R CMD check note
2+
#' @importFrom DT addRow
3+
#' @importFrom rio import
4+
#' @importFrom shiny column
5+
#' @importFrom shinyjs alert
6+
#' @importFrom stats median
7+
#' @importFrom utils apropos
8+
#' @importFrom webp read_webp
9+
NULL
110
#' Plot interactive flow diagrams for systematic reviews
211
#' @description Produces a PRISMA2020 style flow diagram
312
#' for systematic reviews, with the option to add
@@ -536,7 +545,7 @@ PRISMA_flowdiagram <- function( #nolint
536545
prev_study_height
537546
)
538547
)
539-
included_box_height <-
548+
included_box_height <-
540549
newstudy_newreports_height +
541550
total_studies_height +
542551
default_box_spacing

man/PRISMA_get_height_.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/PRISMA_get_pos_.Rd

Lines changed: 24 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)