Dason Kurkiewicz
Dason Kurkiewicz
@jdossgollin Are you planning on using this to specifically set your repository to one that you want to specify? Right now the function is programmed to check if there is...
Ok I'll see if I can make that change and get it pushed to the repository. If I don't do it today it should be up by Monday. As far...
Sorry for taking so long. I've been thinking about the best way to actually implement this. I don't think our original approach was ideal. It seems like some of the...
I don't think we'll need to do anything special actually. We use p_install inside of p_temp so we just need to 1) get p_install to be able to install from...
It might be better if we just merge that into p_funs. Just like a `title=TRUE` kind of parameter.
If you use install.packages then it checks the repos in `getOption("repos")`. Since that is what p_load uses by default that is how that worked. That is how we install from...
I like the suggestion. The main point of pacman is to make things easier for the user and if it gets a little difficult to manage when scaling that doesn't...
Interesting. `p_unload` is/was mainly for unloading and removing from the search path. As far as I can tell we never thought or cared about namespaces that were loaded but not...
I guess I'm wondering what you mean by the base install. Because currently p_base returns almost the same thing as p_lib() for me. It looks like we're just grabbing the...
This is my output: ``` r > p_base() packages with an "***" are loaded when R starts [1] "akima" "animation" "annotate" [4] "AnnotationDbi" "ascii" "aws" [7] "awsMethods" "base ***" "baySeq"...