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 select() function inside the updateR() function is not documented and included in the namespace so the function fails with:
Error in select(., Package) : could not find function "select"
You can still run the function successfully, but only after running library(dplyr). I assume roxygen-style documenting of the updateR() function would fix the root cause.
The text was updated successfully, but these errors were encountered:
The
select()
function inside theupdateR()
function is not documented and included in the namespace so the function fails with:You can still run the function successfully, but only after running
library(dplyr)
. I assume roxygen-style documenting of theupdateR()
function would fix the root cause.The text was updated successfully, but these errors were encountered: