Thomas J. Leeper

Results 206 comments of Thomas J. Leeper
trafficstars

So this is related to #132. Basically, we need: - a schema that provides "standard" argument names that we will use for common behavior - something like the crosswalk you...

Actually, it looks like that might be solvable with: ``` do.call(getFromNamespace("fread", "data.table"), list("foo.csv")) ``` https://r.789695.n4.nabble.com/do-call-method-within-namespace-td797206.html

This is mentioned as a suggested format. I think I'll leave it as that for now.

Just pushed to github - if you have time, let me know if that's now working as expected.

[`pacman::p_load()`](https://cran.r-project.org/web/packages/pacman/index.html) does this.

I could imagine that `library()` could have an `ask = interactive()` default argument indicating whether to ask the user if they want to install, such that: `library("pkg")` would fail during...