Learn R Programming

formods (version 0.2.1)

formods_check: Checks `formods` Dependencies

Description

Looks at the suggested dependencies and checks to make sure

Usage

formods_check(verbose = TRUE)

Value

List with the following elements:

  • all_found: Boolean indicating if all packages were found

  • found_pkgs: Character vector of found packages

  • missing_pkgs: Character vector of missing packages

Arguments

verbose

Logical indicating if messages should be displayed

Examples

Run this code
fcres = formods_check()

Run the code above in your browser using DataLab