Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix webr::install() when using a lib argument
The `find.packages()` function used as part of the webr::install() process did not take into account the `lib` argument. Now, packages are skipped if they are found in `.libPaths()` or in the non-NULL `lib` argument.
- Loading branch information