|
|
|
|
|
by _Wintermute
820 days ago
|
|
I think a lot of the problem is that R does everything it can to prevent people from writing modular code. It doesn't have modules or namespaces, and the current fashion is for packages to use non-standard evaluation which adds friction to user's writing their own functions. |
|
Note for many R packages, the NAMESPACE file is autogenerated from roxygen docs: https://cran.r-project.org/web/packages/roxygen2/vignettes/n...