powered by
size of package.
dir_size(path = ".", recursive = TRUE)
numeric size in bytes, to get MB ten divide by 10**6.
numeric
10**6
character path to the shiny app. Default: "."
character
"."
logical if to assess the dependencies recursively. Default: TRUE
logical
if (FALSE) { cat(pacs::dir_size(system.file(package = "stats")) / 10**6, "MB") }
Run the code above in your browser using DataLab