Last data update: 2014.03.03

R: Expect that a given package is used
expect_attached_packageR Documentation

Expect that a given package is used

Description

Tests that the following packages is used.

Usage

expect_attached_package(object, info = NULL)

Arguments

object

Package to check for.

info

Extra information to be included in the message (useful when writing tests in loops).

Results