model_dependencies: Function to detect R package dependencies

View source: R/model_dependencies.R

model_dependenciesR Documentation

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 = ".")

Arguments

mainfolder

main folder of the model to be analyzed

Value

A list of dependencies sorted by appearances

Author(s)

Jan Philipp Dietrich


gms documentation built on June 29, 2024, 9:07 a.m.