2
I have stopped using several routines because programmers do not tell what packages/libraries the functions that are in these routines use. I know that many of these functions are authored by the programmer and are not found in any repository, but thinking that most of them are in packages distributed in the free repositories (CRAN, R-br, ... ) it is possible to find them. Even so, looking for them is a laborious task which becomes a problem.
To get around this problem I want to know how I can enter one or the packages to which a function belongs?
also like to search on github by fixing the language R. Example: https://github.com/search?l=R&q=function&type=Code&utf8=%E2%9C%93
– Daniel Falbel