Skip to contents

Echoes the package version number

Usage

version(pkg = "mice")

Arguments

pkg

A character vector with the package name.

Value

A character vector containing the package name, version number and installed directory.

Author

Stef van Buuren, Oct 2010

Examples

version()
#> [1] "mice 3.18.0 2025-05-27 /private/var/folders/5_/g85d42yj50b6lrjq4rzjzg8w0000gn/T/RtmpKHYpBH/temp_libpathdd8d4c1f35c"
version("base")
#> [1] "base 4.5.0  /Library/Frameworks/R.framework/Resources/library"