R/utils.R
dir_size.Rd
size of package.
dir_size(path = ".", recursive = TRUE)
character path to the shiny app. Default: "."
character
"."
logical if to assess the dependencies recursively. Default: TRUE
logical
numeric size in bytes, to get MB ten divide by 10**6.
numeric
10**6
if (FALSE) { # \dontrun{ cat(pacs::dir_size(system.file(package = "stats")) / 10**6, "MB") } # }