Tyler Rinker

Results 141 comments of Tyler Rinker

We had not thought it would be useful to export widely. Thank you for opeing this issue. My coauthor and I will discuss what you have brought forward. In the...

I think so. This is where people are especially likely to temporary 'try on' a package.

I'm working on this problem. Do you think we could use: ``` dev_mode(on=T) install_github(...) ``` Or should the link to the package remain until the end of the session (i.e.,...

If this functionality existed it is definitely broken. In the helper function: `p_source_type`, [line 226 ](https://github.com/trinker/pacman/blob/master/R/p_install.R) I use `p_iscran` which only checks against cran packages. Basically the way `p_source_type` works...

Can this be closed?

Sounds reasonable. This is one approach that sounds promising. Passing a named list may also be appealing or a list of paired vectors (though this is a lot of typing)....

I created `p_base` to be the counterpart to `p_library`. It shows what packages are in the folder that are part of the standard R install. It also prints asterisks on...

Oh I assumed it was. I don't know how to fix that. For me the first folder is the add on packages and the second folder is the base install...

_It looks like we're just grabbing the second item from .libPaths but there isn't much reason to believe that that is going to be the folder for the 'base' install...