pac_size {pacs}R Documentation

Size of the package

Description

Size of package.

Usage

pac_size(pac, lib.loc = .libPaths())

Arguments

pac

character a package name.

lib.loc

character vector of search paths with local packages. Default: .libPaths()

Value

numeric size in bytes, to get MB ten divide by 10**6.

Examples

## Not run: 
cat(pacs::pac_size("stats") / 10**6, "MB")

## End(Not run)

[Package pacs version 0.5.1 Index]