Tyler Rinker
Tyler Rinker
We use the following for p_base_path: ``` r p_basepath
`p_base` states: > List all the packages and marks those in a base install. So I believe `lattice` would be included in this. It currently is not. I think we...
Ok I tried `p_load(Rcmdr)` so maybe some were in Suggests. Then let's discuss Suggests too. I'm open on this so if you think this is a dumb idea that gets...
I agree about Rcmdr. Let's add a suggests then to p_load. Is it necessary to explicitly add it to p_install? I suppose only if you think `suggests = TRUE` is...
> If the goal is just to load then the user might not remember/care to add those details into their script and part of the goal of "you don't need...
The issue #40 you reference seems to have disappeared from [`p_load`](https://github.com/trinker/pacman/blob/master/R/p_load.R). Why? I started using `quiet = FALSE` as an argument before I saw this (in `p_delete`; https://github.com/trinker/pacman/issues/11#issuecomment-46742207) as I...
It is not currently.
@Fablepongiste thanks for the willingness to contribute. If it seems straight forward feel free to do a pull request. Please use `quiet = getOption("pac_quiet")` defaulting to `FALSE` as the argument....
I think the comments are from a deranged fool. I actually don't understand them. From what I can tell it does this or this was what I intended it to...
THis PR is related: https://github.com/trinker/pacman/pull/91 The current implementation installs **BiocInstaller** every time `p_install` doesn't find a package on CRAN. This is in response to an off thread point @Dasonk had...