Michael S. Truong

Results 34 comments of Michael S. Truong

> If you're hitting this problem because RStan is using `apropros()`, I think you should file the issue there — IMO `apropros()` is something that should be used directly by...

So I don't know if it's valid to re-open the issue, but it's worth mentioning that the same kind of issue happens in `brms`. I'm not sure about the details...

I guess I'm also wondering--if I had run `conflicts_prefer(brms::ar)` and some other package uses `stats::ar`, will the other package's behavior suddenly change to use `brms::ar` instead of `stats::ar`?

Never mind, it's because of `apropos` in Rstan.