You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The .R files below R/ should consist almost entirely of function definitions. Any other top-level code is suspicious and should be carefully reviewed for possible conversion into a function.
The text was updated successfully, but these errors were encountered:
While going through this package, I want to jot down my observations:
@importFrom
above the functions and call external functions using thepackage::function()
syntax, according to the R packages book: https://r-pkgs.org/dependencies-in-practice.html#sec-dependencies-in-imports-r-codelibrary(magrittr)
seems odd: https://github.com/fhdsl/metricminer/blob/main/R/google-analytics.R#L3.From the R Packages book:
The text was updated successfully, but these errors were encountered: