model_dependencies {gms} | R Documentation |
This function analyzes a model folder and all subfolders and searches for library and require statements.
model_dependencies(mainfolder = ".")
mainfolder |
main folder of the model to be analyzed |
A list of dependencies sorted by appearances
Jan Philipp Dietrich