Learn R Programming

gms (version 0.31.2)

model_dependencies: Function to detect R package dependencies

Description

This function analyzes a model folder and all subfolders and searches for library and require statements.

Usage

model_dependencies(mainfolder = ".")

Value

A list of dependencies sorted by appearances

Arguments

mainfolder

main folder of the model to be analyzed

Author

Jan Philipp Dietrich