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
❯ checking package dependencies ... NOTE
Package suggested but not available for checking: 'covr'
❯ checking R code for possible problems ... NOTE
add_weights_cluster: no visible global function definition for
'setNames'
Undefined global functions or variables:
setNames
Consider adding
importFrom("stats", "setNames")
to your NAMESPACE file.
0 errors ✔ | 0 warnings ✔ | 2 notes ✖
The text was updated successfully, but these errors were encountered:
@zkamvar - do we need to deal with notes from
devtools::check()
{stats} is part of base at this point no?
── R CMD check results ──────────────────────────────────────────────────────── epikit 0.1.4 ────
Duration: 41.9s
❯ checking package dependencies ... NOTE
Package suggested but not available for checking: 'covr'
❯ checking R code for possible problems ... NOTE
add_weights_cluster: no visible global function definition for
'setNames'
Undefined global functions or variables:
setNames
Consider adding
importFrom("stats", "setNames")
to your NAMESPACE file.
0 errors ✔ | 0 warnings ✔ | 2 notes ✖
The text was updated successfully, but these errors were encountered: