model_dependencies {gms} | R 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
[Package gms version 0.31.2 Index]