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 behavior of reload(".") is a little surprising to me. After unloading ".", it tries to load a package with the same name from somewhere in.libPaths(). It applies to any case where a path is passed as pkg argument. I guess many users expect the package in the given path is loaded by this function even if they know load_all() is a more preferable way to reload a package under development.
This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/
lockbot
locked and limited conversation to collaborators
Apr 14, 2019
The behavior of
reload(".")
is a little surprising to me. After unloading"."
, it tries to load a package with the same name from somewhere in.libPaths()
. It applies to any case where a path is passed aspkg
argument. I guess many users expect the package in the given path is loaded by this function even if they knowload_all()
is a more preferable way to reload a package under development.devtools/R/reload.r
Lines 25 to 33 in 5bbcac4
The text was updated successfully, but these errors were encountered: