powered by
Size of package.
pac_size(pac, lib.loc = .libPaths())
numeric size in bytes, to get MB ten divide by 10**6.
numeric
10**6
character a package name.
character
character vector of search paths with local packages. Default: .libPaths()
.libPaths()
if (FALSE) { cat(pacs::pac_size("stats") / 10**6, "MB") }
Run the code above in your browser using DataLab