formods_check: Checks 'formods' Dependencies

View source: R/formods.R

formods_checkR Documentation

Checks 'formods' Dependencies

Description

Looks at the suggested dependencies and checks to make sure

Usage

formods_check(verbose = TRUE)

Arguments

verbose

Logical indicating if messages should be displayed

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

Examples

fcres = formods_check()

formods documentation built on April 12, 2025, 1:57 a.m.