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
This task was started but not finished in #461. There are still several instances of #' @inheritParams readr::some_function. Something I am currently puzzling over is why readr's namespace gets loaded during R CMD check for vroom (not a huge deal, but still seems incorrect, and can lead to test failure in certain contexts) and it appears to be happening when updating vroom's docs. Part of the ongoing task of rationalizing the relationship between readr and vroom.
The text was updated successfully, but these errors were encountered:
This task was started but not finished in #461. There are still several instances of
#' @inheritParams readr::some_function
. Something I am currently puzzling over is why readr's namespace gets loaded duringR CMD check
for vroom (not a huge deal, but still seems incorrect, and can lead to test failure in certain contexts) and it appears to be happening when updating vroom's docs. Part of the ongoing task of rationalizing the relationship between readr and vroom.The text was updated successfully, but these errors were encountered: