Dason Kurkiewicz
Dason Kurkiewicz
That's a good call. Thanks for letting us know.
Couldn't hurt. Is there a use case you have in mind for this functionality?
I was looking at that too. We would probably only need it for p_update though.
Honestly I think we should probably just focus on CRAN packages for the first release. We can get to installing/loading local packages, github packages, r-forge, bioconductor, ..., all those goodies...
Yes p_install is only for single packages. `p_load` is really the workhorse function in the package. It's meant to load the packages (and install them beforehand if necessary) but I...
I'm surprised we haven't made this change yet but one thing I'm noticing is that to make the change we would need to change p_install to take dots as the...
This would be a nice feature to have. I'll put it on the todo list.
Thanks for the suggestion. I'll look into adding that.
@oloverm and @holgerbrandl Do you have any suggestions for how we might best add this type of feature? I think adding some sort of generic function would be optimal. Maybe...
As the whole point of pacman is to make the user's life easier this is a great suggestion. The way I see the function being implemented is just making a...