Lorenz
Lorenz
Hi @alapo The argument section of the help page (`?p_install_gh`) mentions: > ... Additional parameters to pass to install_github. You can pass on the `type = "source"` parameter from [`pacman::p_install_gh()`](https://github.com/trinker/pacman/blob/master/R/p_install_gh.R#L31)...
**Please use `p_load_gh()` instead** You wrote that you want to circumvent calling `install.packages("PackageName")` and `library(PackageName)` by using `pacman`. In that case, please use `pacman::p_load_gh()` instead. Because `pacman::p_install_gh()` just installs packages...